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 98c9d61 commit a148273Copy full SHA for a148273
src/worker.js
@@ -3,8 +3,6 @@
3
/* eslint-env worker */
4
/* eslint-disable no-restricted-globals */
5
6
-importScripts('https://unpkg.com/[email protected]/dist/acorn.js');
7
-importScripts('https://unpkg.com/[email protected]/lib/nearley.js');
8
importScripts('/engine262/engine262.js');
9
10
const {
0 commit comments