This repository was archived by the owner on Jul 13, 2020. It is now read-only.
ES6 Module Loader 0.6.0
- Comprehensive update to latest ES6 specification (April 27th 2014 draft)
- Instantiate now runs correctly to the spec, assuming a side table handler - this is the biggest breaking change
- Comprehensive ES6 circular references support
- Includes support for group linking algorithm allowing ES6 circular references to work alongside ES6 and AMD circular references
- Loader is now LoaderPolyfill to reflect fact that global is still under debate
- System.import now runs normalization
- System adds failed load records for debugging as System.failed for inspection
- Only support for anonymous <script type=module> due to spec discussion changes