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
/
cache
Age
Commit message (
Expand
)
Author
2024-11-18
perf(compile): code cache (#26528)
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-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-10-01
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
David Sherret
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
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-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-08-28
fix: delete old Deno 1.x headers file when loading cache (#25283)
David Sherret
2024-08-26
perf(cache): single cache file for remote modules (#24983)
David Sherret
2024-08-26
perf(cache): single cache file for typescript emit (#24994)
David Sherret
2024-08-19
feat: Deprecate "import assertions" with a warning (#24743)
Bartek Iwańczuk
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-08
perf: skip saving to emit cache after first failure (#24896)
David Sherret
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-01
fix(windows): check USERPROFILE env var for finding home directory (#24384)
David Sherret
2024-06-27
fix(ext/node): discover .npmrc in user's homedir (#24021)
Bartek Iwańczuk
2024-06-07
fix: make writing to the deps cache more reliable (#24135)
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-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
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-24
fix: use hash of in-memory bytes only for code cache (#23966)
David Sherret
2024-05-23
perf(startup): use WAL journal for sqlite databases in DENO_DIR (#23955)
Bert Belder
2024-05-21
chore: add test to ensure parsing only happens once on first load (#23837)
David Sherret
2024-05-09
refactor(lsp): unify caching into LspCache (#23746)
Nayeem Rahman
2024-04-29
chore: add tests for moduleGraph2 (#23603)
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-14
perf: do not clone swc `Program` when transpiling (#23365)
David Sherret
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-04-01
fix: prevent cache db errors when deno_dir not exists (#23168)
David Sherret
2024-03-21
feat(node): load ES modules defined as CJS (#22945)
David Sherret
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-14
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Nayeem Rahman
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-06
fix(publish): lazily parse sources (#22301)
David Sherret
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-13
fix(jsr): ensure proper storage of ahead of time module infos (#21918)
David Sherret
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
[next]