summaryrefslogtreecommitdiff
path: root/lib/internal/repl
Commit message (Expand)AuthorAgeFilesLines
* 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-302-2/+2
* deps: update acorn to v8.0.4Michaël Zasso2020-10-272-6/+0
* lib: improve debuglog() performanceBrian White2020-05-302-2/+6
* 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
* lib: enforce use of Boolean from primordialsMichaël Zasso2019-11-301-0/+4
* lib: flatten access to primordialsMichaël Zasso2019-11-251-2/+4
* lib: changed var to letOliver Belaifa2019-11-251-1/+1
* repl: change var to letOliver Belaifa2019-11-221-3/+3
* repl: close file descriptor of history fileJoão Reis2019-08-101-0/+10
* deps: update acorn to 6.2.0Michaël Zasso2019-07-152-6/+2
* repl: handle stage-3 language features properlyRuben Bridgewater2019-04-301-26/+46
* repl: add new language features to top level await statementsRuben Bridgewater2019-04-301-1/+18
* 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-0/+2
* repl: remove usage of require('util') in `repl/history`dnlup2019-03-231-2/+1
* repl: add replDefaults to customize the writerRuben Bridgewater2019-03-081-1/+2
* lib: fix the typo errorMaleDong2019-02-131-1/+1
* repl: add repl.setupHistory for programmatic replLance Ball2019-02-111-0/+153
* deps: update acorn to 6.0.7Michaël Zasso2019-02-082-20/+15
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* repl: support top-level for-await-ofShelley Vohr2018-10-281-0/+6
* repl: remove unused variable from try catchmmisiarek2018-10-131-1/+1
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-091-1/+1
* deps: import acorn@5.7.2Sam Ruby2018-08-262-2/+2
* repl: support mult-line string-keyed objectsSam Ruby2018-08-031-0/+79
* repl: support top-level awaitTimothy Gu2017-11-161-0/+128