..
bench
refactor(cli+core): various cleanups in Rust ( #8336 )
2020-11-13 09:17:31 +11:00
dts
docs: Add missing closing parenthesis ( #8477 )
2020-11-25 12:54:38 +01:00
ops
chore: clippy future cleanups ( #8514 )
2020-11-28 06:47:35 +11:00
rt
fix: "onload" event order ( #8376 )
2020-11-26 22:27:55 +01:00
tests
fix(watcher): watcher doesn't exit when module resolution fails ( #8521 )
2020-11-28 15:18:13 +01:00
tools
refactor(repl): use SWC lexer to highlight and validate ( #8496 )
2020-11-27 20:14:54 +01:00
tsc
feat(cli): update to TypeScript 4.1 ( #7573 )
2020-11-24 09:31:10 +11:00
ast.rs
refactor(repl): use SWC lexer to highlight and validate ( #8496 )
2020-11-27 20:14:54 +01:00
build.rs
add canary versioning ( #8480 )
2020-11-25 05:30:14 -05:00
Cargo.toml
chore: update rustyline to 7.0.0 ( #8516 )
2020-11-28 15:03:40 +01: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
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
chore: clippy future cleanups ( #8514 )
2020-11-28 06:47:35 +11:00
diagnostics.rs
chore: clippy future cleanups ( #8514 )
2020-11-28 06:47:35 +11:00
diff.rs
refactor(cli+core): various cleanups in Rust ( #8336 )
2020-11-13 09:17:31 +11:00
disk_cache.rs
refactor(cli): rename fs module to fs_util ( #8380 )
2020-11-16 20:48:50 +01: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): local sources are not cached in memory ( #8328 )
2020-11-16 13:19:31 +11:00
file_watcher.rs
fix(watcher): watcher doesn't exit when module resolution fails ( #8521 )
2020-11-28 15:18:13 +01:00
flags.rs
chore: clippy future cleanups ( #8514 )
2020-11-28 06:47:35 +11:00
flags_allow_net.rs
chore: add copyright ( #7593 )
2020-09-21 08:26:41 -04:00
fmt_errors.rs
refactor(cli): rename fmt_errors::JsError to PrettyJsError ( #8435 )
2020-11-19 20:37:22 +01:00
fs_util.rs
feat(unstable): Support --watch flag for bundle and fmt subcommands ( #8276 )
2020-11-22 21:45:44 +01:00
http_cache.rs
refactor(cli): rename fs module to fs_util ( #8380 )
2020-11-16 20:48:50 +01:00
http_util.rs
add canary versioning ( #8480 )
2020-11-25 05:30:14 -05: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): remove unnecessary format! calls ( #8315 )
2020-11-09 15:38:29 +01:00
inspector.rs
add canary versioning ( #8480 )
2020-11-25 05:30:14 -05:00
js.rs
refactor(cli): add tsc2 ( #7942 )
2020-10-14 10:52:49 +11:00
lockfile.rs
refactor(cli): Remove unnecessary conversion into BTreeMap ( #8498 )
2020-11-26 13:16:48 +01:00
main.rs
fix(watcher): watcher doesn't exit when module resolution fails ( #8521 )
2020-11-28 15:18:13 +01:00
media_type.rs
chore: clippy future cleanups ( #8514 )
2020-11-28 06:47:35 +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
fix(cli): make output of deno info --json deterministic ( #8483 )
2020-11-27 16:51:47 -05:00
module_loader.rs
refactor(cli): cleanup compiler snapshot and tsc/module_graph ( #8220 )
2020-11-03 06:41:20 +11:00
permissions.rs
refactor(cli): rename fs module to fs_util ( #8380 )
2020-11-16 20:48:50 +01:00
program_state.rs
fix(cli): local sources are not cached in memory ( #8328 )
2020-11-16 13:19:31 +11:00
README.md
Remove deno_typescript ( #6813 )
2020-07-20 19:49:57 -04: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(cli): rename fmt_errors::JsError to PrettyJsError ( #8435 )
2020-11-19 20:37:22 +01:00
specifier_handler.rs
refactor(cli): refactor file_fetcher ( #8245 )
2020-11-06 11:38:21 +11: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): update to TypeScript 4.1 ( #7573 )
2020-11-24 09:31:10 +11:00
tsc_config.rs
BREAKING(cli/tsc_config): Make isolatedModules non-configurable ( #8482 )
2020-11-25 13:06:54 +01:00
version.rs
add canary versioning ( #8480 )
2020-11-25 05:30:14 -05:00
web_worker.rs
refactor(cli): reorganize main.rs and split workers ( #8495 )
2020-11-26 15:17:45 +01:00
worker.rs
refactor(cli): reorganize main.rs and split workers ( #8495 )
2020-11-26 15:17:45 +01:00