0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/cli/tests
David Sherret 9efed4c7a3
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-01 14:35:23 -04:00
..
integration refactor: merge Deno & Node inspectors (#18691) 2023-04-30 07:24:13 +00:00
node_compat refactor: merge Deno & Node inspectors (#18691) 2023-04-30 07:24:13 +00:00
testdata refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
unit fix(ext/url): throw TypeError for empty argument (#18896) 2023-04-30 12:24:34 +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