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
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-05
refactor(cli): clean up clones (#17268)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-13
feat(repl): support npm packages (#16770)
Bartek Iwańczuk
2022-12-12
fix: always derive http client from cli flags (#17029)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-09
refactor: cleanup main.rs (#16996)
David Sherret
2022-12-08
fix(compile): ensure import map is used when specified in deno config file (#...
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-27
fix(npm): ensure npm package downloaded once per run when using `--reload` (#...
David Sherret
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-11-25
refactor: move lockfile.rs to args module (#16818)
David Sherret
2022-11-24
fix(npm/check): prioritize exports over types entry (#16788)
David Sherret
2022-11-23
chore: more debug logging and avoid allocating strings in ts logging when not...
David Sherret
2022-11-18
fix(npm): use an http client with connection pool (#16705)
David Sherret
2022-11-16
fix(lock): ensure npm dependencies are written with --lock-write (#16668)
Bartek Iwańczuk
2022-11-13
feat(npm): require --unstable for npm specifiers in remote modules (#16612)
David Sherret
2022-11-11
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
David Sherret
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret
2022-11-02
fix(lock): autodiscovery of lockfile (#16498)
Bartek Iwańczuk
2022-11-02
refactor: Combine ImportMapResolver and JsxResolver (#16508)
Bartek Iwańczuk
2022-11-01
fix(lock): Additive lock file (#16500)
Bartek Iwańczuk
2022-10-31
chore: remove stale comments (#16491)
Bartek Iwańczuk
2022-10-28
refactor(npm): reorganize initialization of compat layer (#16471)
Bartek Iwańczuk
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
[next]