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-20errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2019-12-18test: use tmpdir.refresh() in test-esm-windows.jsRichard Lau
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-07lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-07lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-05module: fixup lint and test regressionsGuy Bedford
2019-12-05lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-05module: add warnings for experimental flagsRongjian Zhang
2019-12-05esm: make specifier flag clearly experimentalMyles Borins
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-28module: fix specifier resolution algorithmRongjian Zhang
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
2019-11-17esm: disable non-js exts outside package scopesGuy Bedford
2019-11-13esm: unflag --experimental-modulesGuy Bedford
2019-11-09module: conditional exports with flagged conditionsGuy Bedford
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-10-25module: resolve self-referencesJan Krems
2019-10-17esm: modify resolution order for specifier flagMyles Borins
2019-10-17module: refactor modules bootstrapBradley Farias
2019-10-12module: warn on require of .js inside type: moduleGuy Bedford
2019-10-09Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-06esm: remove proxy for builtin exportsBradley Farias
2019-10-04src: fix ESM path resolution on WindowsThomas
2019-10-01src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-28module: move cjs type check behind flagGuy Bedford
2019-09-20module: error for CJS .js load within type: moduleGuy Bedford
2019-09-18module: reintroduce package exports dot mainGuy Bedford
2019-09-06esm: make dynamic import work in the REPLBradley Farias
2019-08-20esm: support loading data URLsBradley Farias
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-08module: refine package name validationGuy Bedford
2019-08-02module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-07-31module: unify package exports test for CJS and ESMJan Krems
2019-07-24module: implement "exports" proposal for CommonJSJan Krems
2019-07-21test: fix assertion argument order in test-esm-namespaceAlex Ramirez
2019-07-19esm: implement "pkg-exports" proposalGuy Bedford
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-20esm: use correct error argumentscjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-14test: clearing require cache crashes esm loaderAntoine du HAMEL
2019-05-13tools: force common be required before any other modulesZYSzys
2019-05-06tools: fix node-core/required-modules eslint ruleBen Noordhuis
2019-04-24test: fix ineffective error testsMasashi Hirano
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-03esm: process proxy Symbol.toString fixGuy Bedford