summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/unstable_disabled.out
AgeCommit message (Collapse)Author
2024-01-21fix: remove conditional unstable type-checking from other commands (#21991)Bartek Iwańczuk
It appears I missed this in https://github.com/denoland/deno/pull/21825.
2023-08-01fix: deno diagnostic - clarify where to put triple-slash directive (#20009)David Sherret
Some people might not know what "entrypoint" means or where to put the triple-slash directive.
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
Also improved the diagnostic when using something like `Deno.openKv` and it doesn't exist.
2022-10-25feat: stabilize Deno.loadavg() (#16412)Colin Ihrig
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)