diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-06-01 07:45:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 16:45:37 +1000 |
commit | 6dd7a7ecd9d9b09f5112c73c67aa5f94480c8196 (patch) | |
tree | e4286caa3543d5184a65cadaacfd17b178495469 /cli/tests/095_cache_with_bare_import.ts | |
parent | 595700c993891ec8bf83f455a6602070ab8351ac (diff) |
fix(cli): represent bare imports as module graph error slots (#10804)
Fixes #10795
Diffstat (limited to 'cli/tests/095_cache_with_bare_import.ts')
-rw-r--r-- | cli/tests/095_cache_with_bare_import.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/095_cache_with_bare_import.ts b/cli/tests/095_cache_with_bare_import.ts new file mode 100644 index 000000000..c0748305d --- /dev/null +++ b/cli/tests/095_cache_with_bare_import.ts @@ -0,0 +1 @@ +import "foo"; |