-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
import.meta.main #57226
Copy link
Copy link
Closed
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Type
Projects
- StatusShow more project fieldsAwaiting Triage
What is the problem this feature will solve?
We need an easy way to know if the current file was the one executed by Node.
What is the feature you are proposing to solve the problem?
Following of #49440
Deno and Bun have it, Node should have it too.
What alternatives have you considered?
No response