summaryrefslogtreecommitdiff
path: root/lib/internal/repl
AgeCommit message (Expand)Author
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-25lib: changed var to letOliver Belaifa
2019-11-22repl: change var to letOliver Belaifa
2019-08-10repl: close file descriptor of history fileJoão Reis
2019-07-15deps: update acorn to 6.2.0Michaël Zasso
2019-04-30repl: handle stage-3 language features properlyRuben Bridgewater
2019-04-30repl: add new language features to top level await statementsRuben Bridgewater
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-23repl: remove usage of require('util') in `repl/history`dnlup
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-02-13lib: fix the typo errorMaleDong
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-02-08deps: update acorn to 6.0.7Michaël Zasso
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-28repl: support top-level for-await-ofShelley Vohr
2018-10-13repl: remove unused variable from try catchmmisiarek
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-08-26deps: import acorn@5.7.2Sam Ruby
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2017-11-16repl: support top-level awaitTimothy Gu