summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-03 01:27:37 +1000
committerGitHub <noreply@github.com>2024-09-02 17:27:37 +0200
commitbc51eca70000e809ef3b64f66e9482316768e02a (patch)
treed9972377959be338e7192e7e53f94584432c263c /tools
parent503f95a54fe290471b0807157e37d2d996ff0357 (diff)
BREAKING: remove `deno bundle` (#25339)
`deno bundle` now produces: ``` error: ⚠️ `deno bundle` was removed in Deno 2. See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations ``` `deno bundle --help` now produces: ``` ⚠️ `deno bundle` was removed in Deno 2. See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations Usage: deno bundle [OPTIONS] Options: -q, --quiet Suppress diagnostic output --unstable Enable all unstable features and APIs. Instead of using this flag, consider enabling individual unstable features To view the list of individual unstable feature flags, run this command again with --help=unstable ```
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lint.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lint.js b/tools/lint.js
index ef47180c2..b644cb8c2 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -196,10 +196,9 @@ async function ensureNoNewITests() {
// replace them with spec tests.
const iTestCounts = {
"bench_tests.rs": 0,
- "bundle_tests.rs": 11,
"cache_tests.rs": 0,
"cert_tests.rs": 0,
- "check_tests.rs": 23,
+ "check_tests.rs": 22,
"compile_tests.rs": 0,
"coverage_tests.rs": 0,
"doc_tests.rs": 15,