-
-
Notifications
You must be signed in to change notification settings - Fork 36.6k
OpenOct 26, 2023
No due date
•Last updated Facilitate doing just about everything in CommonJS via ESM + Loaders
100% complete
List view
0 of 12 selected 0 issues of 12 selected
esm: propagate
process.exitfrom the loader thread to the main threadauthor readyPRs with CI started, the required approvals, and no outstanding review comments.PRs with CI started, the required approvals, and no outstanding review comments.commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.Status: Merged (completed).esm: initialize
import.metaon evalauthor readyPRs with CI started, the required approvals, and no outstanding review comments.PRs with CI started, the required approvals, and no outstanding review comments.commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.Status: Merged (completed).esm: remove
globalPreloadhook (superseded byinitialize)commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.loaders-agendaIssues and PRs to discuss during Loaders team meetings.Issues and PRs to discuss during Loaders team meetings.notable-changePRs with changes that should be highlighted in changelogs.PRs with changes that should be highlighted in changelogs.Status: Merged (completed).esm: fix loader hooks accepting too many arguments
commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.needs-ciPRs that need a full CI run.PRs that need a full CI run.Status: Merged (completed).esm: unflag
Module.registerand allow nested loaderimport()commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.needs-ciPRs that need a full CI run.PRs that need a full CI run.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.Status: Merged (completed).module: implement
registerutilityauthor readyPRs with CI started, the required approvals, and no outstanding review comments.PRs with CI started, the required approvals, and no outstanding review comments.commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.needs-ciPRs that need a full CI run.PRs that need a full CI run.Status: Merged (completed).esm: add
initializehook, integrate withregisterauthor readyPRs with CI started, the required approvals, and no outstanding review comments.PRs with CI started, the required approvals, and no outstanding review comments.commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.Status: Merged (completed).esm: remove CLI flag limitation to programmatic registration
lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.needs-ciPRs that need a full CI run.PRs that need a full CI run.Status: Closed (abandoned).esm,loader: make evaluation errors catchable
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.needs-ciPRs that need a full CI run.PRs that need a full CI run.Status: Closed (abandoned).Move ESM loaders off-thread
author readyPRs with CI started, the required approvals, and no outstanding review comments.PRs with CI started, the required approvals, and no outstanding review comments.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.needs-ciPRs that need a full CI run.PRs that need a full CI run.notable-changePRs with changes that should be highlighted in changelogs.PRs with changes that should be highlighted in changelogs.Status: Merged (completed).module: make CJS load from ESM loader
author readyPRs with CI started, the required approvals, and no outstanding review comments.PRs with CI started, the required approvals, and no outstanding review comments.commit-queue-squashPRs the Commit Queue should land as one squashed commit.PRs the Commit Queue should land as one squashed commit.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.needs-ciPRs that need a full CI run.PRs that need a full CI run.Status: Merged (completed).esm, loader: move to own thread
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.Status: Closed (completed).#43658 In nodejs/node;