Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Releases: ModuleLoader/es-module-loader

ES Module Loader 2.3.0

31 May 15:31

Choose a tag to compare

  • Support for top-level await variant B through a promise return from System.register execute
  • Support for real ES module returns in instantiate through Symbol.toStringTag detection (allowing bridging between native loader)

ES Module Loader 2.2.8

18 Sep 12:48

Choose a tag to compare

Fixes trailing backtracking segment handling regression in URL resolution (#536)

ES Module Loader 2.2.7

18 Sep 12:47

Choose a tag to compare

Handle falsy default interop module values (31de1f5)

ES Module Loader 2.2.6

10 Jul 13:27

Choose a tag to compare

Fix state persistence bug with registry removal - while errors are cached in the registry, a delete operation acts to clear these (2ac37ef)

ES Module Loader 2.2.5

10 Jul 12:45

Choose a tag to compare

Fixes some failing circular reference cases in the linking algorithm, also providing a perf improvement to loading (ebf9dda)

ES Module Loader 2.2.4

14 Jun 11:33

Choose a tag to compare

Simplifies URL resolution protocol handling (5c23a11)

ES Module Loader 2.2.3

30 May 08:58

Choose a tag to compare

Fix let statement for compatibility (cec262f)

ES Module Loader 2.2.2

29 May 15:16

Choose a tag to compare

Fixes a bug with error caching (e34a1d0)

ES Module Loader 2.2.1

29 May 14:33

Choose a tag to compare

Prepares the way for import.meta.url as the primary contextual mechanism, to allow deprecation of __moduleName.

ES Module Loader 2.2.0

26 May 13:48

Choose a tag to compare

Features

  • New default interop to allow import {default} from 'cjs' to work out even when the CJS module contains exports.__esModule = true; exports.default = 'x', which previously would have returned exports instead of 'x' (ad8ca7d)
  • Upgrades to the new WhatWG spec error algorithm of caching fetch and evaluation errors. Support for Loader.prototype.delete is provided to ensure this can clear that state. (#533)

Bug Fixes

  • Fixes the URL resolution algorithm to ensure that ./x/some:path is not detected as an absolute URL (d3a2e33)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.