es-module-shims 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es-module-shims-typescript.js +246 -272
- package/dist/es-module-shims.debug.js +21 -6
- package/dist/es-module-shims.js +21 -6
- package/dist/es-module-shims.wasm.js +21 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Because we are still using the native module loader the edge cases work out comp
|
|
|
28
28
|
Include ES Module Shims with a `async` attribute on the script, then include an import map and module scripts normally:
|
|
29
29
|
|
|
30
30
|
```html
|
|
31
|
-
<script async src="https://ga.jspm.io/npm:es-module-shims@2.0.
|
|
31
|
+
<script async src="https://ga.jspm.io/npm:es-module-shims@2.0.7/dist/es-module-shims.js"></script>
|
|
32
32
|
|
|
33
33
|
<!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
|
|
34
34
|
<script type="importmap">
|
|
@@ -553,7 +553,7 @@ Once enabled, the separate `es-module-shims-typescript.js` extension must be ava
|
|
|
553
553
|
Example:
|
|
554
554
|
|
|
555
555
|
```html
|
|
556
|
-
<script async src="https://ga.jspm.io/npm:es-module-shims@2.0.
|
|
556
|
+
<script async src="https://ga.jspm.io/npm:es-module-shims@2.0.7/dist/es-module-shims.js"></script>
|
|
557
557
|
<script type="esms-options">
|
|
558
558
|
{
|
|
559
559
|
"polyfillEnable": "all"
|