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
Something else discussed in #44250 that we should consider is making new subpath additions (like any other core module getting /promises) allowable as semver-minor. This might be a code change, to ensure that nonexistent subpaths (like process/promises) throw rather than try to resolve to something like node_modules/process/promises; but once that’s done we should update the docs accordingly.
GeoffreyBooth
added
module
Issues and PRs related to the module subsystem.
esm
Issues and PRs related to the ECMAScript Modules implementation.
labels
Sep 15, 2022
aduh95
removed
the
esm
Issues and PRs related to the ECMAScript Modules implementation.
label
Sep 19, 2022
Something else discussed in #44250 that we should consider is making new subpath additions (like any other core module getting
/promises
) allowable as semver-minor. This might be a code change, to ensure that nonexistent subpaths (likeprocess/promises
) throw rather than try to resolve to something likenode_modules/process/promises
; but once that’s done we should update the docs accordingly.Originally posted by @GeoffreyBooth in #44576 (comment)
The text was updated successfully, but these errors were encountered: