Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.

Use a different script runner than ts-node for better performance #44

@PatrickLehnerXI

Description

@PatrickLehnerXI

Would it be possible to use a different script runner than ts-node? Especially for short build scripts, ts-node is quite slow -- and I don't need to type-check my build scripts all the time. In our TS code base, we're using babel-node as our runner, which only transpiles and is therefore significantly faster.
Additionally, we recently found out that ts-node can be configured to use swc for transpilation. If this works for devcmd, this issue might be solvable by configuration.

Note: This feedback was provided internally at XITASO, so I'm creating this issue for tracking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions