1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli
Bartek Iwańczuk f57a2c1e85
refactor(core): rename CoreIsolate to JsRuntime (#7373)
deno_core/
- rename core_isolate.rs to runtime.rs
- rename CoreIsolate to JsRuntime
- rename JSError to JsError
- rename JSStackFrame to JsStackFrame

cli/
- update references from deno_core::CoreIsolate to deno_core::JsRuntime
- rename deno_core::JSError to deno_core::JsError
- rename fmt_errors::JSError to fmt_errors::JsError
2020-09-06 21:44:29 +02:00
..
bench Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
dts feat: Implement WebSocket API (#7051) 2020-09-05 10:39:25 -04:00
ops refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
rt feat: Implement WebSocket API (#7051) 2020-09-05 10:39:25 -04:00
tests feat: Implement WebSocket API (#7051) 2020-09-05 10:39:25 -04:00
tsc fix: don't expose globalThis.__bootstrap (#7344) 2020-09-04 07:52:19 -04:00
build.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
Cargo.toml Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
checksum.rs refactor: util functions take slices instead of heap values (#6547) 2020-06-29 14:17:37 +02:00
colors.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +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 chore: use matches macro for bool matches (#6904) 2020-07-28 09:50:45 -04:00
diff.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
disk_cache.rs feat: hash file names in gen cache (#6911) 2020-08-03 14:55:03 +02:00
errors.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
file_fetcher.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
flags.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
flags_allow_net.rs Re-land "fix(cli): ipv6 parsing for --allow-net params" (#6472) 2020-06-26 08:09:02 -04:00
fmt.rs refactor: remove OpError, use ErrBox everywhere (#7187) 2020-08-26 00:22:15 +02:00
fmt_errors.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
fs.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
global_state.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
global_timer.rs clippy (#4618) 2020-04-03 22:41:16 -04:00
http_cache.rs Remove unnecessary drop calls (#7007) 2020-08-10 17:31:05 -04:00
http_util.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
import_map.rs update references to testing/mod.ts in manual (#3973) 2020-02-11 21:50:20 +01:00
inspector.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
installer.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
js.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
lint.rs chore: multi line deno_lint diagnostics (#7303) 2020-09-02 11:39:20 +02:00
lockfile.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
main.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
metrics.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
module_graph.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
msg.rs refactor: remove dead code in tsc (#7277) 2020-08-31 11:02:13 +02:00
op_fetch_asset.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
permissions.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
repl.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
resolve_addr.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
signal.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
source_maps.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
startup_data.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
state.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
swc_util.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +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 test(std): ensure mod.ts modules have a test coverage (#7264) 2020-08-31 22:26:55 -04: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(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
tsc_config.rs refactor: Compiler config in Rust (#7228) 2020-08-31 20:12:24 +02:00
upgrade.rs refactor: remove OpError, use ErrBox everywhere (#7187) 2020-08-26 00:22:15 +02:00
version.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
web_worker.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
worker.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +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.