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/import_map.json | |
| parent | 8ec5276d30dac59ced0ca7e35e07e20644ee2188 (diff) | |
feat: Import maps (#2360)
Diffstat (limited to 'tests/importmaps/import_map.json')
| -rw-r--r-- | tests/importmaps/import_map.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/importmaps/import_map.json b/tests/importmaps/import_map.json new file mode 100644 index 000000000..601874aab --- /dev/null +++ b/tests/importmaps/import_map.json @@ -0,0 +1,14 @@ +{ + "imports": { + "moment": "./moment/moment.ts", + "moment/": "./moment/", + "lodash": "./lodash/lodash.ts", + "lodash/": "./lodash/", + "https://www.unpkg.com/vue/dist/vue.runtime.esm.js": "./vue.ts" + }, + "scopes": { + "scope/": { + "moment": "./scoped_moment.ts" + } + } +} |
