1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tools
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
..
coverage chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
init chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
repl refactor(permissions): add PermissionsContainer struct for internal mutability (#17134) 2023-01-07 17:25:34 +01:00
vendor refactor(cli/tools): move flag and config logic to CliOptions (#17008) 2023-01-07 15:22:09 -05:00
bench.rs fix(watch): preserve ProcState::file_fetcher between restarts (#15466) 2023-01-10 16:28:10 +01:00
bundle.rs fix(cli): bundle command support shebang file (#17113) 2023-01-03 16:19:28 +00:00
check.rs refactor(cli,core,ext,rt): remove some unnecessary clone or malloc (#17274) 2023-01-05 14:29:50 -05:00
doc.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
fmt.rs refactor(cli/tools): move flag and config logic to CliOptions (#17008) 2023-01-07 15:22:09 -05:00
info.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
installer.rs fix(install): should always include --no-config in shim unless --config is specified (#17300) 2023-01-08 09:03:55 -05:00
lint.rs refactor(cli/tools): move flag and config logic to CliOptions (#17008) 2023-01-07 15:22:09 -05:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
run.rs fix(watch): preserve ProcState::file_fetcher between restarts (#15466) 2023-01-10 16:28:10 +01:00
standalone.rs refactor(permissions): add PermissionsContainer struct for internal mutability (#17134) 2023-01-07 17:25:34 +01:00
task.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
test.rs fix(watch): preserve ProcState::file_fetcher between restarts (#15466) 2023-01-10 16:28:10 +01:00
upgrade.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00