Skip to content

Single Executable Application (SEA) with TypeScript type stripping #64723

Description

@prettydiff

What is the problem this feature will solve?

Node does an excellent job of executing TypeScript via type stripping. Node also appears to do an excellent job of building a single executable application from JavaScript files. Those features do not work together, as in Node cannot produce a single executable application from TypeScript files.

What is the feature you are proposing to solve the problem?

Use the type stripping feature already in Node to strip types from TypeScript files when building a single executable application (SEA).

What alternatives have you considered?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    Status
    Awaiting Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions