-
-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
What is the problem this feature will solve?
PR #61167 was only partially backported to Node.js 24 (v24.14.0). The --build-sea flag and ESM entrypoints support are missing from v24.x. Downstream tools like tsdown rely on these features.
Ref: #61167 (comment)
What is the feature you are proposing to solve the problem?
Backport the remaining SEA features to v24.x, specifically:
--build-seaflag for generating SEA directly with the Node.js binary sea: generate single executable directly with Node.js binary #61167- ESM entrypoints support for SEA sea: support ESM entry point in SEA #61813
What alternatives have you considered?
Requiring users to use Node.js v25.7.0+, but v24.x is the current LTS line and many users cannot upgrade.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Awaiting Triage