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
2022-04-28doc: add `node:` prefix for all core modulesAntoine du Hamel
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-07-17repl: enable --experimental-repl-await /w opt-outhemanth.hm
2021-04-28repl: document top level await limitation with const/letJames M Snell
2021-04-17doc: fix typo in repl.mdArkerone
2021-02-01doc: clarify repl exception conditionsRich Trott
2020-10-28doc: make small improvements to REPL docRich Trott
2020-10-02doc: implement fancier rendering for keysRich Trott
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-28repl: standardize Control key indicationsRich Trott
2020-09-20doc: standardize on _backward_Rich Trott
2020-09-19doc: sort repl references in ASCII orderRich Trott
2020-09-17doc: use command-line/command line consistentlyRich Trott
2020-09-15doc: remove problematic auto-linking of curl man pagesRich Trott
2020-09-11doc: add missing changes entry for breakEvalOnSigint REPL optionAnna Henningsen
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-26Revert "repl: always check for NODE_REPL_MODE environment variable"Anna Henningsen
2020-06-25repl: always check for NODE_REPL_MODE environment variableRuben Bridgewater
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-07doc: remove "currently" from repl.mdRich Trott
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaƫl Zasso
2020-05-23repl: add builtinModulesRuben Bridgewater
2020-02-12doc: reword possessive form of Node.js in repl.mdRich Trott
2020-01-13doc: document readline key bindingsHarshitha KP
2020-01-10repl: change preview default in case of custom eval functionsRuben Bridgewater
2020-01-10readline,repl: add substring based history searchRuben Bridgewater
2020-01-082020-01-07, Version v13.6.0 (Current)Ruben Bridgewater
2020-01-03doc: update REPL documentation to instantiate the REPLRuben Bridgewater
2019-12-27doc,repl: use code markup/markdown in headersRich Trott
2019-12-25repl: implement reverse searchRuben Bridgewater
2019-12-182019-12-17, Version 13.4.0 (Current)Myles Borins
2019-12-15repl: add completion previewRuben Bridgewater
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-02doc: revise REPL uncaught exception textRich Trott
2019-10-26doc: 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