summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl.js
AgeCommit message (Expand)Author
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
2016-08-13repl,util: insert carriage returns in outputJungMinu
2016-07-27repl: Use displayErrors for SyntaxErrorPrince J Wesley
2016-07-15repl: Mitigate vm #548 function redefinition issuePrince J Wesley
2016-06-29test: fix tests after V8 upgradeAli Ijaz Sheikh
2016-06-10test: use random ports where possibleBrian White
2016-06-04repl: refine handling of illegal tokensRich Trott
2016-04-14test: update error message for JSON.parseMichaël Zasso
2016-04-04test: explicitly set global in test-replRich Trott
2016-03-30test: fix flaky test-replBrian White
2016-03-18repl: support standalone blocksPrince J Wesley
2016-02-29repl: fix stack trace column number in strict modePrince J Wesley