summaryrefslogtreecommitdiff
path: root/lib/readline.js
Commit message (Expand)AuthorAgeFilesLines
* lib: require globals instead of using the global proxyJoyee Cheung2019-04-161-0/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* readline: make Symbol.asyncIterator support stableMatteo Collina2019-04-031-3/+0
* readline: replace quadratic regex with linear oneThomas2019-03-301-2/+8
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-24/+25
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-13/+13
* readline: remove usage of require('util')dnlup2019-03-231-1/+1
* readline: support TERM=dumbVladislav Kaminsky2019-03-211-7/+51
* lib: refactor deprecated function in readline.jsgengjiawen2019-03-131-2/+2
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-7/+7
* readline: improve Unicode handlingAvi ד2019-03-011-10/+32
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-4/+4
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-5/+5
* lib: refactor argument validation using validateStringZYSzys2018-12-131-4/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-2/+2
* Revert "lib: repl multiline history support"Ruben Bridgewater2018-12-051-25/+0
* Revert "repl: handle buffered string logic on finish"Ruben Bridgewater2018-12-051-3/+3
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-2/+2
* readline: add support for async iterationTimothy Gu2018-11-201-0/+43
* repl: handle buffered string logic on finishAnto Aravinth2018-11-191-3/+3
* lib: repl multiline history supportAnto Aravinth2018-11-021-0/+25
* lib: add escapeCodeTimeout as an option to createInterfaceRaoof2018-10-251-2/+15
* readline,zlib: named anonymous functionsAnto Aravinth2018-08-011-1/+1
* repl: changes ctrl+u to delete from cursor to line startShobhit Chittora2018-05-181-4/+2
* string_decoder: lazy loadedRuben Bridgewater2018-05-181-1/+9
* lib: port errors to new systemMichaël Zasso2018-03-051-14/+9
* lib: switch to Number.isNaNRuben Bridgewater2018-02-161-1/+1
* readline: use Date.now() and move test to parallelAnatoli Papirovski2018-02-071-6/+4
* readline: update references to archived repositoryTobias Nießen2018-01-031-1/+2
* readline: refactor filter() callbackRich Trott2017-12-281-3/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* lib: use Timer.now() in readline moduleRich Trott2017-08-091-4/+6
* readline: remove max limit of crlfDelayAzard2017-07-311-3/+2
* readline: name some anonymous functionsFlandre Scarlet2017-07-231-18/+24
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-2/+2
* readline: remove the caching variableLyall Sun2017-07-211-2/+2
* lib: improve lazy requiresRuben Bridgewater2017-07-191-4/+2
* lib: normalize indentation in parenthesesRich Trott2017-07-101-2/+1
* lib: remove excess indentationRich Trott2017-07-071-4/+4
* readline: properly handle 0-width charactersTimothy Gu2017-06-281-3/+4
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-2/+4
* readline,repl,url,util: remove needless capturingVse Mozhet Byt2017-06-191-4/+4
* errors, readline: migrate to use internal/errors.jsScott McKenzie2017-06-131-4/+14
* Revert "readline: clean up event listener in onNewListener"Anna Henningsen2017-06-101-3/+0
* readline: clean up event listener in onNewListenerGibson Fahnestock2017-06-011-0/+3
* readline: move escape codes into internal/readlineJames M Snell2017-05-071-11/+20
* readline: multiple code cleanupsJames M Snell2017-05-071-19/+18
* readline: use module.exports = {}James M Snell2017-05-071-22/+19