babel/packages
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-12 11:29:58 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-06 19:06:41 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-06 19:06:41 -05:00
2016-02-29 16:12:12 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-29 16:12:12 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2016-02-12 11:29:58 -05:00
2016-02-29 19:27:09 -05:00
2016-02-29 16:12:12 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 19:27:09 -05:00
2016-02-29 16:12:12 -05:00
2016-03-01 11:40:48 -05:00
2016-02-29 16:12:12 -05:00
2016-02-29 16:12:12 -05:00
2015-10-29 17:51:24 +00:00

Woah, what's going on here?

A monorepo, muhahahahahaha. See the monorepo design doc for reasoning.