Bartek Iwańczuk
d318e38b76
Revert "fix(watch): preserve ProcState::file_fetcher
between restarts ( #15466 ) ( #17591 )
...
This reverts commit 3545bff678
.
2023-01-30 16:22:17 +01:00
Geert-Jan Zwiers
1a1faff2f6
chore(cli/cache): fewer string allocations ( #17549 )
2023-01-27 20:46:38 +05:30
Yiyu Lin
a00e432297
chore: add copyright_checker
tool and add the missing copyright ( #17285 )
2023-01-13 16:51:32 +09:00
Nayeem Rahman
71ea4ef274
fix(watch): preserve ProcState::file_fetcher
between restarts ( #15466 )
...
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.
2023-01-10 16:28:10 +01:00
David Sherret
beaa0d8867
chore: more debug logging and avoid allocating strings in ts logging when not debug ( #16689 )
2022-11-23 13:34:44 -05:00
David Sherret
c3e48cba18
fix(compile): panic when running with a populated dep analysis cache ( #15672 )
...
Closes #15612
2022-08-29 14:24:10 -04:00
David Sherret
7a1a082876
perf: cache swc dependency analysis and don't hold onto ParsedSource
s in memory ( #15502 )
2022-08-22 12:14:59 -04:00