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-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-14
refactor: add `TypeChecker` struct (#18709)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor(cli): add `Emitter` struct (#18690)
David Sherret
2023-04-13
refactor: upgrade to deno_npm 0.3.0 (#18671)
David Sherret
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-12
fix(npm): cache bust npm specifiers more aggressively (#18636)
David Sherret
2023-04-11
fix(npm): do not "npm install" when npm specifier happens to match package.js...
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-04-03
Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...
Yoshiya Hinosawa
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-26
fix(cli): don't store blob and data urls in the module cache (#18261)
Nayeem Rahman
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-17
fix(cli): preserve blob store when resetting file watcher (#18253)
Geert-Jan Zwiers
2023-03-14
refactor(core): remove "resolve_url_or_path_deprecated" (#18174)
Bartek Iwańczuk
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-13
refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)
Bartek Iwańczuk
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-24
fix: ensure concurrent non-statically analyzable dynamic imports do not somet...
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-23
feat(npm): support npm specifiers in remote modules without `--unstable` (#17...
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
feat: support bare specifier resolution with package.json (#17864)
Bartek Iwańczuk
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-14
fix: loading built-in Node modules embedded in the binary (#17777)
Bartek Iwańczuk
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
fix: support import map specified as data uri (#17531)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
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
[next]