diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-12 21:14:02 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-18 23:04:59 -0500 |
commit | 42408febe8cdf9e30ff8d1a3bb13f4994906c53b (patch) | |
tree | 92ab3408d426f1d18a511aa16130357ed074410a /tests/imports_meta.js | |
parent | 27afbd135162b435c8af22b18622656ccab12174 (diff) |
Add window.location
Diffstat (limited to 'tests/imports_meta.js')
-rw-r--r-- | tests/imports_meta.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/imports_meta.js b/tests/imports_meta.js deleted file mode 100644 index 3361d1237..000000000 --- a/tests/imports_meta.js +++ /dev/null @@ -1,3 +0,0 @@ -console.log("imports_meta", import.meta.url); - -import "imports_meta2.js"; |