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
2020-03-24src: handle NULL env scenariohimself65
2020-03-24esm: port loader code to JSAnna Henningsen
2020-03-24src: refactor to more safe methodgengjiawen
2020-03-10src: handle NULL env scenarioHarshitha KP
2020-03-05src: improve handling of internal field countingJames M Snell
2020-02-27module: disable conditional exports, self resolve warningsGuy Bedford
2020-02-27src: elevate v8 namespacesHarshitha KP
2020-02-27module: package "exports" error refinementsGuy Bedford
2020-02-27src: prefer 3-argument Array::New()Anna Henningsen
2020-02-17src: use hex not decimal in IsArrayIndexShelley Vohr
2020-02-17esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-01-16module: unflag conditional exportsGuy Bedford
2020-01-16vm: add code cache support for SourceTextModuleGus Caplan
2020-01-16module: logical conditional exports orderingGuy Bedford
2020-01-03module: unflag resolve selfGuy Bedford
2020-01-03module: self resolve bug fix and esm orderingGuy Bedford
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-09module: add warnings for experimental flagsRongjian Zhang
2019-12-09esm: make specifier flag clearly experimentalMyles Borins
2019-11-17module: conditional exports with flagged conditionsGuy Bedford
2019-10-28src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-28module: resolve self-referencesJan Krems
2019-10-23esm: modify resolution order for specifier flagMyles Borins
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-11esm: unflag --experimental-exportsGuy Bedford
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-04src: fix ESM path resolution on WindowsThomas
2019-10-03vm: refactor SourceTextModuleGus Caplan
2019-09-18module: reintroduce package exports dot mainGuy Bedford
2019-08-23module: avoid passing unnecessary loop referenceSaúl Ibarra Corretgé
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-22src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen
2019-07-22src: silence compiler warningcjihrig
2019-07-20vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-19esm: implement "pkg-exports" proposalGuy Bedford
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-31src: check uv_fs_close() return valuecjihrig
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma