diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-02-27 16:13:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 15:13:16 +0000 |
| commit | 8d5c2313495014a6af842e21da802e01e11b8e08 (patch) | |
| tree | 5468374eb98b48b012b15c3afc2fd133b379bb43 /tests/testdata/publish/unanalyzable_dynamic_import.out | |
| parent | 47c2a63d872886ae1d0576f3cbf630151c8ff129 (diff) | |
feat(publish): support sloppy imports and bare node built-ins (#22588)
Diffstat (limited to 'tests/testdata/publish/unanalyzable_dynamic_import.out')
| -rw-r--r-- | tests/testdata/publish/unanalyzable_dynamic_import.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/publish/unanalyzable_dynamic_import.out b/tests/testdata/publish/unanalyzable_dynamic_import.out index da6a6f902..7f3ca5555 100644 --- a/tests/testdata/publish/unanalyzable_dynamic_import.out +++ b/tests/testdata/publish/unanalyzable_dynamic_import.out @@ -7,9 +7,9 @@ warning[unanalyzable-dynamic-import]: unable to analyze dynamic import 2 | await import("asd " + asd); | ^^^^^^^^^^^^ the unanalyzable dynamic import - info: after publishing this package, imports from the local import map do not work + info: after publishing this package, imports from the local import map / package.json do not work info: dynamic imports that can not be analyzed at publish time will not be rewritten automatically - info: make sure the dynamic import is resolvable at runtime without an import map + info: make sure the dynamic import is resolvable at runtime without an import map / package.json Publishing @foo/bar@1.0.0 ... Successfully published @foo/bar@1.0.0 |
