1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli
2020-03-28 15:26:58 -04:00
..
compilers errors: replace .lines with explicit .split newline (#4483) 2020-03-24 23:55:54 -04:00
doc feat: Add "deno doc" subcommand (#4500) 2020-03-28 14:16:57 -04:00
js Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
ops feat: Support Inspector / Chrome Devtools (#4484) 2020-03-27 16:09:51 -04:00
tests Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
build.rs
Cargo.toml v0.38.0 2020-03-28 15:26:58 -04:00
checksum.rs
colors.rs Fix unwanted ANSI Reset Sequence (#4268) 2020-03-06 08:48:38 -05:00
deno_dir.rs
diagnostics.rs
disk_cache.rs
file_fetcher.rs Add global "quiet" flag (#4135) 2020-03-10 08:26:17 -04:00
flags.rs feat: Add "deno doc" subcommand (#4500) 2020-03-28 14:16:57 -04:00
fmt.rs upgrade: dprint 0.9.5 (#4491) 2020-03-25 17:24:26 -04:00
fmt_errors.rs hide source line if error message longer than 150 chars (#4487) 2020-03-24 23:53:48 -04:00
fs.rs refactor: move code from fs.rs into ops/fs.rs (#4428) 2020-03-20 09:46:26 -04:00
global_state.rs feat: Support Inspector / Chrome Devtools (#4484) 2020-03-27 16:09:51 -04:00
global_timer.rs
http_cache.rs http_cache: change .headers.json to .metadata.json (#4175) 2020-02-28 13:15:31 -05:00
http_util.rs refactor: remove an unsafe and some boxing (#4398) 2020-03-16 10:46:31 -07:00
import_map.rs
inspector.rs feat: Support Inspector / Chrome Devtools (#4484) 2020-03-27 16:09:51 -04:00
installer.rs Fix deno install file name including extra dot on Windows (#4243) 2020-03-04 00:40:56 -08:00
js.rs
lib.rs feat: Add "deno doc" subcommand (#4500) 2020-03-28 14:16:57 -04:00
lockfile.rs
main.rs
metrics.rs feat: update metrics to track different op types (#4221) 2020-03-02 19:13:36 +01:00
msg.rs
op_error.rs fix: add fsEvent notify::Error casts (#4488) 2020-03-24 23:50:51 -04:00
permissions.rs remove extra dot in Permission request output (#4471) 2020-03-24 00:54:17 -04:00
README.md
repl.rs
resolve_addr.rs
signal.rs
source_maps.rs replace source-mappings-map with rust-sourcemap (#4368) 2020-03-14 22:10:23 +01:00
startup_data.rs
state.rs feat: update metrics to track different op types (#4221) 2020-03-02 19:13:36 +01:00
test_runner.rs fix: std/testing/runner.ts and deno test (#4392) 2020-03-19 14:26:47 +01:00
test_util.rs Revert "chore: share HTTP server between tests (#3966)" (#4165) 2020-02-27 23:32:02 -08:00
tokio_util.rs
upgrade.rs feat: first pass at "deno upgrade" (#4328) 2020-03-23 11:37:24 -04:00
version.rs
web_worker.rs refactor: remove cli/ops/files.rs (#4246) 2020-03-07 13:20:27 +01:00
worker.rs feat: Support Inspector / Chrome Devtools (#4484) 2020-03-27 16:09:51 -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.