diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-19 10:28:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 15:28:41 +0000 |
| commit | 66424032a2c78c6010c0a1a1b22a26d081166660 (patch) | |
| tree | 610e95beba5685ef1ba322375bf31a3fd6c5a187 /tests/testdata/publish/node_specifier.out | |
| parent | 2b279ad630651e973d5a31586f58809f005bc925 (diff) | |
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`
Diffstat (limited to 'tests/testdata/publish/node_specifier.out')
| -rw-r--r-- | tests/testdata/publish/node_specifier.out | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testdata/publish/node_specifier.out b/tests/testdata/publish/node_specifier.out index 7acb5b5ba..9ba10c75b 100644 --- a/tests/testdata/publish/node_specifier.out +++ b/tests/testdata/publish/node_specifier.out @@ -1,5 +1,4 @@ -Checking fast check type graph for errors... -Ensuring type checks... +Checking for slow types in the public API... Download http://localhost:4545/npm/registry/@types/node Download http://localhost:4545/npm/registry/@types/node/node-[WILDCARD].tgz Check file:///[WILDCARD]/publish/node_specifier/mod.ts |
