summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
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
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-14lib: remove unused filterInternalStackFrames paramMaleDong
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2018-07-13repl: make own properties shadow prototype propertiesSam Ruby
2018-07-02repl: fix tab completion for object properties with special charWeijia Wang
2018-05-28Revert "repl: add friendly tips about how to exit repl"cjihrig
2018-05-19repl: make console, module and require non-enumerableRuben Bridgewater
2018-05-18repl: add friendly tips about how to exit replmonkingxue
2018-05-11Revert "util: change util.inspect depth default"Anna Henningsen
2018-05-05repl: add spaces to load/save messagescjihrig
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-11repl: better handling of recoverable errorsPrince J Wesley
2018-03-11repl: remove magic modeRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-04repl: make last error available as `_error`Anna Henningsen
2018-02-22repl: fix tab-complete warningkillagu
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-12Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater
2018-02-10repl: refactor tests to not rely on timingBradley Farias
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2018-01-04repl: refactor code for readabilityRuben Bridgewater
2018-01-04repl: upper case comments first charRuben Bridgewater
2017-12-22repl: migrate errors to internal/errorskysnm
2017-12-21repl: show lexically scoped vars in tab completionMichaël Zasso
2017-12-12repl: fix util.inspect() coloring regressionBen Noordhuis
2017-11-16repl: support top-level awaitTimothy Gu
2017-11-16repl: add async and await as keywordsTimothy Gu
2017-11-16repl: add an internal "paused" modeTimothy Gu
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-07repl: show proxies as Proxy objectsBen Noordhuis
2017-11-02src: remove throws in set/getHiddenValueJames M Snell
2017-11-01src: use internal/errors for startSigintWatchdogJames M Snell
2017-10-31repl: avoid crashing from null and undefined errorscPhost
2017-10-19repl: deprecate REPLServer.prototype.memoryLance Ball
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-12repl: remove unused err argumentJon Moss
2017-10-11repl: remove internal frames from runtime errorsLance Ball
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-10-01repl: fix deprecation codeRuben Bridgewater
2017-09-28repl: deprecate turnOffEditorModeLance Ball
2017-09-01repl: force editorMode in .loadLance Ball
2017-08-30repl: remove REPLServer.createContext side effectsLance Ball
2017-08-13repl: include folder extensions in autocompleteTeddy Katz
2017-08-02repl: deprecate REPLServer.parseREPLKeywordLance Ball
2017-08-01repl: make REPLServer.bufferedCommand privateLance Ball