Skip to content
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

Add support for node:‑prefixed imports of built‑in modules to require(…) #36098

Closed
ExE-Boss opened this issue Nov 12, 2020 · 0 comments · Fixed by #37246
Closed

Add support for node:‑prefixed imports of built‑in modules to require(…) #36098

ExE-Boss opened this issue Nov 12, 2020 · 0 comments · Fixed by #37246
Labels
util Issues and PRs related to the built-in util module.

Comments

@ExE-Boss
Copy link
Contributor

See the 2020‑10‑29 TSC Meeting notes, where it was decided that CommonJS should also support node:‑prefixed imports, so that any future built‑in modules (e.g.: diagnostics_channel) don’t risk possible ecosystem breakage.

@PoojaDurgad PoojaDurgad added the util Issues and PRs related to the built-in util module. label Nov 23, 2020
ExE-Boss added a commit to ExE-Boss/node that referenced this issue Feb 6, 2021
ExE-Boss added a commit to ExE-Boss/node that referenced this issue Feb 6, 2021
ExE-Boss added a commit to ExE-Boss/node that referenced this issue Feb 6, 2021
ExE-Boss added a commit to ExE-Boss/node that referenced this issue Feb 6, 2021
Fixes: nodejs#36098

Co-authored-by: Darshan Sen <raisinten@gmail.com>
ExE-Boss added a commit to ExE-Boss/node that referenced this issue Feb 8, 2021
Fixes: nodejs#36098

Co-authored-by: Darshan Sen <raisinten@gmail.com>
ExE-Boss added a commit to ExE-Boss/node that referenced this issue Mar 5, 2021
Fixes: nodejs#36098

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Guy Bedford <guybedford@gmail.com>
Co-authored-by: Darshan Sen <raisinten@gmail.com>
@aduh95 aduh95 closed this as completed in 069b5df Mar 19, 2021
targos pushed a commit to targos/node that referenced this issue Aug 8, 2021
Fixes: nodejs#36098

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Guy Bedford <guybedford@gmail.com>
Co-authored-by: Darshan Sen <raisinten@gmail.com>

PR-URL: nodejs#37246
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this issue Sep 1, 2021
Fixes: #36098

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Guy Bedford <guybedford@gmail.com>
Co-authored-by: Darshan Sen <raisinten@gmail.com>

PR-URL: #37246
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Yang-33 added a commit to line/line-bot-sdk-nodejs that referenced this issue Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util Issues and PRs related to the built-in util module.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants