summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl.js
AgeCommit message (Expand)Author
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-05-02util: improve function inspectionRuben Bridgewater
2019-04-30test: add tests for new language featuresRuben Bridgewater
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-03util: improve error property inspectionRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28repl: hide editor mode if not used in a terminalRuben Bridgewater
2019-02-28repl: add more informationRuben Bridgewater
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-01-17test: fix test-repl timeout and tmpdir refreshBrian White
2019-01-02repl: indicate if errors are thrown or notRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-15test: fix parameters in test-repl.jsIsrael Ortiz
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-05-28Revert "repl: add friendly tips about how to exit repl"cjihrig
2018-05-19test: remove common.globalCheckRuben Bridgewater
2018-05-18repl: add friendly tips about how to exit replmonkingxue
2018-03-11repl: better handling of recoverable errorsPrince J Wesley
2018-01-11test: fix spelling in test case commentsTobias Nießen
2018-01-06test: refactor test-replAnna Henningsen
2017-11-11test: make test-repl engine agnosticRich Trott
2017-11-07repl: show proxies as Proxy objectsBen Noordhuis
2017-11-07test: use fixtures module in test-replMaring, Damian Lion
2017-10-11repl: remove internal frames from runtime errorsLance Ball
2017-08-07test: mitigate RegEx exceeding 80 charsAditya Anand
2017-07-29repl: do not consider `...` as a REPL commandShivanth MP
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-09test: remove obsolete lint config commentsRich Trott
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-04-30test: replace indexOf with includesgwer
2017-04-26test: remove obsolete lint commentRich Trott
2017-04-25tools: use no-useless-concat ESLint ruleVse Mozhet Byt
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-14repl: refactor `LineParser` implementationBlake Embrey
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-02test: enable max-len for test-replRich Trott
2017-03-01test: apply strict mode in test-replRich Trott
2016-12-06repl: avoid parsing division operator as regexTeddy Katz
2016-12-05test: update repl testsmakenova
2016-12-02repl: fix generator function preprocessingTeddy Katz
2016-11-06benchmark,lib,test,tools: remove unneeded . escapeRich Trott
2016-09-20tools: add additional ESLint rulesTeddy Katz
2016-08-19Revert "repl,util: insert carriage returns in output"Evan Lucas