diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-02-26 19:29:45 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-26 13:29:45 -0500 |
commit | 5dfbbbb07a8f484dca27bbe0d7a3bafb0bdb91fd (patch) | |
tree | c4fc86d16e5747733e9d7a18652e791b9a255766 /tests/import_meta2.ts | |
parent | 8dee6ea454deb05e69bfaed39a230950c9100c37 (diff) |
Add import.meta.main (#1835)
Diffstat (limited to 'tests/import_meta2.ts')
-rw-r--r-- | tests/import_meta2.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/import_meta2.ts b/tests/import_meta2.ts index b64265b5b..7f59a5a46 100644 --- a/tests/import_meta2.ts +++ b/tests/import_meta2.ts @@ -1 +1 @@ -console.log("import_meta2", import.meta.url); +console.log("import_meta2", import.meta.url, import.meta.main); |