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-02esm: graduate top-level-await to stableAntoine du Hamel
2022-02-02src: update ImportModuleDynamicallyCamillo Bruni
2021-10-09vm: add support for import assertions in dynamic importsAntoine du Hamel
2021-10-05src: use `As()` instead of `Cast()` for conversionsDarshan Sen
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-03-23vm: add import assertion supportGus Caplan
2021-03-15src: use non-deprecated GetCreationContext from V8Michaël Zasso
2021-03-15src: use non-deprecated V8 module APIsMichaël Zasso
2021-03-09src: add error formatting supportGus Caplan
2021-02-25src: use non-deprecated V8 module and script APIsMichaël Zasso
2021-02-12module: make synthetic module evaluation steps return a Promise to support to...Daniel Clark
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-12-06vm: add `SafeForTerminationScope`s for SIGINT interruptionsAnna Henningsen
2020-07-25src: prefer internal fields in ModuleWrapAnna Henningsen
2020-06-26vm: add run-after-evaluate microtask modeAnna Henningsen
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-14src: add support for TLAGus Caplan
2020-03-18src: handle NULL env scenariohimself65
2020-03-13esm: port loader code to JSAnna Henningsen
2020-03-12src: refactor to more safe methodgengjiawen
2020-03-09src: handle NULL env scenarioHarshitha KP
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-27module: disable conditional exports, self resolve warningsGuy Bedford
2020-02-24src: elevate v8 namespacesHarshitha KP
2020-02-18module: package "exports" error refinementsGuy Bedford
2020-02-15src: prefer 3-argument Array::New()Anna Henningsen
2020-02-15src: use hex not decimal in IsArrayIndexShelley Vohr
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-01-16module: unflag conditional exportsGuy Bedford
2020-01-13vm: add code cache support for SourceTextModuleGus Caplan
2020-01-07module: logical conditional exports orderingGuy Bedford
2020-01-02module: unflag resolve selfGuy Bedford
2019-12-29module: self resolve bug fix and esm orderingGuy Bedford
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-05module: add warnings for experimental flagsRongjian Zhang
2019-12-05esm: make specifier flag clearly experimentalMyles Borins
2019-11-09module: conditional exports with flagged conditionsGuy Bedford
2019-10-27src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-25module: resolve self-referencesJan Krems
2019-10-17esm: 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