1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tools/vendor
David Sherret 6df6024506
refactor(cli): remove ProcState - add CliFactory (#18900)
This removes `ProcState` and replaces it with a new `CliFactory` which
initializes our "service structs" on demand. This isn't a performance
improvement at the moment for `deno run`, but might unlock performance
improvements in the future.
2023-05-04 16:18:43 +02:00
..
analyze.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
build.rs fix(cli): add colors to "Module not found" error frame (#18437) 2023-03-27 01:10:47 +02:00
import_map.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
mappings.rs feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
mod.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
specifiers.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
test.rs refactor: break up ProcState (#18707) 2023-04-14 16:22:33 -04:00