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
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-27
fix(watch): don't panic on invalid file specifiers (#26577)
Bartek Iwańczuk
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-09-30
fix(info): error instead of panic for npm specifiers when using byonm (#25947)
David Sherret
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-26
fix(doc): surface graph errors as warnings (#25888)
David Sherret
2024-09-26
refactor: use ModuleGraph::fill_from_lockfile (#25887)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
fix(check): properly surface dependency errors in types file of js file (#25860)
David Sherret
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-09-05
fix: update hint for `deno add <package>` (#25455)
Bartek Iwańczuk
2024-09-05
feat: Add a hint on error about 'Relative import path ... not prefixed with ....
Bartek Iwańczuk
2024-09-04
chore(cli): remove deno_emit dependency (#25427)
Luca Casonato
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-29
feat(config): Node modules option for 2.0 (#25299)
Nathan Whitaker
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-20
fix: adjust suggestion for lockfile regeneration (#25107)
Bartek Iwańczuk
2024-08-08
perf: skip saving to emit cache after first failure (#24896)
David Sherret
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-09
fix: do not download compilerOptions -> types when not type checking (#24473)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-26
refactor: bump deno_graph to 0.79 (#24337)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-28
perf: skip npm install if graph has no new packages (#24017)
David Sherret
2024-05-28
perf: parse source files in parallel (#23858)
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-13
refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)
Nayeem Rahman
2024-04-24
feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...
David Sherret
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-19
perf(lsp): cleanup document dependencies (#23426)
Nayeem Rahman
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-16
feat(check): allow using side effect imports with unknown module kinds (ex. c...
David Sherret
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-03-13
fix: stop type checking during runtime (#22854)
David Sherret
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-07
fix(publish): silence warnings for sloppy imports and node builtins with env ...
Bartek Iwańczuk
2024-03-04
chore: fix typos (#22677)
cui fliter
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-21
perf: linter lsp memory leak fix and deno_graph executor (#22519)
David Sherret
[next]