This repository was archived by the owner on Jul 13, 2020. It is now read-only.
ES6 Module Loader 0.7.0
Updates to the May 22 2014 ES6 Specification draft.
Breaking change:
Module
is no longer exported as an export or global. Instead useSystem.newModule({})
orReflect.Loader.prototype.newModule
. Module objects no longer have the__esModule
property too.
Non-breaking changes:
- Isolate Traceur parsing code (9e7bafe)
- Fix spec bug https://bugs.ecmascript.org/show_bug.cgi?id=2995
- Testing and reporting spec bugs Reporting https://bugs.ecmascript.org/show_bug.cgi?id=2994, https://bugs.ecmascript.org/show_bug.cgi?id=2993
- Report and adjust minor spec issue https://bugs.ecmascript.org/show_bug.cgi?id=2795
- System.register dependency ordering fix
- IE8 fixes (7bfef3f)
- Performance optimizations (beb5949)