summaryrefslogtreecommitdiff
path: root/lib/internal/repl/utils.js
Commit message (Expand)AuthorAgeFilesLines
* repl: preserve preview on ESCAPE key pressXuguang Mei2023-03-161-3/+5
* repl: remove lastInputPreview conditional checkDuy Mac Van2023-03-011-5/+2
* repl: add trailing commas in source filesAntoine du Hamel2023-02-241-6/+6
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-2/+2
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-7/+7
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-051-1/+2
* deps: update Acorn to v8.4.1Michaël Zasso2021-06-291-9/+0
* readline: move utilities to internal modulesAntoine du Hamel2021-05-021-1/+1
* repl: fix declaring a variable with the name `util`eladkeyshawn2021-04-181-2/+6
* repl: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-151-0/+4
* repl: refactor to avoid unsafe array iterationraisinten2021-01-181-1/+1
* lib: add primordials.SafeStringIteratorAntoine du Hamel2020-12-251-1/+2
* repl: refactor to use more primordialsAntoine du Hamel2020-12-021-24/+48
* readline: add getPrompt to get the current promptMattias Runge-Broberg2020-11-101-6/+6
* assert,repl: enable ecmaVersion 2021 in acorn parserMichaël Zasso2020-10-301-1/+1
* deps: update acorn to v8.0.4Michaël Zasso2020-10-271-3/+0
* lib: improve debuglog() performanceBrian White2020-05-301-1/+3
* repl: show reference errors during previewRuben Bridgewater2020-05-151-2/+21
* repl: improve repl previewRuben Bridgewater2020-05-151-10/+34
* repl: align preview with the actual executed codeRuben Bridgewater2020-03-131-5/+20
* util: improve unicode supportRuben Bridgewater2020-01-221-2/+4
* repl: do not preview while pasting codeRuben Bridgewater2020-01-131-2/+1
* repl: fix preview cursor positionRuben Bridgewater2020-01-121-2/+2
* repl,readline: clean up codeRuben Bridgewater2020-01-111-4/+2
* test: add repl tests to verify unicode support in previewsRuben Bridgewater2020-01-101-3/+0
* repl: activate previews for lines exceeding the terminal columnsRuben Bridgewater2020-01-101-29/+38
* readline,repl: add substring based history searchRuben Bridgewater2020-01-101-0/+2
* repl: improve preview length calculationRuben Bridgewater2020-01-101-17/+39
* lib: replace Set global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* repl: use public getCursorPos()cjihrig2019-12-251-3/+3
* repl: implement reverse searchRuben Bridgewater2019-12-251-2/+243
* repl: fix preview of lines that exceed the terminal columnsRuben Bridgewater2019-12-251-14/+15
* repl: fix preview bug in case of long linesRuben Bridgewater2019-12-151-0/+10
* repl: add completion previewRuben Bridgewater2019-12-151-20/+150
* repl: support previews by eager evaluating inputRuben Bridgewater2019-12-101-3/+165
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+4
* deps: update acorn to 6.2.0Michaël Zasso2019-07-151-3/+1
* repl: handle stage-3 language features properlyRuben Bridgewater2019-04-301-26/+46
* repl: add replDefaults to customize the writerRuben Bridgewater2019-03-081-0/+75