1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/tests/testdata/publish
David Sherret 66424032a2
feat(unstable/lint): no-slow-types for JSR packages (#22430)
1. Renames zap/fast-check to instead be a `no-slow-types` lint rule.
1. This lint rule is automatically run when doing `deno lint` for
packages (deno.json files with a name, version, and exports field)
1. This lint rules still occurs on publish. It can be skipped by running
with `--no-slow-types`
2024-02-19 15:28:41 +00:00
..
deno_jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
has_slow_types feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
invalid_import chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
invalid_path chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
javascript_decl_file chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
javascript_missing_decl_file chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
missing_deno_json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_specifier chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
successful chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
symlink chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unanalyzable_dynamic_import chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
workspace chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
allow_slow_types.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
deno_jsonc.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
dry_run.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
has_slow_types.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
invalid_import.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
invalid_path.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
javascript_decl_file.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
javascript_missing_decl_file.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
missing_deno_json.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_token.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_specifier.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
successful.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
symlink.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
unanalyzable_dynamic_import.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
workspace.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
workspace_individual.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00