From 07ad47da53d1fbabf6fc5d26c89dc6ba683d27fd Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 4 Sep 2024 17:39:30 +0200 Subject: BREAKING(config): make supported compilerOptions an allow list (#25432) Deno has been using a deny list, which doesn't make sense because a lot of these options don't even work. Closes #25363 --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/lint.js b/tools/lint.js index 08b551e98..4bffead0c 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -221,7 +221,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 350, + "run_tests.rs": 349, "shared_library_tests.rs": 0, "task_tests.rs": 30, "test_tests.rs": 75, -- cgit v1.2.3