Skip to content

Commit

Permalink
Fix more esm.sh build version pins
Browse files Browse the repository at this point in the history
Same as #2514
  • Loading branch information
fonsp committed Apr 9, 2023
1 parent f11d6e0 commit 8d63bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/common/Polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ if (Blob.prototype.arrayBuffer == null) {
}

//@ts-ignore
import { polyfill as scroll_polyfill } from "https://esm.sh/[email protected]/lib/polyfill.js"
import { polyfill as scroll_polyfill } from "https://esm.sh/[email protected]/lib/polyfill.js?pin=v113&target=es2020"

scroll_polyfill()
2 changes: 1 addition & 1 deletion frontend/components/CellInput/lezer_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { julia_andrey, NodeProp, syntaxTree, Text } from "../../imports/Codemirr
import lodash from "../../imports/lodash.js"

// @ts-ignore
import ManyKeysWeakMap from "https://cdn.esm.sh/v64/[email protected]/es2021/many-keys-weakmap.js"
import ManyKeysWeakMap from "https://esm.sh/[email protected]?pin=v113&target=es2020"

/**
* @param {string} julia_code
Expand Down

0 comments on commit 8d63bde

Please sign in to comment.