0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests
Yoshiya Hinosawa e41af14b2a
feat(unstable): add windowsRawArguments to SpawnOptions (#16319)
This change adds `windowsRawArguments` to `SpawnOptions`. The option enables
skipping the default quoting and escaping while creating the command on
windows.

The option works in a similar way as `windowsVerbatimArguments` in
child_process.spawn options in Node.js, and is necessary for simulating
it in `std/node`.

closes #8852
2022-10-17 19:51:25 +09:00
..
integration fix: add error cause in recursive cause tail (#16306) 2022-10-16 21:16:46 +02:00
testdata fix: add error cause in recursive cause tail (#16306) 2022-10-16 21:16:46 +02:00
unit feat(unstable): add windowsRawArguments to SpawnOptions (#16319) 2022-10-17 19:51:25 +09:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00