summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
AgeCommit message (Expand)Author
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-28fix: actually add missing `node:readline/promises` module (#24772)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-22Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)Bartek Iwańczuk
2024-07-21fix: CFunctionInfo and CTypeInfo leaks (#24634)Divy Srivastava
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-12fix(cli): Explicitly cache NPM packages during `deno install` (#24190)Nathan Whitaker
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: support importing statically unanalyzable npm specifiers (#24107)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-29perf: avoid building module graph if dynamic specifier already in graph (#24035)David Sherret
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-28chore: set lockfile as having no content changes after write (#24023)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-24fix: use hash of in-memory bytes only for code cache (#23966)David Sherret
2024-05-21perf: resolver - skip cwd lookup if able (#23851)David Sherret
2024-05-18perf: analyze cjs exports and emit typescript in parallel (#23856)David Sherret
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-03-21chore: upgrade deno_core to 0.272.0 (#23022)Bartek Iwańczuk
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-06fix(node): improve cjs tracking (#22673)David Sherret
2024-02-28fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic impor...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-16refactor: remove module graph setup from ModuleLoader (#22442)David Sherret
2024-02-10chore: deno_core bump (#22379)Matt Mastracci
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-27refactor(cli): decouple resolvers from `module_loader.rs` for standalone use ...Divy Srivastava
2024-01-27chore: upgrade deno_core to 0.256.0 (#22145)Divy Srivastava
2024-01-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-13fix(check): should not panic when all specified files excluded (#21929)David Sherret
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-03fix(cli): respect `exclude` option for `deno check` command (#21779)nokazn
2024-01-03chore: upgrade deno_core to 0.241.0 (#21765)Bartek Iwańczuk
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