Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05typings: add JSDoc typings for readlineVoltrex
2021-05-02readline: move utilities to internal modulesAntoine du Hamel
2021-04-01readline: fix pre-aborted signal question handlingNitzan Uziely
2021-04-01readline: add AbortSignal support to interfaceNitzan Uziely
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-05repl: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-29readline: replace _questionCancel with a symbolcjihrig
2021-01-29readline: check for null input in question()cjihrig
2021-01-28test: add tests for `bound apply` variants of varargs `primordials`ExE Boss
2021-01-25readline: add history event and option to set initial historyMattias Runge-Broberg
2021-01-23readline: add support for the AbortController to the question methodMattias Runge-Broberg
2021-01-06readline: fix behaviour of Interface plugged to a non-terminal outputAntoine du Hamel
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-25lib: add primordials.SafeStringIteratorAntoine du Hamel
2020-12-15readline: cursorTo throw error on NaNZijian Liu
2020-12-04readline: refactor to use more primordialsAntoine du Hamel
2020-11-21lib: add error handling for input streamrexagod
2020-11-10readline: add getPrompt to get the current promptMattias Runge-Broberg
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-07-06lib: replace http to https of comment link urlssapics
2020-05-20lib: update TODO commentsRuben Bridgewater
2020-02-09readline: remove intermediate variablecjihrig
2020-02-07readline: make tab size configurableRuben Bridgewater
2020-01-22util: improve unicode supportRuben Bridgewater
2020-01-13repl: do not preview while pasting codeRuben Bridgewater
2020-01-12repl,readline: clean up codeRuben Bridgewater
2020-01-12readline: improve unicode support and tab completionRuben Bridgewater
2020-01-10readline,repl: support tabs properlyRuben Bridgewater
2020-01-10readline: move charLengthLeft() and charLengthAt()Ruben Bridgewater
2020-01-10readline: improve getStringWidth()Ruben Bridgewater
2020-01-10readline,repl: improve history up/previousRuben Bridgewater
2020-01-10readline,repl: skip history entries identical to the current lineRuben Bridgewater
2020-01-10readline,repl: add substring based history searchRuben Bridgewater
2019-12-25readline: set null as callback return in case there's no errorRuben Bridgewater
2019-12-25readline: small refactoringRuben Bridgewater
2019-12-16readline: promote _getCursorPos to public apiJeremy Albright
2019-12-16lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin
2019-12-15repl: add completion previewRuben Bridgewater
2019-12-15repl: improve completionRuben Bridgewater
2019-12-15repl,readline: refactor for simplicityRuben Bridgewater
2019-12-15repl,readline: refactor common codeRuben Bridgewater
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07readline: eagerly load string_decoderRuben Bridgewater
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: replace Date.now function by primordial DateNowTchoupinax
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-20lib: replace var with let and const in readline.jsVinceOPS
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-08-17readline: close dumb terminals on Control+Dcjihrig
2019-08-17readline: close dumb terminals on Control+Ccjihrig