Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

ES6 Module Loader 0.7.0

Compare
Choose a tag to compare
@guybedford guybedford released this 26 Jun 19:33
· 537 commits to master since this release

Updates to the May 22 2014 ES6 Specification draft.

Breaking change:

  • Module is no longer exported as an export or global. Instead use System.newModule({}) or Reflect.Loader.prototype.newModule. Module objects no longer have the __esModule property too.

Non-breaking changes: