We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4518037 commit 017d8b5Copy full SHA for 017d8b5
2 files changed
src/languages/javascript.js
@@ -1,4 +1,4 @@
1
-import * as acorn from 'https://cdn.skypack.dev/acorn@%5E7.1.0';
+import * as acorn from 'https://unpkg.com/acorn@8.0.1/dist/acorn.mjs';
2
3
/* eslint no-undef: 0 */
4
// we're running javascript in javascript
src/wc-code.js
@@ -1,5 +1,5 @@
-import {WCCodeMirror} from 'https://cdn.skypack.dev/@vanillawc/wc-codemirror@%5E1.4.1';
+import {WCCodeMirror} from 'https://unpkg.com/@vanillawc/wc-codemirror@1.9.1/index.js';
import WCCodeConsole from './console.js'
import languageDetails from './language-details.js'
5
import * as Utils from './utils.js'
0 commit comments