-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Running node parses the entry file path 5 times #49968
Copy link
Copy link
Closed as not planned
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 loaders.Issues and PRs related to ES module loaders.performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
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 loaders.Issues and PRs related to ES module loaders.performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
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