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
/
emit.rs
Age
Commit message (
Expand
)
Author
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-09-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-08-26
perf(cache): single cache file for typescript emit (#24994)
David Sherret
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-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-29
fix(coverage): Error if the emit cache is invalid (#16850)
sigmaSd
2022-07-30
refactor(emit/cache): move cli version into emit hash (#15348)
David Sherret
2022-07-20
fix(coverage): do not verify emit source hash for coverage (#15260)
David Sherret
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret