summaryrefslogtreecommitdiff
path: root/lib/repl.js
Commit message (Expand)AuthorAgeFilesLines
...
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-11-301-0/+1
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-1/+2
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-2/+3
* lib: flatten access to primordialsMichaël Zasso2019-11-251-28/+39
* esm: unflag --experimental-modulesGuy Bedford2019-11-121-7/+3
* module: refactor modules bootstrapBradley Farias2019-10-161-6/+9
* lib: stop using prepareStackTraceGus Caplan2019-10-021-33/+31
* repl: convert var to let and constLucas Holmquist2019-09-181-41/+42
* repl: fix bug in fs module autocompletionzhangyongsheng2019-09-181-1/+1
* repl: add autocomplete support for fs.promisesantsmartian2019-09-151-1/+2
* repl: add missing variable declarationLucas Holmquist2019-09-141-8/+8
* 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