This repository was archived by the owner on Jul 13, 2020. It is now read-only.
ES Module Loader 2.1.0
__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)