es-module-shims 2.1.1 → 2.1.2
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
CHANGED
|
@@ -29,7 +29,7 @@ Because we are still using the native module loader the edge cases work out comp
|
|
|
29
29
|
Include ES Module Shims with a `async` attribute on the script, then include an import map and module scripts normally:
|
|
30
30
|
|
|
31
31
|
```html
|
|
32
|
-
<script async src="https://ga.jspm.io/npm:es-module-shims@2.1.
|
|
32
|
+
<script async src="https://ga.jspm.io/npm:es-module-shims@2.1.2/dist/es-module-shims.js"></script>
|
|
33
33
|
|
|
34
34
|
<!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
|
|
35
35
|
<script type="importmap">
|
|
@@ -565,7 +565,7 @@ Once enabled, the separate `es-module-shims-typescript.js` extension must be ava
|
|
|
565
565
|
Example:
|
|
566
566
|
|
|
567
567
|
```html
|
|
568
|
-
<script async src="https://ga.jspm.io/npm:es-module-shims@2.1.
|
|
568
|
+
<script async src="https://ga.jspm.io/npm:es-module-shims@2.1.2/dist/es-module-shims.js"></script>
|
|
569
569
|
<script type="esms-options">
|
|
570
570
|
{
|
|
571
571
|
"polyfillEnable": "all"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ES Module Shims 2.1.
|
|
1
|
+
/* ES Module Shims 2.1.2 */
|
|
2
2
|
(function () {
|
|
3
3
|
|
|
4
4
|
const hasDocument = typeof document !== 'undefined';
|
|
@@ -856,7 +856,6 @@
|
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
pushStringTo(source.length);
|
|
859
|
-
console.log(resolvedSource);
|
|
860
859
|
|
|
861
860
|
if (sourceURLCommentStart === -1) resolvedSource += sourceURLCommentPrefix + load.r;
|
|
862
861
|
|
package/dist/es-module-shims.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ES Module Shims 2.1.
|
|
1
|
+
/* ES Module Shims 2.1.2 */
|
|
2
2
|
(function () {
|
|
3
3
|
|
|
4
4
|
const hasDocument = typeof document !== 'undefined';
|
|
@@ -841,7 +841,6 @@
|
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
pushStringTo(source.length);
|
|
844
|
-
console.log(resolvedSource);
|
|
845
844
|
|
|
846
845
|
if (sourceURLCommentStart === -1) resolvedSource += sourceURLCommentPrefix + load.r;
|
|
847
846
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ES Module Shims Wasm 2.1.
|
|
1
|
+
/* ES Module Shims Wasm 2.1.2 */
|
|
2
2
|
(function () {
|
|
3
3
|
|
|
4
4
|
const hasDocument = typeof document !== 'undefined';
|
|
@@ -841,7 +841,6 @@
|
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
pushStringTo(source.length);
|
|
844
|
-
console.log(resolvedSource);
|
|
845
844
|
|
|
846
845
|
if (sourceURLCommentStart === -1) resolvedSource += sourceURLCommentPrefix + load.r;
|
|
847
846
|
|