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