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-02-17doc: reword possessive form of Node.js in repl.mdRich Trott
2020-01-16doc: document readline key bindingsHarshitha KP
2020-01-16repl: change preview default in case of custom eval functionsRuben Bridgewater
2020-01-16readline,repl: add substring based history searchRuben Bridgewater
2020-01-072020-01-07, Version v13.6.0 (Current)v13.6.0Ruben Bridgewater
2020-01-06doc: update REPL documentation to instantiate the REPLRuben Bridgewater
2020-01-03doc,repl: use code markup/markdown in headersRich Trott
2020-01-03repl: implement reverse searchRuben Bridgewater
2019-12-18repl: add completion previewRuben Bridgewater
2019-12-162019-12-17, Version 13.4.0 (Current)v13.4.0Myles Borins
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-02doc: revise REPL uncaught exception textRich Trott
2019-10-28doc: remove dashesRich Trott
2019-10-11doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-03doc: unify place of stability notesVse Mozhet Byt
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-04doc: start unorded lists at start of lineNick Schonning
2019-09-04doc: change the 'txt' to 'console' for a commandMaledong
2019-09-01doc: add extends for derived classesKamat, Trivikram
2019-05-212019-05-21, Version 12.3.0 (Current)Ruben Bridgewater
2019-05-08repl: handle uncaughtException properlyRuben Bridgewater
2019-04-25doc: fix pull request numberRuben Bridgewater
2019-04-232019-04-23, Version 12.0.0 (Current)Beth Griggs
2019-03-25repl: fix terminal default settingRuben Bridgewater
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-02-19doc: fix code lang in repl.mdgengjiawen
2019-02-152018-02-14, Version 11.10.0 (Current)Michaël Zasso
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-01-26repl: improve doc for disabling REPL history on WindowsSamuel D. Leslie
2018-11-02doc: add types and their corresponding return valuesOuyang Yadong
2018-10-15doc: fix pr-url in repl.mdСковорода Никита Андреевич
2018-10-15doc: wrap links in <>Сковорода Никита Андреевич
2018-09-22doc: add links for repl.ReplServerRich Trott
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-19doc: unify optional arguments format in headingsVse Mozhet Byt
2018-07-14doc: prevent some redirectionsVse Mozhet Byt
2018-05-04doc: document using `domain` in REPLAyush Gupta
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-19doc: fully document --experimental-repl-awaitTimothy Gu
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-12doc: add and unify even more return valuesVse Mozhet Byt
2018-04-09doc: add missing quotes in default string valuesVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-04-04doc,tools: formalize, unify, codify default valuesVse Mozhet Byt
2018-03-11repl: remove magic modeRuben Bridgewater
2018-03-082018-03-07, Version 9.8.0 (Current)Myles Borins
2018-03-05repl: make last error available as `_error`Anna Henningsen
2018-02-23doc: add new documentation lint ruleestrada9166