diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-02-24 18:58:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 18:58:00 +0530 |
commit | 03c55b497035001cba77b0ddd8b22f0f9c25190d (patch) | |
tree | e4fded4e37329d5e56a79e1a3f49e5030c611ccf /cli/tests/testdata/standalone_import_map.ts | |
parent | 3e8180c793f1dd7437a497ffdb0cf7e919a9a5c3 (diff) |
fix(compile): Support import maps (#13756)
Diffstat (limited to 'cli/tests/testdata/standalone_import_map.ts')
-rw-r--r-- | cli/tests/testdata/standalone_import_map.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/standalone_import_map.ts b/cli/tests/testdata/standalone_import_map.ts new file mode 100644 index 000000000..097b96356 --- /dev/null +++ b/cli/tests/testdata/standalone_import_map.ts @@ -0,0 +1 @@ +import "hello"; |