aboutsummaryrefslogtreecommitdiff
path: root/shadow.js
diff options
context:
space:
mode:
Diffstat (limited to 'shadow.js')
-rw-r--r--shadow.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/shadow.js b/shadow.js
deleted file mode 100644
index e4272b15a..000000000
--- a/shadow.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var realm = new ShadowRealm();
-
-console.log(realm.evaluate("import('hi').then(a => a);"));