-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Running node parses the entry file path 5 times #49968
Copy link
Copy link
Open
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loadersperformanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.
Metadata
Metadata
Assignees
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.loadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loadersperformanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.
Follow the following steps:
touch buggy-bug.mjslib/internal/url.jsand add a console.log toURLclass constructorout/Release/node buggy-bug.mjsOutput:
cc @nodejs/loaders @nodejs/performance