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: createRequire can take import.meta.url directlyGeoffrey Booth
2019-11-11doc: remove dashesRich Trott
2019-10-14doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-09Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-09esm: remove proxy for builtin exportsBradley Farias
2019-10-01src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-25module: reintroduce package exports dot mainGuy Bedford
2019-09-25doc: explain esm options for package authorsGeoffrey Booth
2019-09-25doc: update experimental loader hooks example codeDenis Zavershinskiy
2019-09-25doc: use consistent unordered list styleNick Schonning
2019-09-25doc: space around listsNick Schonning
2019-09-042019-09-04, Version 12.10.0 (Current)v12.10.0Ruben Bridgewater
2019-09-04doc: add blanks around code fencesNick Schonning
2019-09-03doc: fix nits in esm.mdVse Mozhet Byt
2019-09-03esm: support loading data URLsBradley Farias
2019-08-19module: pkg exports validations and fallbacksGuy Bedford
2019-08-19module: refine package name validationGuy Bedford
2019-08-02doc: include "exports" resolver specificationguybedford
2019-08-02doc: fixup esm resolver spec formattingGuy Bedford
2019-08-02doc: correct import statementhimself65
2019-07-20esm: implement "pkg-exports" proposalGuy Bedford
2019-07-20doc: small grammar correctioncjihrig
2019-07-20doc: add example on how to create __filename, __dirname for esmWalle Cyril
2019-06-18doc: pass path in URL constructorDaniel Nalborczyk
2019-06-17doc: add current recommendation for ESM/CommonJS dual packagesGeoffrey Booth
2019-05-23esm: remove experimental status from JSON modulesMyles Borins
2019-05-21doc: replace createRequireFromPath() referencescjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-17doc: remove non-existent entry-type flagdnalborczyk
2019-05-14doc: format correction for experimental loader hooksDaniel Nalborczyk
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-03-27esm: phase two of new esm implementationguybedford
2019-01-27doc: fix file extension on ESM file exampleEric Whitebloom
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-04-16doc: unify more headingsVse Mozhet Byt
2018-04-14doc: add missing type=misc top commentsVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-03-05doc: replace to Node.jsYuta Hiroto
2018-02-23doc: add new documentation lint ruleestrada9166
2018-02-22doc: enable eslint prefer-template ruleRuben Bridgewater
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-07lib,doc: revert format name to cjs over commonjsGuy Bedford
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01module: enable dynamic import flag for esmodulesMyles Borins
2018-01-31url: expose the WHATWG URL API globallyMichaël Zasso
2018-01-19doc: cjs format is now commonjsGus Caplan
2018-01-18doc: fix typo in esm.mdRich Trott
2017-12-31doc: fix duplicate words & spellings in docssreepurnajasti