summaryrefslogtreecommitdiff
path: root/cli/graph_util.rs
AgeCommit message (Expand)Author
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-05fix: update hint for `deno add <package>` (#25455)Bartek Iwańczuk
2024-09-05feat: Add a hint on error about 'Relative import path ... not prefixed with ....Bartek Iwańczuk
2024-09-04chore(cli): remove deno_emit dependency (#25427)Luca Casonato
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-29feat(config): Node modules option for 2.0 (#25299)Nathan Whitaker
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-20fix: adjust suggestion for lockfile regeneration (#25107)Bartek Iwańczuk
2024-08-08perf: skip saving to emit cache after first failure (#24896)David Sherret
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-09fix: do not download compilerOptions -> types when not type checking (#24473)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-26refactor: bump deno_graph to 0.79 (#24337)David Sherret
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-28perf: skip npm install if graph has no new packages (#24017)David Sherret
2024-05-28perf: parse source files in parallel (#23858)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-13refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)Nayeem Rahman
2024-04-24feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...David Sherret
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-13fix: stop type checking during runtime (#22854)David Sherret
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-04chore: fix typos (#22677)cui fliter
2024-02-27fix(unstable): sloppy imports should resolve .d.ts files during types resolut...David Sherret
2024-02-21perf: linter lsp memory leak fix and deno_graph executor (#22519)David Sherret
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-16refactor: remove module graph setup from ModuleLoader (#22442)David Sherret
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-08feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...David Sherret
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret