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

ES Module Loader 2.1.0

Compare
Choose a tag to compare
@guybedford guybedford released this 09 Feb 10:09
· 63 commits to master since this release
  • __esModule lifting has been adjusted. Legacy modules with __esModule will now be stored in the registry as their namespace module, including the default export, and the legacy value provided to other modules will be that namespace exactly (7bb7ff3, f2bb139)
  • The default resolution function now trims the whitespace from the URL as in the WhatWG HTML spec (d47a503)