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
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
2022-02-27
feat(compat): CJS/ESM interoperability (#13553)
Bartek IwaĆczuk
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman