summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-08repl: handle uncaughtException properlyRuben Bridgewater
2019-04-29repl: add autocomplete for filesystem modulesAnto Aravinth
2019-04-22src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08module: remove dead codeRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-29repl: remove usage of require('util') in `repl.js`dnlup
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-25repl: fix terminal default settingRuben Bridgewater
2019-03-21repl: check colors with .getColorDepth()Vladislav Kaminsky
2019-03-15repl: remove redundant initializationgengjiawen
2019-03-13repl: eliminate var in function _memorygengjiawen
2019-03-13repl: simplify regex expressiongengjiawen
2019-03-13repl: remove redundant escapegengjiawen
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-04repl: use object writer for thrown errorsAnna Henningsen
2019-03-01doc,test,repl: fix deprecation codecjihrig
2019-03-01repl: deprecate REPLServer.rliRuben Bridgewater
2019-02-28repl: hide editor mode if not used in a terminalRuben Bridgewater
2019-02-28repl: add new line on ctrl+dRuben Bridgewater
2019-02-28repl: add more informationRuben Bridgewater
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