summaryrefslogtreecommitdiff
path: root/lib/repl.js
Commit message (Expand)AuthorAgeFilesLines
* esm: make dynamic import work in the REPLBradley Farias2019-09-061-1/+18
* repl: fix some repl context issuesRuben Bridgewater2019-07-171-2/+5
* repl: fix autocomplete while using .loadRuben Bridgewater2019-07-171-13/+10
* lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan2019-05-261-1/+1
* repl: handle uncaughtException properlyRuben Bridgewater2019-05-081-12/+47
* repl: add autocomplete for filesystem modulesAnto Aravinth2019-04-291-0/+23
* src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung2019-04-221-2/+5
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-9/+2
* module: remove dead codeRuben Bridgewater2019-04-081-2/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-9/+9
* repl: remove usage of require('util') in `repl.js`dnlup2019-03-291-19/+25
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-6/+6
* repl: fix terminal default settingRuben Bridgewater2019-03-251-47/+50
* repl: check colors with .getColorDepth()Vladislav Kaminsky2019-03-211-1/+3
* repl: remove redundant initializationgengjiawen2019-03-151-2/+1
* repl: eliminate var in function _memorygengjiawen2019-03-131-3/+3
* repl: simplify regex expressiongengjiawen2019-03-131-2/+2
* repl: remove redundant escapegengjiawen2019-03-131-1/+1
* repl: add replDefaults to customize the writerRuben Bridgewater2019-03-081-5/+23
* repl: use object writer for thrown errorsAnna Henningsen2019-03-041-2/+2
* doc,test,repl: fix deprecation codecjihrig2019-03-011-2/+2
* repl: deprecate REPLServer.rliRuben Bridgewater2019-03-011-2/+9
* repl: hide editor mode if not used in a terminalRuben Bridgewater2019-02-281-10/+10
* repl: add new line on ctrl+dRuben Bridgewater2019-02-281-0/+5
* repl: add more informationRuben Bridgewater2019-02-281-1/+3
* repl: add repl.setupHistory for programmatic replLance Ball2019-02-111-0/+5
* deps: update acorn to 6.0.7Michaël Zasso2019-02-081-1/+1
* 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