summaryrefslogtreecommitdiff
path: root/lib/internal/repl
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-242-9/+9
* src,process: add permission modelRafael Gonzaga2023-02-231-0/+7
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-143-10/+10
* repl: fix overzealous top-level awaitTobias Nießen2022-07-151-2/+10
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-272-9/+9
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-051-1/+2
* repl: skip EmptyStatements and return result with TLAMestery2021-09-271-16/+20
* repl: fix top level await with surrogate charactersMestery2021-09-081-2/+1
* repl: fix tla function hoistingDon Jayamanne2021-08-191-1/+1
* repl: processTopLevelAwait fallback error handlingejose192021-07-081-1/+4
* repl: correctly hoist top level await declarationsejose192021-07-081-13/+81
* repl: ensure correct syntax err for await parsingGuy Bedford2021-07-021-3/+39
* deps: update Acorn to v8.4.1Michaël Zasso2021-06-292-22/+1
* 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-152-2/+7
* 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-023-33/+68
* 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