Skip to content

Commit

Permalink
fix: ref: esm-dev/esm.sh#703
Browse files Browse the repository at this point in the history
  • Loading branch information
pankgeorg committed Aug 9, 2023
1 parent e329468 commit 4279352
Showing 1 changed file with 1 addition and 1 deletion.
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://cdn.esm.sh/v64/[email protected]/es2021/many-keys-weakmap.mjs"

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

0 comments on commit 4279352

Please sign in to comment.