From e522f4b65a3439030506733b104498f21422ede0 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Wed, 11 Sep 2024 06:36:43 +0900 Subject: BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505) Mainly I removed `Temporal.Calendar` and `Temporal.TimeZone` and replaced them to APIs that handle calendar and timezone as strings. https://github.com/tc39/proposal-temporal/pull/2925 Related #24836 --- 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 db4b657af..2178d4579 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -220,7 +220,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 340, + "run_tests.rs": 338, "shared_library_tests.rs": 0, "task_tests.rs": 30, "test_tests.rs": 74, -- cgit v1.2.3