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
/
graph_util.rs
Age
Commit message (
Expand
)
Author
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-25
refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-24
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
David Sherret
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-09-30
refactor(npm): create `cli::npm::managed` module (#20740)
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-18
feat(unstable): package manager (#20517)
David Sherret
2023-09-13
refactor: move `deno_core::TaskQueue` to `cli::util::sync` (#20481)
David Sherret
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-29
feat(lockfile): add redirects to the lockfile (#20262)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-06-26
feat(lock): skip saving declaration files in the lockfile (#19447)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-07
refactor: helpers methods on `TypeCheckMode` (#19393)
David Sherret
2023-06-06
perf(cli): conditionally load typescript declaration files (#19392)
David Sherret
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-23
feat: top level package.json install when node_modules dir is explicitly opte...
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-14
refactor: add `TypeChecker` struct (#18709)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-11
fix(npm): do not "npm install" when npm specifier happens to match package.js...
David Sherret
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-27
fix(cli): add colors to "Module not found" error frame (#18437)
Marvin Hagemeister
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-19
feat(compile): Enable multiple roots for a standalone module graph (#17663)
Andreu Botella
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-04
refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014)
David Sherret
2023-02-25
fix: regression remapping remote specifier to local file (#17935)
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-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-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-11
fix(cli/graph_util): don't append referrer info for root module errors (#17730)
Nayeem Rahman
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-03
refactor: remove old cjs_esm_translations in graph_util (#17643)
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
fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ...
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
feat: suggest adding a "node:" prefix for bare specifiers that look like buil...
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
[next]