Skip to content

Commit 3dc0c63

Browse files
authored
es-module-shims 1.5.12 (#298)
* es-module-shims 1.5.12 Version 1.5.12 is currently - including the latest bug fix 1.5.15 - the best version for the project where the examples work in all tested browsers. See these discussion for more details: <#297 (comment)> <guybedford/es-module-shims#324 (comment)> * Comment and changelog entry
1 parent 3cdcc8f commit 3dc0c63

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ New features:
1111
Bugfixes:
1212

1313
Other improvements:
14+
- Update `es-module-shims` to 1.5.12 (#298 by @andys8)
1415

1516
## [v2022-08-12.1](https://github.com/purescript/trypurescript/releases/tag/v2022-08-12.1)
1617

Diff for: client/public/frame.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
66
<meta content="utf-8" http-equiv="encoding">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<script>
9-
window.esmsInitOptions = {
10-
shimMode: true,
11-
};
12-
</script>
138
<!--
149
JSPM Generator Import Map
1510
Edit URL: https://generator.jspm.io/#ZcxBDkAwEEDRWQinMQwhlr2EA9BOZKQqqamtq5OIle1L/s8zgOIag4p6djDLUkpQXjgawh47AsdWtsnjehiqsUWCyJPV0u2boQEbrH9QWS8c9O8Hx5Pj61+ckjgzPOPmBszFaRmMAA
@@ -35,7 +30,9 @@
3530
</script>
3631

3732
<!-- ES Module Shims: Import maps polyfill for modules browsers without import maps support (all except Chrome 89+) -->
38-
<script async src="https://ga.jspm.io/npm:es-module-shims@1.5.9/dist/es-module-shims.js" integrity="sha384-O6YhhDNmwzHXz9VDaEaEtY9rnzCF5Fy+yoxD6StrNyhjwyBrYYOjZkbFRt9zcoGx" crossorigin="anonymous"></script>
33+
<!-- While 1.5.12 is not the latest release (1.5.16) and still sometimes shows an error (head on null) it is currently the best option -->
34+
<!-- See https://github.com/purescript/trypurescript/pull/297#issuecomment-1214194277 -->
35+
<script async src="https://ga.jspm.io/npm:es-module-shims@1.5.12/dist/es-module-shims.js" integrity="sha384-KpzeqocuAuGQvuaqG8NBwER/6UR/rFGoff/DdvgKT1OBZsR/GyQXTn6hrC5J+K2B" crossorigin="anonymous"></script>
3936

4037
<script src="js/frame.js"></script>
4138
</head>

0 commit comments

Comments
 (0)