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

@ -13,6 +13,7 @@
import {assert} from 'rtts_assert/rtts_assert';
export function main() {
// ## Basic Type Check
// By default, `instanceof` is used to check the type.
@ -375,3 +376,5 @@ describe('Traceur', function() {
// <center><small>
// This documentation was generated from [assert.spec.js](https://github.com/vojtajina/assert/blob/master/test/assert.spec.js) using [Docco](http://jashkenas.github.io/docco/).
// </small></center>
}