summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-11-30repl: fix referrer for dynamic importCorey Farrell
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-02lib: stop using prepareStackTraceGus Caplan
2019-09-18repl: convert var to let and constLucas Holmquist
2019-09-18repl: fix bug in fs module autocompletionzhangyongsheng
2019-09-15repl: add autocomplete support for fs.promisesantsmartian
2019-09-14repl: add missing variable declarationLucas Holmquist
2019-09-06esm: make dynamic import work in the REPLBradley Farias
2019-07-17repl: fix some repl context issuesRuben Bridgewater
2019-07-17repl: fix autocomplete while using .loadRuben Bridgewater
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