We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128aa15 commit 85f0b22Copy full SHA for 85f0b22
src/worker.js
@@ -4,7 +4,7 @@
4
5
importScripts('https://unpkg.com/[email protected]/dist/acorn.js');
6
importScripts('https://unpkg.com/[email protected]/lib/nearley.js');
7
-importScripts('https://engine262.js.org/engine262.js');
+importScripts('https://engine262.js.org/engine262/engine262.js');
8
9
const {
10
initializeAgent,
0 commit comments