Ben Newman 9acd33b93a Make buildExportAll generate pure ES5 code.
The untransformed `let` keyword causes problems for older parsers. I
understand using `let` instead of `var` ensures each getter function has
its own binding for the KEY variable, but the same can be accomplished
(with less code) using a `.forEach` callback function, and this way
there's no need to worry about generating a unique name for the `key`
variable.
2016-03-02 00:08:55 -05:00
2016-02-04 11:07:04 -05:00
2015-11-09 17:58:36 -08:00
2015-07-16 15:46:31 +01:00
2015-11-09 04:03:59 -08:00
2014-12-16 22:17:35 -08:00
2016-02-12 17:24:25 +05:30
2016-01-04 22:59:12 -05:00
2016-02-29 19:42:21 -05:00
2015-11-11 23:24:39 -08:00
2016-02-17 05:34:41 +00:00
2015-12-30 13:42:32 -05:00
2016-03-01 11:40:48 -05:00

babel

The compiler for writing next generation JavaScript.

Travis Status CircleCI Status Coverage Status

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?

Bugs and feature requests should be posted at phabricator.babeljs.io.

Want to report an issue with babeljs.io?

For documentation and website issues please visit the babel.github.io repo.

Description
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%