5a01beaa1fcf38c9a3666679b289fae52f013ee0
Previously, you'd have to create a separate file for using 6to5 with both node and browserify, as the latter wasn't able to properly handle loading 6to5's dependency tree and would crash on attempting to do so. This change instructs browserify to use "register-browser.js" in place of "register.js". "register-browser.js" still loads the 6to5 polyfill, but is otherwise ignored.
6to5 turns ES6+ code into vanilla ES5, so you can use next generation features today.
For more information view the documentation. For support visit the gitter room.
Description
Languages
JavaScript
99.5%
Makefile
0.3%
HTML
0.1%
