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-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
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
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-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-12-09
refactor: cleanup main.rs (#16996)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
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
chore: update crates (#16588)
Bartek Iwańczuk
2022-10-03
fix(npm): panic on invalid package name (#16123)
Bartek Iwańczuk
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-11
fix(cli): allow configurations files to also be json modules (#15444)
Nayeem Rahman
2022-08-10
fix: update deno_graph to fix importing config as JSON module (#15388)
Kitson Kelly
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-04-18
fix(cli/emit): Check JS roots with // @ts-check (#14090)
Nayeem Rahman
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
[next]