You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoffreyBooth opened this issue
Oct 25, 2023
· 2 comments
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loadersmoduleIssues and PRs related to the module subsystem.
The text was updated successfully, but these errors were encountered:
GeoffreyBooth
added
module
Issues and PRs related to the module subsystem.
esm
Issues and PRs related to the ECMAScript Modules implementation.
loaders
Issues and PRs related to ES module loaders
labels
Oct 25, 2023
esmIssues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loadersmoduleIssues and PRs related to the module subsystem.
Re #50356 (comment), what are the use cases that we want to support that are not currently possible via the module customization hooks? The current hooks were designed to satisfy the cases here: https://github.com/nodejs/loaders/blob/main/doc/use-cases.md.
Put another way, if monkey-patching the CommonJS loader were no longer possible, what use cases that we want to support would be no longer possible?
@nodejs/loaders @nodejs/vm @nodejs/performance @nodejs/tsc
The text was updated successfully, but these errors were encountered: