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-11-19
refactor: update deno_doc, use prismjs, remove internal reference html genera...
Leo Kettmeir
2024-11-19
fix(node): handle resolving ".//<something>" in npm packages (#26920)
David Sherret
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
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-26
perf: pass transpiled module to deno_core as known string (#26555)
David Sherret
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-09-29
refactor: cleanup for creating worker structs (#25933)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-11
chore: remove `prevent_v8_code_cache` from `CliModuleLoaderInner` (#25566)
Asher Gomez
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-08-21
fix(add): Handle packages without root exports (#25102)
Nathan Whitaker
2024-08-19
feat: Deprecate "import assertions" with a warning (#24743)
Bartek Iwańczuk
2024-07-31
feat: upgrade V8 to 12.8 (#24693)
snek
2024-07-28
fix: actually add missing `node:readline/promises` module (#24772)
David Sherret
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-22
Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)
Bartek Iwańczuk
2024-07-21
fix: CFunctionInfo and CTypeInfo leaks (#24634)
Divy Srivastava
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-07-02
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)
Nathan Whitaker
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-12
fix(cli): Explicitly cache NPM packages during `deno install` (#24190)
Nathan Whitaker
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: support importing statically unanalyzable npm specifiers (#24107)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
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
[next]