diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-21 08:35:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 08:35:25 -0500 |
| commit | 9166d8a4e9b0f611b1e06c9e339b44f7c450d72e (patch) | |
| tree | 1c4efed34b9c5bebc1f42fdaa8ad28dcca30896a /tests/testdata/publish/unanalyzable_dynamic_import.out | |
| parent | 061ee9d38cdf8ff0ade2373c1e075f841c534c47 (diff) | |
feat(publish): type check on publish (#22506)
Supersedes #22501 and also fixes that issue.
Diffstat (limited to 'tests/testdata/publish/unanalyzable_dynamic_import.out')
| -rw-r--r-- | tests/testdata/publish/unanalyzable_dynamic_import.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/testdata/publish/unanalyzable_dynamic_import.out b/tests/testdata/publish/unanalyzable_dynamic_import.out index 97306c079..a68b29932 100644 --- a/tests/testdata/publish/unanalyzable_dynamic_import.out +++ b/tests/testdata/publish/unanalyzable_dynamic_import.out @@ -1,9 +1,10 @@ +Check file://[WILDCARD]/mod.ts Checking for slow types in the public API... Check file://[WILDCARD]/mod.ts warning[unanalyzable-dynamic-import]: unable to analyze dynamic import - --> [WILDCARD]mod.ts:1:7 + --> [WILDCARD]mod.ts:2:7 | -1 | await import("asd " + asd); +2 | await import("asd " + asd); | ^^^^^^^^^^^^^^^^^^^^ the unanalyzable dynamic import info: after publishing this package, imports from the local import map do not work |
