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

View File

@@ -6,10 +6,9 @@
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/lodash/lodash.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup("tdd");</script>
<script src="../dist/babel-test.js"></script>
<script src="../dist/browser-test.js"></script>
<script>
mocha.globals(["regeneratorRuntime"]);
mocha.checkLeaks();