summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
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
2017-07-29repl: do not consider `...` as a REPL commandShivanth MP
2017-07-24lib: adjust indentation for impending lint changeRich Trott
2017-07-24repl: improve require() autocompletionAlexey Orlenko
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-21doc, lib, test: do not re-require needlesslyVse Mozhet Byt
2017-07-19repl: don't terminate on null thrownBenjamin Gruenbaum
2017-07-07repl: fix crash with large buffer tab completionXadillaX
2017-07-04tools: use no-use-before-define ESLint ruleVse Mozhet Byt
2017-06-19lib: fix typosRuben Bridgewater
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-14errors, repl: migrate to use internal/errors.jsDan Homola
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-06-05repl: remove unused function convertToContextNikolai Vavilov
2017-05-23vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-04-30repl: fix permanent deoptimizationsBrian White
2017-03-17repl: avoid using forEachJames M Snell
2017-03-17repl: Empty command should be sent to eval functionJan Krems
2017-03-14repl: refactor `LineParser` implementationBlake Embrey
2017-03-10lib: simplify Module._resolveLookupPathsBrian White
2017-03-10lib: improve method of function callingBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-06repl: docs-only deprecation of magic modeTimothy Gu
2017-03-06repl: remove magic mode semanticsTimothy Gu
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-13lib: replace \u2019 with regular ascii quoteBen Noordhuis
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-26repl: remove workaround for function redefinitionMichaël Zasso
2017-01-15test,repl: add coverage for repl .clear+useGlobalRich Trott