1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/tests/testdata/publish/symlink.out
David Sherret 9166d8a4e9
feat(publish): type check on publish (#22506)
Supersedes #22501 and also fixes that issue.
2024-02-21 08:35:25 -05:00

15 lines
547 B
Text

Check [WILDCARD]mod.ts
Checking for slow types in the public API...
Check [WILDCARD]mod.ts
warning[unsupported-file-type]: unsupported file type 'symlink'
--> [WILDCARD]symlink
= hint: remove the file, or add it to 'publish.exclude' in the config file
info: only files and directories are supported
info: the file was ignored and will not be published
docs: https://jsr.io/go/unsupported-file-type
Simulating publish of @foo/bar@1.0.0 with files:
[WILDCARD]deno.json (87B)
[WILDCARD]mod.ts (56B)
Warning Aborting due to --dry-run