deno/cli
Bartek Iwańczuk 9b20cfbee8
upgrade: deno_doc, deno_lint, dprint, swc (#8077)
- deno_doc 0.1.13
- deno_lint 0.2.5
- dprint-plugin-typescript 0.32.6
- swc_bundler 0.12.0
- swc_ecmascript 0.11.1
2020-10-22 20:36:06 +02:00
..
bench chore: add a bundle benchmark (#7828) 2020-10-05 21:39:46 +11:00
dts feat(cli): add types for WeakRef/FinalizationRegistry (#8056) 2020-10-21 21:57:01 +11:00
ops fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7936) 2020-10-22 17:09:44 +02:00
rt fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7936) 2020-10-22 17:09:44 +02:00
tests chores(cli/fmt): make --ignore stable (#7922) 2020-10-22 19:04:35 +02:00
tsc feat(cli): add types for WeakRef/FinalizationRegistry (#8056) 2020-10-21 21:57:01 +11:00
ast.rs feat(cli): add support for bundle --no-check (#8023) 2020-10-20 14:10:42 +11:00
build.rs refactor: rename isolate to js_runtime (#7858) 2020-10-07 17:20:20 +02:00
Cargo.toml upgrade: deno_doc, deno_lint, dprint, swc (#8077) 2020-10-22 20:36:06 +02:00
checksum.rs refactor(cli): add tsc2 (#7942) 2020-10-14 10:52:49 +11:00
colors.rs chore(cli): remove dead code (#7941) 2020-10-12 22:25:25 +11:00
coverage.rs reland JsRuntime/Worker is not a Future (#7924) 2020-10-11 13:20:40 +02:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_dir.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
diagnostics.rs feat: stabilize Deno.fsync and Deno.fdatasync (#8038) 2020-10-20 09:52:10 -04:00
diff.rs fix(cli/fmt): make fmt output more readable (#7534) 2020-09-17 21:48:08 -04:00
disk_cache.rs chore(cli): remove dead code (#7941) 2020-10-12 22:25:25 +11:00
errors.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
file_fetcher.rs fix(cli): ModuleGraph2 properly handles redirects (#7981) 2020-10-16 10:34:55 +11:00
file_watcher.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
flags.rs chores(cli/fmt): make --ignore stable (#7922) 2020-10-22 19:04:35 +02:00
flags_allow_net.rs chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
fmt.rs refactor(cli): use PathBuf instead of String for lint and fmt subcommands (#8042) 2020-10-21 13:12:01 +02:00
fmt_errors.rs refactor(cli/fmt_errors): Color stack traces in Rust (#7628) 2020-09-22 19:01:30 +02:00
fs.rs fix(cli/fs) Small change in filter expression (#7865) 2020-10-08 10:57:45 +02:00
global_timer.rs refactor: remove CliState, use OpState, add CliModuleLoader (#7588) 2020-09-20 01:17:35 +02:00
http_cache.rs chore(cli): remove dead code (#7941) 2020-10-12 22:25:25 +11:00
http_util.rs chore(cli): remove dead code (#7941) 2020-10-12 22:25:25 +11:00
import_map.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
info.rs refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +11:00
inspector.rs refactor(cli/repl): get context id from notification (#7864) 2020-10-11 19:49:55 +02:00
installer.rs chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +02:00
js.rs refactor(cli): add tsc2 (#7942) 2020-10-14 10:52:49 +11:00
lint.rs refactor(cli): use PathBuf instead of String for lint and fmt subcommands (#8042) 2020-10-21 13:12:01 +02:00
lockfile.rs feat(cli/installer): Add missing flags for deno install (#7601) 2020-10-19 21:19:20 +02:00
main.rs refactor(cli): use PathBuf instead of String for lint and fmt subcommands (#8042) 2020-10-21 13:12:01 +02:00
media_type.rs refactor(cli): add tsc2 (#7942) 2020-10-14 10:52:49 +11:00
metrics.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
module_graph.rs refactor(cli): add tsc2 (#7942) 2020-10-14 10:52:49 +11:00
module_graph2.rs feat(cli): add support for bundle --no-check (#8023) 2020-10-20 14:10:42 +11:00
module_loader.rs refactor(cli): rename GlobalState to ProgramState (#7914) 2020-10-13 13:35:35 +02:00
op_fetch_asset.rs feat(cli): add types for WeakRef/FinalizationRegistry (#8056) 2020-10-21 21:57:01 +11:00
permissions.rs refactor(cli): rename GlobalState to ProgramState (#7914) 2020-10-13 13:35:35 +02:00
program_state.rs chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +02:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
repl.rs feat(cli/repl): add tab completion (#7827) 2020-10-19 21:25:21 +02:00
resolve_addr.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
signal.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
source_maps.rs refactor(core): support error stack, remove js_check (#7629) 2020-09-22 23:30:03 +02:00
specifier_handler.rs fix(cli): ModuleGraph2 properly handles redirects (#7981) 2020-10-16 10:34:55 +11:00
system_loader.js fix: bundle loader returns exported value (#7764) 2020-09-30 18:51:19 +10:00
system_loader_es5.js fix: bundle loader returns exported value (#7764) 2020-09-30 18:51:19 +10:00
test_runner.rs fix(test): return error when awaiting unresolved promise (#7968) 2020-10-14 15:19:13 +02:00
text_encoding.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
tokio_util.rs set maximum size of thread pool to 31 (#7290) 2020-08-31 17:38:25 -04:00
tsc.rs feat(cli): add types for WeakRef/FinalizationRegistry (#8056) 2020-10-21 21:57:01 +11:00
tsc2.rs refactor(cli): add tsc2 (#7942) 2020-10-14 10:52:49 +11:00
tsc_config.rs feat(cli): add support for bundle --no-check (#8023) 2020-10-20 14:10:42 +11:00
upgrade.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
version.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
worker.rs fix(cli/worker): Print error stacks from the origin Worker (#7987) 2020-10-20 15:05:42 +11: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.