summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-top-level-await.js
AgeCommit message (Expand)Author
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-07-20lib: rename lib/internal/readline.jscjihrig
2019-01-02repl: indicate if errors are thrown or notRuben Bridgewater
2018-10-28repl: support top-level for-await-ofShelley Vohr
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-23test: move common.ArrayStream to separate moduleJames M Snell
2018-07-19test: make crashOnUnhandleRejection opt-outMichaƫl Zasso
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2017-12-22repl: migrate errors to internal/errorskysnm
2017-12-04test: move common.fires() to inspector-helperRich Trott
2017-11-16repl: support top-level awaitTimothy Gu