-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Backport Node SEA to v24.x #62119
Copy link
Copy link
Closed as not planned
Labels
releaseIssues and PRs related to Node.js releases.Issues and PRs related to Node.js releases.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
releaseIssues and PRs related to Node.js releases.Issues and PRs related to Node.js releases.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.
What is the problem this feature will solve?
PR #61167 was only partially backported to Node.js 24 (v24.14.0). The
--build-seaflag 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 #61167What 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.