Divy Srivastava
|
9268df5f34
|
fix(web): use rustyline for prompt (#21893)
Workaround until https://github.com/kkawakam/rustyline/pull/759
|
2024-01-11 22:05:55 +01:00 |
|
Divy Srivastava
|
b21462355a
|
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-02 09:36:05 +05:30 |
|
lionel-rowe
|
346d812709
|
fix(runtime): Make native modal keyboard interaction consistent with browsers (#18453)
Fixes https://github.com/denoland/deno/issues/18223.
Fixes https://github.com/denoland/deno/issues/21477
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
|
2023-12-13 11:31:12 +01:00 |
|
David Sherret
|
1464b756a4
|
refactor: move out test files from root testdata directory into sub directories (#15949)
|
2022-09-19 10:32:21 -04:00 |
|