summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-02-08deps: update acorn to 6.0.7Michaël Zasso
2019-02-06repl: remove obsolete buffer clearingRuben Bridgewater
2019-02-06repl: fix eval return valueRuben Bridgewater
2019-02-06repl: simplify and improve completionRuben Bridgewater
2019-01-02repl: indicate if errors are thrown or notRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-05Revert "lib: repl multiline history support"Ruben Bridgewater
2018-12-05Revert "repl: handle buffered string logic on finish"Ruben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-19repl: handle buffered string logic on finishAnto Aravinth
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-06repl: remove unused catch bindingscjihrig
2018-11-05lib:fix grammar error and make it clearer for commentsMaleDong
2018-11-03repl: use promise#finallyWeijia Wang
2018-11-02lib: repl multiline history supportAnto Aravinth
2018-10-22repl: migrate from process.binding('config') to getOptions()Jose Bucio
2018-10-13repl: remove unused variable e from try catchKhalid Adil
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-02repl: do not swallow errors in nested REPLsRich Trott
2018-09-05repl: remove duplicate util bindingcjihrig
2018-09-05util: make util binding internalcjihrig
2018-08-27repl: refactor ERR_SCRIPT_EXECUTION_INTERRUPTED stack handlingRuben Bridgewater
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-14lib: remove unused filterInternalStackFrames paramMaleDong
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2018-07-13repl: make own properties shadow prototype propertiesSam Ruby
2018-07-02repl: fix tab completion for object properties with special charWeijia Wang
2018-05-28Revert "repl: add friendly tips about how to exit repl"cjihrig
2018-05-19repl: make console, module and require non-enumerableRuben Bridgewater
2018-05-18repl: add friendly tips about how to exit replmonkingxue
2018-05-11Revert "util: change util.inspect depth default"Anna Henningsen
2018-05-05repl: add spaces to load/save messagescjihrig
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-11repl: better handling of recoverable errorsPrince J Wesley
2018-03-11repl: remove magic modeRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-04repl: make last error available as `_error`Anna Henningsen
2018-02-22repl: fix tab-complete warningkillagu
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-12Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater
2018-02-10repl: refactor tests to not rely on timingBradley Farias
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2018-01-04repl: refactor code for readabilityRuben Bridgewater