Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This commit rewrites the internal `version` module that exported various information about the current executable. Instead of exporting several consts, we are now exporting a single const structure that contains all the necessary information. This is the first step towards cleaning up how we use this information and should allow us to use SUI to be able to patch this information in already produced binary making it easier to cut new releases. --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
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 | |
Closes https://github.com/denoland/deno/issues/24063 | |||
2024-05-29 | fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030) | David Sherret | |
In https://github.com/denoland/deno/pull/23955 we changed the sqlite db journal mode to WAL. This causes issues when someone is running an old version of Deno using TRUNCATE and a new version because the two fight against each other. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-06-10 | chore(tests): test_util - Add `PathRef` (#19450) | David Sherret | |
This adds a new `PathRef` struct to test_util for making it easier to work with paths in test code. I'm going to expand on this more in the future. | |||
2023-03-23 | refactor: make version and user_agent &'static str (#18400) | Bartek Iwańczuk | |
These caused a bunch of unnecessary allocations on each startup. | |||
2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
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 | |