babel/packages
Henry Zhu 253918c30f Fix buildExportAll to account for commonjs/amd/systemjs (#3591)
* 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
2016-07-23 13:21:07 -04:00
..
2016-02-12 11:29:58 -05:00
2016-07-19 21:59:53 -04:00
2016-06-26 20:21:26 -04:00
2016-07-19 21:59:53 -04:00
2016-07-19 21:59:53 -04:00
2016-05-02 19:43:49 -04:00
2016-05-17 14:49:17 -04:00
2016-05-02 19:43:49 -04:00
2016-05-17 14:49:17 -04:00
2016-05-02 19:43:49 -04:00
2016-05-17 14:49:17 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-17 14:49:17 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-05-17 14:49:17 -04:00
2016-05-29 15:50:04 -04:00
2016-05-17 14:49:17 -04:00
2016-07-12 22:33:58 -04:00
2016-06-27 17:19:48 -04:00
2016-02-06 19:06:41 -05:00
2016-02-06 19:06:41 -05:00
2016-06-26 20:21:26 -04:00
2016-06-26 20:21:26 -04:00
2016-05-29 19:16:15 -04:00
2016-05-17 14:49:17 -04:00
2016-07-19 21:59:53 -04:00
2016-06-27 17:19:48 -04:00

Woah, what's going on here?

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