summaryrefslogtreecommitdiff
path: root/lib/repl.js
Commit message (Expand)AuthorAgeFilesLines
* repl: remove obsolete buffer clearingRuben Bridgewater2019-02-061-1/+0
* repl: fix eval return valueRuben Bridgewater2019-02-061-5/+6
* repl: simplify and improve completionRuben Bridgewater2019-02-061-41/+17
* repl: indicate if errors are thrown or notRuben Bridgewater2019-01-021-2/+5
* lib: switch to object spread where possibleRuben Bridgewater2018-12-201-3/+2
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-2/+2
* Revert "lib: repl multiline history support"Ruben Bridgewater2018-12-051-2/+0
* Revert "repl: handle buffered string logic on finish"Ruben Bridgewater2018-12-051-7/+1
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+4
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-10/+9
* repl: handle buffered string logic on finishAnto Aravinth2018-11-191-1/+7
* Revert "util: change util.inspect depth default"Gus Caplan2018-11-141-3/+2
* src: cache the result of GetOptions() in JS landJoyee Cheung2018-11-071-1/+1
* repl: remove unused catch bindingscjihrig2018-11-061-8/+8
* lib:fix grammar error and make it clearer for commentsMaleDong2018-11-051-2/+3
* repl: use promise#finallyWeijia Wang2018-11-031-10/+4
* lib: repl multiline history supportAnto Aravinth2018-11-021-0/+2
* repl: migrate from process.binding('config') to getOptions()Jose Bucio2018-10-221-1/+3
* repl: remove unused variable e from try catchKhalid Adil2018-10-131-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* util: change util.inspect depth defaultRuben Bridgewater2018-10-021-2/+3
* repl: do not swallow errors in nested REPLsRich Trott2018-10-021-0/+1
* repl: remove duplicate util bindingcjihrig2018-09-051-4/+5
* util: make util binding internalcjihrig2018-09-051-2/+3
* repl: refactor ERR_SCRIPT_EXECUTION_INTERRUPTED stack handlingRuben Bridgewater2018-08-271-11/+5
* repl: improve error outputRuben Bridgewater2018-08-271-20/+41
* repl: tab auto complete big arraysRuben Bridgewater2018-08-231-27/+9
* lib: remove unused filterInternalStackFrames paramMaleDong2018-08-141-2/+2
* repl: support mult-line string-keyed objectsSam Ruby2018-08-031-71/+3
* repl: make own properties shadow prototype propertiesSam Ruby2018-07-131-6/+6
* repl: fix tab completion for object properties with special charWeijia Wang2018-07-021-4/+24
* Revert "repl: add friendly tips about how to exit repl"cjihrig2018-05-281-14/+4
* repl: make console, module and require non-enumerableRuben Bridgewater2018-05-191-4/+11
* repl: add friendly tips about how to exit replmonkingxue2018-05-181-4/+14
* Revert "util: change util.inspect depth default"Anna Henningsen2018-05-111-3/+2
* repl: add spaces to load/save messagescjihrig2018-05-051-4/+4
* repl: hide top-level await feature behind a flagTimothy Gu2018-04-181-2/+9
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-151-9/+14
* repl: better handling of recoverable errorsPrince J Wesley2018-03-111-5/+6
* repl: remove magic modeRuben Bridgewater2018-03-111-1/+0
* lib: port errors to new systemMichaƫl Zasso2018-03-051-8/+10
* repl: make last error available as `_error`Anna Henningsen2018-03-041-0/+18
* repl: fix tab-complete warningkillagu2018-02-221-2/+1
* lib: switch to Number.isNaNRuben Bridgewater2018-02-161-1/+1
* Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater2018-02-121-40/+39
* repl: refactor tests to not rely on timingBradley Farias2018-02-101-39/+40
* util: change util.inspect depth defaultRuben Bridgewater2018-01-161-2/+3
* repl: refactor code for readabilityRuben Bridgewater2018-01-041-57/+26
* repl: upper case comments first charRuben Bridgewater2018-01-041-29/+23
* repl: migrate errors to internal/errorskysnm2017-12-221-3/+3