summaryrefslogtreecommitdiff
path: root/cli/cache/node.rs
AgeCommit message (Expand)Author
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-03-21feat(node): load ES modules defined as CJS (#22945)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-04-21refactor: move some CJS and ESM code analysis to ext/node (#18789)David Sherret
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-22perf: disable WAL for transpiled source cache (#18084)Bartek Iwańczuk
2023-03-21Revert "fix(cli) Better error messages on corrupt databases that aren… (#18...Bartek Iwańczuk
2023-03-21fix(cli) Better error messages on corrupt databases that aren't automatically...Matt Mastracci
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-27chore(cli/cache): fewer string allocations (#17549)Geert-Jan Zwiers
2023-01-10fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)Nayeem Rahman
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-23chore: more debug logging and avoid allocating strings in ts logging when not...David Sherret
2022-10-01perf: node cjs & esm analysis cache (#16097)David Sherret