1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli
2020-06-03 17:24:25 +02:00
..
doc fix(doc): remove JSDoc comment truncation (#6031) 2020-06-01 18:40:51 -04:00
js fix(fetch): Support 101 status code (#6059) 2020-06-03 09:43:11 -04:00
ops feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
tests fix(fetch): Support 101 status code (#6059) 2020-06-03 09:43:11 -04:00
build.rs
Cargo.toml Update to dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068) 2020-06-03 17:24:25 +02:00
checksum.rs
colors.rs
deno_dir.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
diagnostics.rs fix some unwrap() in Rust (#5485) 2020-05-16 09:41:32 -04:00
disk_cache.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
file_fetcher.rs fix: media type for .cjs and application/node (#6005) 2020-05-31 21:08:26 +02:00
flags.rs fix(cli/permissions): Fix CWD and exec path leaks (#5642) 2020-05-29 17:27:43 +02:00
fmt.rs fix(cli): Handle formatting UTF-8 w/ BOM files (#5881) 2020-05-28 13:35:24 -04:00
fmt_errors.rs
fs.rs
global_state.rs fix: compile TS dependencies of JS files (#6000) 2020-06-01 21:01:51 +02:00
global_timer.rs
http_cache.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
http_util.rs
import_map.rs
inspector.rs refactor: Split isolate and state using safe get_slot() (#5929) 2020-05-29 17:41:39 -04:00
installer.rs
js.rs
lockfile.rs
main.rs Move create_main_worker to MainWorker::create (#6034) 2020-06-01 22:44:17 -04:00
metrics.rs
module_graph.rs refactor: TS compiler and module graph (#5817) 2020-05-29 16:32:15 +02:00
msg.rs refactor: rewrite TS dependency analysis in Rust (#5029) 2020-05-18 12:59:29 +02:00
op_error.rs
permissions.rs fix(cli/permissions): Fix CWD and exec path leaks (#5642) 2020-05-29 17:27:43 +02:00
README.md
repl.rs
resolve_addr.rs
signal.rs Implement Deno.kill for windows (#5347) 2020-05-17 19:11:24 +02:00
source_maps.rs Remove unused check-only feature (#6035) 2020-06-02 14:56:21 -04:00
startup_data.rs Remove unused check-only feature (#6035) 2020-06-02 14:56:21 -04:00
state.rs feat(core): Ops can take several zero copy buffers (#4788) 2020-06-01 14:20:47 -04:00
swc_util.rs fix: ES private fields parsing in SWC (#5964) 2020-05-30 17:32:48 +02:00
test_runner.rs
test_util.rs
tokio_util.rs
tsc.rs refactor: TS compiler and module graph (#5817) 2020-05-29 16:32:15 +02:00
upgrade.rs
version.rs
web_worker.rs refactor: Split isolate and state using safe get_slot() (#5929) 2020-05-29 17:41:39 -04:00
worker.rs Move create_main_worker to MainWorker::create (#6034) 2020-06-01 22:44:17 -04:00

Deno CLI Crate

crates docs

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

The deno crate uses the deno_core and deno_typescript to provide the executable.