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-05-14doc: use serial comma in modules docsTobias Nießen
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-20doc: clarify core modules that can be loaded without a prefixAntoine du Hamel
2022-04-02doc: add introduction sentence for CJSAntoine du Hamel
2022-02-08doc: remove unneeded ellipsis in headerRich Trott
2022-01-30doc: update modules.md wordingTobias Hernstig
2022-01-25doc: fix documentation for `MODULE_NOT_FOUND` and `ERR_MODULE_NOT_FOUND`Antoine du Hamel
2022-01-18doc: recommend package exports instead of requiring foldersAntoine du Hamel
2022-01-17doc: clarify module system selectionAntoine du Hamel
2022-01-05doc: document that `require.main` may be `undefined`Antoine du Hamel
2022-01-02doc: clarify `require` behavior with non `.js` extensionsAntoine du Hamel
2021-12-14doc: align module resolve algorithm with implementationQingyu Deng
2021-10-31tools: avoid unnecessary escaping in markdown formatterRich Trott
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-09-282021-09-28, Version 14.18.0 'Fermium' (LTS)Michaël Zasso
2021-09-22doc: add blank line between commentsRich Trott
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-07-19doc: remove _Addenda_ from headersRich Trott
2021-06-27doc: use ASCII order for md refsAntoine du Hamel
2021-05-122021-05-11, Version 14.17.0 'Fermium' (LTS)Danielle Adams
2021-04-202021-04-20, Version 16.0.0 (Current)Beth Griggs
2021-03-19doc: fix lint error in modules.mdRich Trott
2021-03-19module: add support for `node:`‑prefixed `require(…)` callsExE Boss
2021-02-15module: remove module.createRequireFromPathAntoine du Hamel
2021-02-15doc: link PACKAGE_EXPORTS_RESOLVE to ESM sectionUtku Gultopu
2021-01-18doc: fix module.isPreloading documentationAntoine du Hamel
2020-11-12doc: update list styles for remark-parse@9 renderingRich Trott
2020-11-06module: refactor to use iterable-weak-mapbcoe
2020-10-17module: add setter for module.parentAntoine du Hamel
2020-10-09doc: harmonize version list style in YAML commentsAntoine du Hamel
2020-10-07doc: fix YAML syntax errorsAntoine du Hamel
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-14doc: fix broken links in modules.mdRich Trott
2020-09-12doc: document support for package.json fieldsAntoine du HAMEL
2020-09-12doc: simplify circular dependencies text in modules.mdRich Trott
2020-08-23doc: rename module pagesAntoine du HAMEL
2020-08-19doc: move module core module doc to separate pageAntoine du HAMEL
2020-08-13module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-07-222020-07-21, Version 14.6.0 (Current)Myles Borins
2020-07-10module: package "imports" fieldGuy Bedford
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-05-30doc: update ```txt ```fandamental and ```raw code blocksZeke Sikelianos
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaël Zasso
2020-05-25doc: normalize Bash code block info stringsDerek Lewis
2020-05-24module: deprecate module.parentAntoine du HAMEL
2020-05-23doc: correct CommonJS self-resolve specGuy Bedford
2020-05-20doc: document module.pathAntoine du Hamel