Skip to content

Commit

Permalink
es-module-shims 1.5.12 (#298)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
andys8 authored Aug 16, 2022
1 parent 3cdcc8f commit 3dc0c63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New features:
Bugfixes:

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

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

Expand Down
9 changes: 3 additions & 6 deletions client/public/frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
window.esmsInitOptions = {
shimMode: true,
};
</script>
<!--
JSPM Generator Import Map
Edit URL: https://generator.jspm.io/#ZcxBDkAwEEDRWQinMQwhlr2EA9BOZKQqqamtq5OIle1L/s8zgOIag4p6djDLUkpQXjgawh47AsdWtsnjehiqsUWCyJPV0u2boQEbrH9QWS8c9O8Hx5Pj61+ckjgzPOPmBszFaRmMAA
Expand All @@ -35,7 +30,9 @@
</script>

<!-- ES Module Shims: Import maps polyfill for modules browsers without import maps support (all except Chrome 89+) -->
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js" integrity="sha384-O6YhhDNmwzHXz9VDaEaEtY9rnzCF5Fy+yoxD6StrNyhjwyBrYYOjZkbFRt9zcoGx" crossorigin="anonymous"></script>
<!-- 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 -->
<!-- See https://github.com/purescript/trypurescript/pull/297#issuecomment-1214194277 -->
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js" integrity="sha384-KpzeqocuAuGQvuaqG8NBwER/6UR/rFGoff/DdvgKT1OBZsR/GyQXTn6hrC5J+K2B" crossorigin="anonymous"></script>

<script src="js/frame.js"></script>
</head>
Expand Down

0 comments on commit 3dc0c63

Please sign in to comment.