From 568337f3f43ef050cbbd95995f94e39663530ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 21 Jan 2024 23:47:46 +0100 Subject: fix: remove conditional unstable type-checking from other commands (#21991) It appears I missed this in https://github.com/denoland/deno/pull/21825. --- cli/tests/testdata/run/unstable_disabled.out | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 cli/tests/testdata/run/unstable_disabled.out (limited to 'cli/tests/testdata/run') diff --git a/cli/tests/testdata/run/unstable_disabled.out b/cli/tests/testdata/run/unstable_disabled.out deleted file mode 100644 index cf78e8ffc..000000000 --- a/cli/tests/testdata/run/unstable_disabled.out +++ /dev/null @@ -1,5 +0,0 @@ -[WILDCARD] -error: TS2339 [ERROR]: Property 'umask' does not exist on type 'typeof Deno'. 'Deno.umask' is an unstable API. Did you forget to run with the '--unstable' flag? If not, try changing the 'lib' compiler option to include 'deno.unstable' or add a triple-slash directive to the top of your entrypoint (main file): /// -console.log(Deno.umask); - ~~~~~ - at [WILDCARD]/unstable.ts:1:18 -- cgit v1.2.3