Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-22 | perf: disable WAL for transpiled source cache (#18084) | Bartek Iwańczuk | |
Disable Write-Ahead Log for the cached module source database. This brings SQLite connection cost on startup from 2.5% to 1.6%. | |||
2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-01-27 | chore(cli/cache): fewer string allocations (#17549) | Geert-Jan Zwiers | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-11-23 | chore: more debug logging and avoid allocating strings in ts logging when ↵ | David Sherret | |
not debug (#16689) | |||
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 | |