* Fix buildExportAll to account for commonjs/amd If the re-exported module was generated with Babel and it is a commonjs or amd module and so is the current module, this will result in an attempt to redefine the __esModule property, which throws a runtime error. * Add test: don't overwrite __esModule on re-export (Failing.) * fixup tests * Add fix for systemjs
The compiler for writing next generation JavaScript.
Docs?
Check out our website: http://babeljs.io/
Looking for support?
For questions and support please visit the discussion forum, Slack community, or StackOverflow.
Want to report a bug or request a feature?
We are in the process of moving our issues from phabricator back to github issues! Check out https://github.com/babel/phabricator-to-github for more info
Bugs and feature requests should be posted at phabricator.babeljs.io.
You can directly translate a github issue to phabricator; just add a T to the beginning of the issue.
https://phabricator.babeljs.io/T2168
corresponds to
https://github.com/babel/babel/issues/2168
Want to report an issue with babeljs.io (the website)?
For documentation and website issues please visit the babel.github.io repo.
Want to contribute to Babel?
Check out our CONTRIBUTING.md
Description
Languages
JavaScript
99.5%
Makefile
0.3%
HTML
0.1%