diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-21 23:47:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 22:47:46 +0000 |
| commit | 568337f3f43ef050cbbd95995f94e39663530ab4 (patch) | |
| tree | 368f7d0740073f7b33e8da9aeada13bbdd95f595 /cli/tests/testdata/run | |
| parent | 35fc6f3ab91a9f9fdecff5072677f12cde295f3a (diff) | |
fix: remove conditional unstable type-checking from other commands (#21991)
It appears I missed this in https://github.com/denoland/deno/pull/21825.
Diffstat (limited to 'cli/tests/testdata/run')
| -rw-r--r-- | cli/tests/testdata/run/unstable_disabled.out | 5 |
1 files changed, 0 insertions, 5 deletions
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): /// <reference lib="deno.unstable" /> -console.log(Deno.umask); - ~~~~~ - at [WILDCARD]/unstable.ts:1:18 |
