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-09-01
fix(npm): ignore npm cache directory creation errors (#15728)
David Sherret
2022-09-01
fix(npm): ignore the unstable error in the lsp (#15727)
David Sherret
2022-08-29
refactor(cli): Remove cli/node dependency on cli/compat (#15654)
Bartek Iwańczuk
2022-08-24
fix(npm): always require --unstable flag even for esm (#15583)
David Sherret
2022-08-24
fix: resolve `jsxImportSource` relative to module (#15561)
Luca Casonato
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-23
fix(cache): do not attempt to emit non-emitable files (#15562)
David Sherret
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret
2022-08-22
feat(unstable): Respect --cached-only flags for npm: specifiers (#15512)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-15
refactor: remove redundant qualification of symbols in Rust (#15201)
orvit
2022-07-13
chore(cli): remove dead code related to previous tsc emit (#15196)
Nayeem Rahman
2022-07-12
fix: fallback to no type checking cache when db file can't be created (#15180)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-11
perf(cli/proc_state): Get error source lines from memory (#15031)
Nayeem Rahman
2022-07-01
refactor: extract `deno_graph::create_graph` use to common function (#15009)
David Sherret
2022-06-29
fix(vendor): ignore import map in output directory instead of erroring (#14998)
David Sherret
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-20
refactor: add `EmitCache` trait (#14925)
David Sherret
2022-06-20
fix: do not panic running .d.cts and .d.mts files (#14917)
David Sherret
2022-06-20
perf(core): Cache source lookups (#14816)
Nayeem Rahman
2022-06-14
feat(vendor): support using an existing import map (#14836)
David Sherret
2022-06-08
fix: watch dynamic imports in --watch (#14775)
Bartek Iwańczuk
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-05
refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)
Bartek Iwańczuk
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
[next]