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

ES6 Module Loader v0.17.9

Compare
Choose a tag to compare
@guybedford guybedford released this 17 Dec 09:54
· 299 commits to master since this release

Features

  • Full support for a __moduleName second argument in System.register (9b4fcbe)
  • fetch spec support for fetching in service workers (754e35b)

Bug Fixes

  • Fixes a linking bug ensuring each System.import statement corresponds to an isolated linkset (380a70f)
  • Distinguish between non-existing and empty files for file:/// XHR in Chrome (be03106)
  • Wildcard paths specificity fixes (2e17f6c)