-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark (synchronous) import.meta.resolve(…)
as implemented in node
v20.6.0
#20726
Conversation
…v20.6.0 Release notes documenting that this is now available without a flag: https://nodejs.org/en/blog/release/v20.6.0 Note that the experimental version became synchronous in v20.0.0 (still behind a flag at the time): https://nodejs.org/en/blog/release/v20.0.0
@@ -68,15 +68,7 @@ | |||
"version_added": false | |||
}, | |||
"nodejs": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use an array; don't remove old versions' information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. I wasn't sure how to handle 20.0.0 — should I include all three versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍
…v20.6.0 (mdn#20726) * Mark (synchronous) `import.meta.resolve(…)` as implemented in `node` v20.6.0 Release notes documenting that this is now available without a flag: https://nodejs.org/en/blog/release/v20.6.0 Note that the experimental version became synchronous in v20.0.0 (still behind a flag at the time): https://nodejs.org/en/blog/release/v20.0.0 * [nodejs.json] Add `node v20.6.0`. * Include the full `node` compat history for `import.meta.resolve(…)`.
Release notes documenting that this is now available without a flag: https://nodejs.org/en/blog/release/v20.6.0
Note that the experimental version became synchronous in v20.0.0 (still behind a flag at the time): https://nodejs.org/en/blog/release/v20.0.0