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-10-25
fix(npm): add support for npm packages in lock files (#15938)
Bartek Iwańczuk
2022-10-25
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
David Sherret
2022-10-24
fix(cli): Fixed bug where the progress bar did not clear (#16401)
nasa
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-20
fix(lsp): allow caching deps in non-saved files (#16353)
David Sherret
2022-10-04
refactor: remove old Node compat code (#16142)
Bartek Iwańczuk
2022-10-01
perf: node cjs & esm analysis cache (#16097)
David Sherret
2022-09-22
feat(npm): add flag for creating and resolving npm packages to a local node_m...
David Sherret
2022-09-22
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
Bartek Iwańczuk
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-09
feat: download progress bar (#15814)
Bartek Iwańczuk
2022-09-07
fix: upgrade deno_ast to 0.19 (#15808)
David Sherret
2022-09-07
feat: add --no-npm flag to disable npm: imports (#15673)
Bartek Iwańczuk
2022-09-06
refactor(npm): reorganize remapping built-in Node modules to remote URLs (#15...
Bartek Iwańczuk
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-09-02
refactor: extract out check code from emit (#15729)
David Sherret
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
[next]