FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

module: fix builtin reexport tracing by guybedford · Pull Request #35500 · nodejs/node · GitHub

/ node Public

module: fix builtin reexport tracing - #35500

Closed
guybedford wants to merge 1 commit into
nodejs:masterfrom
guybedford:builtin-reexports
Closed

module: fix builtin reexport tracing#35500
guybedford wants to merge 1 commit into
nodejs:masterfrom
guybedford:builtin-reexports

Conversation

Copy link
Copy Markdown
Contributor

This fixes #35483 by ensuring that reexport tracing in the named exports extraction does not attempt to operate on builtin modules.

Since this is a regression it would be good to fast track this fix.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/modules

nodejs-github-bot added the esm Issues and PRs related to the ECMAScript Modules implementation. label Oct 4, 2020

Copy link
Copy Markdown
Member

Also 👍 to fast track since like you said it's a fix.

guybedford added the fast-track PRs that do not need to wait for 48 hours to land. label Oct 4, 2020
guybedford requested a review from targos October 4, 2020 14:52

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

targos mentioned this pull request Oct 4, 2020
guybedford added a commit that referenced this pull request Oct 4, 2020
PR-URL: #35500
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

Copy link
Copy Markdown
Contributor Author

Landed in 5e605c0.

guybedford closed this Oct 4, 2020
danielleadams mentioned this pull request Oct 6, 2020
danielleadams pushed a commit that referenced this pull request Oct 6, 2020
PR-URL: #35500
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 3, 2020
PR-URL: #35500
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins mentioned this pull request Nov 3, 2020
MylesBorins pushed a commit that referenced this pull request Nov 16, 2020
PR-URL: #35500
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
PR-URL: nodejs#35500
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node 14.13 problematic (default?) import combinations

5 participants


Back | FazBrowse Home | New Git URL