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.out | |
| 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.out')
| -rw-r--r-- | cli/tests/095_cache_with_bare_import.ts.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/095_cache_with_bare_import.ts.out b/cli/tests/095_cache_with_bare_import.ts.out new file mode 100644 index 000000000..f424f4c3e --- /dev/null +++ b/cli/tests/095_cache_with_bare_import.ts.out @@ -0,0 +1 @@ +[WILDCARD]error: Relative import path "foo" not prefixed with / or ./ or ../ from "file:///[WILDCARD]/095_cache_with_bare_import.ts" |
