summaryrefslogtreecommitdiff
path: root/lib/repl.js
Commit message (Expand)AuthorAgeFilesLines
* repl,readline: clean up codeRuben Bridgewater2020-01-111-7/+5
* repl: change preview default in case of custom eval functionsRuben Bridgewater2020-01-101-1/+2
* lib: add RegExp primordialsSebastien Ahkrin2020-01-071-0/+1
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace Set global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace WeakSet global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* repl: properly handle `repl.repl`Ruben Bridgewater2020-01-031-12/+10
* repl: implement reverse searchRuben Bridgewater2019-12-251-2/+10
* lib: enforce use of Promise from primordialsMichaël Zasso2019-12-161-1/+3
* repl: add completion previewRuben Bridgewater2019-12-151-3/+5
* repl: improve completionRuben Bridgewater2019-12-151-59/+11
* repl,readline: refactor for simplicityRuben Bridgewater2019-12-151-150/+146
* repl,readline: refactor common codeRuben Bridgewater2019-12-151-20/+4
* repl: simplify codeRuben Bridgewater2019-12-151-8/+4
* repl: simplify repl autocompletionRuben Bridgewater2019-12-151-6/+4
* repl: remove dead codeRuben Bridgewater2019-12-151-33/+15
* repl: fix autocomplete when useGlobal is falseMichaël Zasso2019-12-131-4/+13
* repl: support previews by eager evaluating inputRuben Bridgewater2019-12-101-1/+17
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* repl: use better uncaught exceptions indicatorRuben Bridgewater2019-12-061-4/+21
* repl: fix referrer for dynamic importCorey Farrell2019-11-301-3/+5
* 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