1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 13:54:54 -05:00
denoland-deno/tests/specs/jsr
David Sherret b8af46e007
fix(check): ignore certain diagnostics in remote modules and when publishing (#23119)
Unused locals and parameters don't make sense to surface in remote
modules. Additionally, fast check can cause these kind of diagnostics
when publishing, so they should be ignored.

Closes #22959
2024-03-31 16:39:40 -04:00
..
deps chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
excluded_export_module feat(unstable/publish): error when a package's module is excluded from publishing (#22948) 2024-03-21 21:42:23 +00:00
import_https_url chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
jsx_with_no_pragmas chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
jsx_with_pragmas chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
module_graph chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
no_module_graph chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
no_unused_params fix(check): ignore certain diagnostics in remote modules and when publishing (#23119) 2024-03-31 16:39:40 -04:00
subset_type_graph chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
version_not_found chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00