Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-15repl: show reference errors during previewRuben Bridgewater
2020-05-15repl: improve repl previewRuben Bridgewater
2020-03-13repl: align preview with the actual executed codeRuben Bridgewater
2020-01-22util: improve unicode supportRuben Bridgewater
2020-01-13repl: do not preview while pasting codeRuben Bridgewater
2020-01-12repl: fix preview cursor positionRuben Bridgewater
2020-01-12repl,readline: clean up codeRuben Bridgewater
2020-01-10test: add repl tests to verify unicode support in previewsRuben Bridgewater
2020-01-10repl: activate previews for lines exceeding the terminal columnsRuben Bridgewater
2020-01-10readline,repl: add substring based history searchRuben Bridgewater
2020-01-10repl: improve preview length calculationRuben Bridgewater
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2019-12-26repl: use public getCursorPos()cjihrig
2019-12-25repl: implement reverse searchRuben Bridgewater
2019-12-25repl: fix preview of lines that exceed the terminal columnsRuben Bridgewater
2019-12-15repl: fix preview bug in case of long linesRuben Bridgewater
2019-12-15repl: add completion previewRuben Bridgewater
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
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-23repl: change var to letOliver Belaifa
2019-08-11repl: 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-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-22repl: 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-27deps: import acorn@5.7.2Sam Ruby
2018-08-04repl: support mult-line string-keyed objectsSam Ruby
2017-11-17repl: support top-level awaitTimothy Gu