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