1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli
2022-12-09 10:54:24 -05:00
..
args fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
bench unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893) 2022-12-09 16:43:36 +01:00
cache fix(coverage): Error if the emit cache is invalid (#16850) 2022-11-29 18:43:54 +01:00
js fix(test): improve how --fail-fast shuts down when hitting limit (#16956) 2022-12-05 16:17:49 -05:00
lsp feat: upgrade to TypeScript 4.9.3 (#16973) 2022-12-07 12:59:59 -05:00
napi napi: respect --quiet flag in unimplemented warnings (#16935) 2022-12-05 14:25:25 +01:00
node fix(npm): dependency types were sometimes not being resolved when package had no types entry (#16958) 2022-12-05 20:09:31 -05:00
npm feat(npm): add support for NPM_CONFIG_REGISTRY (#16980) 2022-12-07 16:10:50 -05:00
ops fix(test): improve how --fail-fast shuts down when hitting limit (#16956) 2022-12-05 16:17:49 -05:00
schemas feat(cli): support configuring the lock file in the config file (#16781) 2022-12-08 00:13:45 +01:00
tests fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
tools fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
tsc fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
util feat: ignore node_modules and .git folders when collecting files everywhere (#16862) 2022-12-07 13:10:10 -05:00
auth_tokens.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
build.rs feat: upgrade to TypeScript 4.9.3 (#16973) 2022-12-07 12:59:59 -05:00
Cargo.toml feat(fmt): improve width calculation (#16982) 2022-12-07 17:32:24 -05:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_std.rs chore: forward v1.28.3 release commit to main (#16884) 2022-12-01 22:46:27 +09:00
emit.rs fix(coverage): Error if the emit cache is invalid (#16850) 2022-11-29 18:43:54 +01:00
errors.rs refactor: remove deno_graph::Locker usage (#16877) 2022-12-06 14:12:51 -05:00
file_fetcher.rs refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857) 2022-11-28 17:28:54 -05:00
graph_util.rs fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
http_util.rs fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
js.rs feat(core): Ability to create snapshots from existing snapshots (#16597) 2022-11-21 14:36:26 +01:00
main.rs refactor: cleanup main.rs (#16996) 2022-12-09 09:40:48 -05:00
module_loader.rs refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857) 2022-11-28 17:28:54 -05:00
proc_state.rs refactor: cleanup main.rs (#16996) 2022-12-09 09:40:48 -05:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
resolver.rs refactor: move lockfile.rs to args module (#16818) 2022-11-25 17:00:28 -05:00
standalone.rs feat(core): Ability to create snapshots from existing snapshots (#16597) 2022-11-21 14:36:26 +01:00
version.rs feat(cli): check for updates in background (#15974) 2022-10-20 16:15:21 +02:00
worker.rs fix(compile): ensure import map is used when specified in deno config file (#16990) 2022-12-08 11:50:09 -05:00

Deno CLI Crate

crates docs

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.