2024-02-21 08:35:25 -05:00
|
|
|
Check file://[WILDCARD]/mod.ts
|
2024-02-19 10:28:41 -05:00
|
|
|
Checking for slow types in the public API...
|
2024-01-24 08:49:33 -05:00
|
|
|
Check file://[WILDCARD]/mod.ts
|
|
|
|
warning[unanalyzable-dynamic-import]: unable to analyze dynamic import
|
2024-02-21 14:12:36 -05:00
|
|
|
--> [WILDCARD]mod.ts:2:14
|
2024-01-24 08:49:33 -05:00
|
|
|
|
|
2024-02-21 08:35:25 -05:00
|
|
|
2 | await import("asd " + asd);
|
2024-02-21 14:12:36 -05:00
|
|
|
| ^^^^^^^^^^^^ the unanalyzable dynamic import
|
2024-01-24 08:49:33 -05:00
|
|
|
|
2024-02-27 10:13:16 -05:00
|
|
|
info: after publishing this package, imports from the local import map / package.json do not work
|
2024-01-24 08:49:33 -05:00
|
|
|
info: dynamic imports that can not be analyzed at publish time will not be rewritten automatically
|
2024-02-27 10:13:16 -05:00
|
|
|
info: make sure the dynamic import is resolvable at runtime without an import map / package.json
|
2024-01-24 08:49:33 -05:00
|
|
|
|
|
|
|
Publishing @foo/bar@1.0.0 ...
|
|
|
|
Successfully published @foo/bar@1.0.0
|
|
|
|
Visit http://127.0.0.1:4250/@foo/bar@1.0.0 for details
|