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
2019-12-18doc: add missing 'added' versions to module.builtinModulesThomas Watson
2019-11-11doc: fix an error in resolution algorithm stepsAlex Zherdev
2019-11-11doc: delete "a number of" things in the docsRich Trott
2019-11-11doc: remove dashesRich Trott
2019-10-14doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-112019-10-11, Version 12.12.0 (Current)v12.12.0Ruben Bridgewater
2019-10-09esm: remove proxy for builtin exportsBradley Farias
2019-10-09doc: unify place of stability notesVse Mozhet Byt
2019-09-25doc: use consistent unordered list styleNick Schonning
2019-09-25doc: indent child list items for remark-lintNick Schonning
2019-09-20doc: change the 'txt' to 'console' for a commandMaledong
2019-08-19module: pkg exports validations and fallbacksGuy Bedford
2019-08-02module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-08-02module: implement "exports" proposal for CommonJSJan Krems
2019-07-02doc: remove "note that" from modules.mdRich Trott
2019-06-02doc: clarify wording in modules.mdAlex Temny
2019-05-21doc: improve createRequire() examplecjihrig
2019-05-072019-05-07, Version 12.2.0 (Current)v12.2.0Michaël Zasso
2019-05-04module: throw on require('./path.mjs');Myles Borins
2019-05-04module: add createRequire methodMyles Borins
2019-05-04module: allow passing a directory to createRequireFromPathGilles De Mey
2019-04-01doc: add information about modules cache behaviorRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-08doc: make modules.md more accurateVse Mozhet Byt
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-29doc: sort bottom-of-file markdown linksSam Roberts
2018-11-27doc: clarify symlink resolution for __filenameRich Trott
2018-11-01doc: use Node.js instead of NodeRich Trott
2018-10-24doc: add review suggestions to require()erickwendel
2018-10-112018-10-10, Version 10.12.0 (Current)Michaël Zasso
2018-10-01Replace vague 'may not' with definitive 'will not'Mike MacCana
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-02doc: clarify fallback behavior of module requireTomCoded
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-07-11doc: fix module.children descriptionTravis Fischer
2018-05-12doc: add global node_modules to require.resolve()musgravejw
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-12doc: add quotes for event names + fix similar nitsVse Mozhet Byt
2018-04-09doc: specify definite Array typesVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-03-24doc: add `require.main` to `require` propertiesVse Mozhet Byt
2018-02-23doc: remove extraneous "for example" textRich Trott
2018-02-08doc: remove **Note:** tagsJames M Snell
2018-01-24doc: fix return value for require.resolve.paths()Peter Dalgaard-Jensen
2018-01-24doc: add missing word in modules.mdRobert Adamian
2017-12-28doc: improve module.builtinModules textRich Trott
2017-12-22doc: improve module.builtinModules documentationThomas Watson