chore: use es6-module-loader

Switch Traceur to use modules=“instantiate” and use es6-module-loader.
This setup supports cyclic dependencies.
This commit is contained in:
Vojta Jina
2014-10-06 17:35:00 -07:00
parent 774901c225
commit cfc5fdc60d
6 changed files with 75 additions and 21 deletions

View File

@ -1,3 +1 @@
function main() {
assert(true);
}
export function main() {}