1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
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
..
integration refactor: merge Deno & Node inspectors (#18691) 2023-05-04 16:17:51 +02:00
node_compat refactor: merge Deno & Node inspectors (#18691) 2023-05-04 16:17:51 +02:00
testdata refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
unit fix(ext/url): throw TypeError for empty argument (#18896) 2023-05-04 16:18:15 +02:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00