summaryrefslogtreecommitdiff
path: root/lib/readline.js
Commit message (Expand)AuthorAgeFilesLines
* readline: fix question stack overflowEugene Chapko2022-06-121-1/+2
* readline: use `kEmptyObject`LiviaMedeiros2022-06-111-4/+11
* lib: give names to promisified methodsLiviaMedeiros2022-06-051-1/+1
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+30
* readline: propagate signal.reason in awaitable questionJames M Snell2021-12-021-2/+3
* readline: validate `AbortSignal`s and remove unused event listenersAntoine du Hamel2021-09-161-5/+22
* readline: introduce promise-based APIAntoine du Hamel2021-09-161-1/+3
* readline: refactor `Interface` to ES2015 classAntoine du Hamel2021-09-161-1154/+286
* readline: allow completer to rewrite existing inputAnna Henningsen2021-07-051-1/+13
* typings: add JSDoc typings for readlineVoltrex2021-05-041-8/+84
* readline: move utilities to internal modulesAntoine du Hamel2021-05-021-194/+8
* readline: fix pre-aborted signal question handlingNitzan Uziely2021-04-011-0/+9
* readline: add AbortSignal support to interfaceNitzan Uziely2021-04-011-1/+18
* doc,lib: prepare for stricter multi-line array lintingRich Trott2021-02-191-1/+1
* repl: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-051-1/+1
* readline: replace _questionCancel with a symbolcjihrig2021-01-291-2/+3
* readline: check for null input in question()cjihrig2021-01-291-2/+2
* test: add tests for `bound apply` variants of varargs `primordials`ExE Boss2021-01-281-1/+2
* readline: add history event and option to set initial historyMattias Runge-Broberg2021-01-251-2/+20
* readline: add support for the AbortController to the question methodMattias Runge-Broberg2021-01-231-2/+45
* readline: fix behaviour of Interface plugged to a non-terminal outputAntoine du Hamel2021-01-061-3/+3
* lib: refactor to use validateCallbackZiJian Liu2020-12-291-9/+13
* lib: add primordials.SafeStringIteratorAntoine du Hamel2020-12-251-2/+3
* readline: cursorTo throw error on NaNZijian Liu2020-12-151-0/+5
* readline: refactor to use more primordialsAntoine du Hamel2020-12-041-45/+74
* lib: add error handling for input streamrexagod2020-11-211-0/+13
* readline: add getPrompt to get the current promptMattias Runge-Broberg2020-11-101-0/+5
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-5/+5
* lib: replace http to https of comment link urlssapics2020-07-061-1/+1
* lib: update TODO commentsRuben Bridgewater2020-05-201-1/+5
* readline: remove intermediate variablecjihrig2020-02-091-2/+1
* readline: make tab size configurableRuben Bridgewater2020-02-071-4/+12
* util: improve unicode supportRuben Bridgewater2020-01-221-3/+5
* repl: do not preview while pasting codeRuben Bridgewater2020-01-131-2/+3
* repl,readline: clean up codeRuben Bridgewater2020-01-111-27/+10
* readline: improve unicode support and tab completionRuben Bridgewater2020-01-111-69/+54
* readline,repl: support tabs properlyRuben Bridgewater2020-01-101-21/+18
* readline: move charLengthLeft() and charLengthAt()Ruben Bridgewater2020-01-101-19/+2
* readline: improve getStringWidth()Ruben Bridgewater2020-01-101-11/+5
* readline,repl: improve history up/previousRuben Bridgewater2020-01-101-4/+2
* readline,repl: skip history entries identical to the current lineRuben Bridgewater2020-01-101-2/+6
* readline,repl: add substring based history searchRuben Bridgewater2020-01-101-16/+49
* readline: set null as callback return in case there's no errorRuben Bridgewater2019-12-251-4/+4
* readline: small refactoringRuben Bridgewater2019-12-251-8/+7
* readline: promote _getCursorPos to public apiJeremy Albright2019-12-161-5/+6
* lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin2019-12-161-2/+3
* repl: add completion previewRuben Bridgewater2019-12-151-2/+6
* repl: improve completionRuben Bridgewater2019-12-151-1/+1
* repl,readline: refactor for simplicityRuben Bridgewater2019-12-151-31/+33
* repl,readline: refactor common codeRuben Bridgewater2019-12-151-20/+8