1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk 0d51c1f90e
feat: remove conditional unstable type-checking (#21825)
This commit removes conditional type-checking of unstable APIs.

Before this commit `deno check` (or any other type-checking command and
the LSP) would error out if there was an unstable API in the code, but not
`--unstable` flag provided.

This situation hinders DX and makes it harder to configure Deno. Failing
during runtime unless `--unstable` flag is provided is enough in this case.
2024-01-14 18:29:17 +01:00
..
bench perf: skip expanding exclude globs (#21817) 2024-01-08 17:18:42 +00:00
coverage chore: bump deno_core (#21832) 2024-01-10 09:48:40 +05:30
init chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
jupyter fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-03 14:45:10 +00:00
registry chore(publish): add --dry-run flag (#21895) 2024-01-11 21:17:03 +00:00
repl fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
run chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
test perf: skip expanding exclude globs (#21817) 2024-01-08 17:18:42 +00:00
vendor chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
bundle.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
check.rs fix(check): should not panic when all specified files excluded (#21929) 2024-01-13 16:06:18 -05:00
compile.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
doc.rs feat: remove conditional unstable type-checking (#21825) 2024-01-14 18:29:17 +01:00
fmt.rs perf: skip expanding exclude globs (#21817) 2024-01-08 17:18:42 +00:00
info.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
installer.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lint.rs fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-08 19:30:36 -05:00
upgrade.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00