diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-07 11:30:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 17:30:30 +0100 |
| commit | 594d8397ad46a90389bec9a76afde1bc7f1fa35b (patch) | |
| tree | 9238e775513197042429fd9340cdc9bf792e7cd7 /tests/testdata | |
| parent | 87a08fc3b2d0ed1e5a197628fa7091cb656c9058 (diff) | |
fix(publish): properly display graph validation errors (#22775)
The graph validation errors were displaying cryptically during publish.
This fixes that.
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/publish/sloppy_imports_not_enabled.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/publish/sloppy_imports_not_enabled.out b/tests/testdata/publish/sloppy_imports_not_enabled.out new file mode 100644 index 000000000..c2f74ad2c --- /dev/null +++ b/tests/testdata/publish/sloppy_imports_not_enabled.out @@ -0,0 +1,2 @@ +error: [WILDCARD] Maybe specify path to 'index.ts' file in directory instead or run with --unstable-sloppy-imports + at file:///[WILDCARD]/sloppy_imports/mod.ts:1:20 |
