1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli
2020-09-26 15:59:24 +02:00
..
bench refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
dts fix(cli/dts): Use var instead of const and let for globals (#7680) 2020-09-26 07:23:35 +10:00
ops fix: clearing timers race condition (#7617) 2020-09-22 19:33:29 +02:00
rt refactor: prune unneeded JS code (#7689) 2020-09-26 15:59:24 +02:00
tests fix(cli/dts): Use var instead of const and let for globals (#7680) 2020-09-26 07:23:35 +10:00
tsc refactor: prune unneeded JS code (#7689) 2020-09-26 15:59:24 +02:00
ast.rs refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
build.rs refactor(core): support error stack, remove js_check (#7629) 2020-09-22 23:30:03 +02:00
Cargo.toml v1.4.2 2020-09-25 16:53:48 +02:00
checksum.rs chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
colors.rs fix(cli/fmt): make fmt output more readable (#7534) 2020-09-17 21:48:08 -04:00
coverage.rs fix(cli/coverage): print lines with no coverage to stdout (#7640) 2020-09-23 14:12:24 -04: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 refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
diff.rs fix(cli/fmt): make fmt output more readable (#7534) 2020-09-17 21:48:08 -04:00
disk_cache.rs chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
errors.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
file_fetcher.rs refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
file_watcher.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
flags.rs fix(info): add --importmap flag (#7424) 2020-09-21 15:07:19 +02:00
flags_allow_net.rs chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
fmt.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +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 refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
global_state.rs refactor(cli/inspector): make server optional (#7656) 2020-09-25 10:24:51 +02:00
global_timer.rs refactor: remove CliState, use OpState, add CliModuleLoader (#7588) 2020-09-20 01:17:35 +02:00
graph.rs refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
http_cache.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
http_util.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
import_map.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
info.rs chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
inspector.rs refactor(cli/inspector): make server optional (#7656) 2020-09-25 10:24:51 +02:00
installer.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
js.rs refactor(core): support error stack, remove js_check (#7629) 2020-09-22 23:30:03 +02:00
lint.rs refactor(cli/fmt_errors): Color stack traces in Rust (#7628) 2020-09-22 19:01:30 +02:00
lockfile.rs refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
main.rs refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
media_type.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04: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: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
op_fetch_asset.rs refactor: Simplify op_fetch_asset signature (#7655) 2020-09-24 15:29:18 +02:00
permissions.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
repl.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +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 refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
state.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
system_loader.js Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
system_loader_es5.js Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
test_runner.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +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 refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10:00
tsc_config.rs refactor: new module graph used for no check (#7621) 2020-09-25 08:31:17 +10: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
web_worker.rs refactor: use futures and serde_json from deno_core (#7614) 2020-09-21 18:36:37 +02:00
worker.rs refactor(cli/inspector): make server optional (#7656) 2020-09-25 10:24:51 +02: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.