1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/cli/tests
Divy Srivastava 97604ef522
Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739)
Reverts denoland/deno#18453

Fixes https://github.com/denoland/deno/issues/21602
https://github.com/denoland/deno/issues/21631
https://github.com/denoland/deno/issues/21641

Reasons for revert:
- alert() and confirm() swallowed ^C with raw mode.
- prompt() did not re-raise the interrupt signal from rustyline. 
- Default 'Y' on confirm() is a bad default and breaking change.

cc @lionel-rowe
2024-01-04 20:34:52 +01:00
..
integration Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739) 2024-01-04 20:34:52 +01:00
node_compat chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
testdata Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739) 2024-01-04 20:34:52 +01:00
unit chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
unit_node chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00