This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
ES Module Loader 2.0.0
- 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
todeps
- Deprecation of old hook names, must use hook symbol names exactly as documented in the current README