node/lib/internal/readline
Jakub Jankiewicz a625f22acb
readline: add paste bracket mode
The paste bracket mode allows REPL to have auto-indentation
that is handled differently when the user copy-pastes the code
from the clipboard and the code already has an indentation.

PR-URL: https://github.com/nodejs/node/pull/47150
Fixes: https://github.com/nodejs/node/issues/45213
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
2023-11-26 20:32:33 +01:00
..
callbacks.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
emitKeypressEvents.js
interface.js readline: use addAbortListener 2023-09-16 15:48:41 -04:00
promises.js readline: add autoCommit option 2021-09-16 23:16:46 +02:00
utils.js readline: add paste bracket mode 2023-11-26 20:32:33 +01:00