We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c9d61 commit a148273Copy full SHA for a148273
1 file changed
src/worker.js
@@ -3,8 +3,6 @@
3
/* eslint-env worker */
4
/* eslint-disable no-restricted-globals */
5
6
-importScripts('https://unpkg.com/acorn@7.0.0/dist/acorn.js');
7
-importScripts('https://unpkg.com/nearley@2.16.0/lib/nearley.js');
8
importScripts('/engine262/engine262.js');
9
10
const {
0 commit comments