diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-09 15:08:20 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-09 09:08:20 -0400 |
| commit | a115340288d974f141cceb16faac71914402c445 (patch) | |
| tree | 80353d2579e6d6dc9febd449f1f779ffa62c8397 /tests/importmaps/scope | |
| parent | 8ec5276d30dac59ced0ca7e35e07e20644ee2188 (diff) | |
feat: Import maps (#2360)
Diffstat (limited to 'tests/importmaps/scope')
| -rw-r--r-- | tests/importmaps/scope/scoped.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/importmaps/scope/scoped.ts b/tests/importmaps/scope/scoped.ts new file mode 100644 index 000000000..9a0b5d8e3 --- /dev/null +++ b/tests/importmaps/scope/scoped.ts @@ -0,0 +1,2 @@ +import "moment"; +console.log("Hello from scoped!"); |
