Begin transition of Babel to a more scalable architecture, async flow to allow for RPC and better build system for multiple packages

This commit is contained in:
Sebastian McKenzie
2015-07-11 12:39:54 +01:00
parent 4b3b6970b4
commit fedf894904
1952 changed files with 9425 additions and 5366 deletions

4
test/browser.js Normal file
View File

@@ -0,0 +1,4 @@
if (process.browser) {
require("../packages/babel/test/_browser");
require("../packages/babylon/test/_browser");
}