index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
proc_state.rs
Age
Commit message (
Expand
)
Author
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-11
fix(compat): cjs/esm interop for dynamic imports (#13792)
Bartek Iwańczuk
2022-02-27
feat(compat): CJS/ESM interoperability (#13553)
Bartek Iwańczuk
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-10
feat(lsp): provide completions from import map if available (#13624)
Kitson Kelly
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-24
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Kitson Kelly
2022-01-17
feat: auto-discover config file (#13313)
Ryan Dahl
2022-01-13
refactor: upgrade to import_map v0.6 (#13368)
David Sherret
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-15
chore: updates to support deno_graph API changes (#13080)
Kitson Kelly
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-12-07
chore: upgrade to rustls 0.20 (#12488)
Ryan Dahl
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-11-24
fix(lsp): lsp should respect include/exclude files in format config (#12876)
David Sherret
2021-11-24
compat: support compat mode in REPL (#12882)
Bartek Iwańczuk
2021-11-24
refactor(cli): deduplicate source cache for redirected specifiers (#12795)
Nayeem Rahman
2021-11-24
fix(cli): don't cache .tsbuildinfo unless emitting (#12830)
Nayeem Rahman
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-16
fix(cli): short-circuit in prepare_module_load() (#12604)
Nayeem Rahman
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-10-28
feat(compat): integrate import map and classic resolutions in ESM resolution ...
Bartek Iwańczuk
2021-10-26
fix(cli): do not cache emit when diagnostics present (#12541)
Kitson Kelly
2021-10-21
fix(lsp): formatting should error on certain additional swc diagnostics (#12491)
David Sherret
2021-10-19
refactor: use a single Mutex in ProcState for module graph (#12489)
Bartek Iwańczuk
2021-10-18
feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)
Bartek Iwańczuk
2021-10-18
fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)
Nayeem Rahman
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-06
feat(compat): inject Node globals (#12342)
Bartek Iwańczuk
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl