Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | perf: module info cache - avoid MediaType.to_string() allocation (#17699) | David Sherret | |
Micro optimization because these allocations were coming up on a flame graph I was looking at (only 0.28% of total). | |||
2023-02-03 | refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636) | Nayeem Rahman | |
Just some watcher init step that I thought would be "cloned over" but needs to be done again on reset. | |||
2023-01-30 | Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts ↵ | Bartek Iwańczuk | |
(#15466) (#17591) This reverts commit 3545bff678f20c3fdf17fe6b26f96cf1b74f917c. | |||
2023-01-27 | chore(cli/cache): fewer string allocations (#17549) | Geert-Jan Zwiers | |
2023-01-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin | |
2023-01-10 | fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466) | Nayeem Rahman | |
This commit changes "ProcState" to store "file_fetcher" field in an "Arc", allowing it to be preserved between restarts and thus keeping the state alive between the restarts. File watchers for "deno test" and "deno bench" now reset "ProcState" between restarts. | |||
2022-11-23 | chore: more debug logging and avoid allocating strings in ts logging when ↵ | David Sherret | |
not debug (#16689) | |||
2022-08-29 | fix(compile): panic when running with a populated dep analysis cache (#15672) | David Sherret | |
Closes #15612 | |||
2022-08-22 | perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in ↵ | David Sherret | |
memory (#15502) |