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

ES Module Loader 2.0.0

Compare
Choose a tag to compare
@guybedford guybedford released this 24 Jan 11:58
· 67 commits to master since this release
  • API renames: Module -> ModuleNamespace, resolveUrlToParentIfNotPlain -> resolveIfNotPlain.
  • Resolve and instantiate no longer take a metadata argument.
  • baseKey is no longer supported as a loader constructor argument
  • Reverts the System.registerDynamic format to be consistent with the previous SystemJS format, including a third boolean argument indicating an executing require, with an exception for modules with the __esModule flag only.
  • Legacy module interop is now based on not extending modules with named exports to match NodeJS adoption of named exports.
  • Fixes tracing API, renaming dependencies to deps
  • Deprecation of old hook names, must use hook symbol names exactly as documented in the current README