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
/
module_loader.rs
Age
Commit message (
Expand
)
Author
2024-05-29
perf: avoid building module graph if dynamic specifier already in graph (#24035)
David Sherret
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-28
chore: set lockfile as having no content changes after write (#24023)
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-24
fix: use hash of in-memory bytes only for code cache (#23966)
David Sherret
2024-05-21
perf: resolver - skip cwd lookup if able (#23851)
David Sherret
2024-05-18
perf: analyze cjs exports and emit typescript in parallel (#23856)
David Sherret
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-08
FUTURE: `deno install` changes (#23498)
Bartek Iwańczuk
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-03-21
chore: upgrade deno_core to 0.272.0 (#23022)
Bartek Iwańczuk
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-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-28
fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic impor...
David Sherret
2024-02-21
feat(publish): type check on publish (#22506)
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-16
refactor: remove module graph setup from ModuleLoader (#22442)
David Sherret
2024-02-10
chore: deno_core bump (#22379)
Matt Mastracci
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-27
refactor(cli): decouple resolvers from `module_loader.rs` for standalone use ...
Divy Srivastava
2024-01-27
chore: upgrade deno_core to 0.256.0 (#22145)
Divy Srivastava
2024-01-14
chore: upgrade deno_core to 0.246.0 (#21904)
Bartek Iwańczuk
2024-01-13
fix(check): should not panic when all specified files excluded (#21929)
David Sherret
2024-01-10
chore: bump deno_core (#21832)
Matt Mastracci
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-03
fix(cli): respect `exclude` option for `deno check` command (#21779)
nokazn
2024-01-03
chore: upgrade deno_core to 0.241.0 (#21765)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-08
feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-01
feat(compile): support discovering modules for more dynamic arguments (#21381)
David Sherret
2023-11-17
feat(unstable): Workspaces support (#20410)
Bartek Iwańczuk
2023-10-25
refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-05
refactor(npm): add referrer when resolving npm package sub path from deno mod...
David Sherret
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-16
feat: Add "deno jupyter" subcommand (#20337)
Bartek Iwańczuk
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-08
chore: rename some helpers on the Fs trait (#20097)
Luca Casonato
2023-08-01
fix(ext/node): fix import json using npm specifier (#19723)
await-ovo
2023-07-31
refactor: NodeCodeTranslator - optional source to translate_cjs_to_esm (#20000)
David Sherret
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
[next]