Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: extend TS-runtime support #15513

Open
korniux opened this issue Feb 18, 2025 · 0 comments
Open

[Feature]: extend TS-runtime support #15513

korniux opened this issue Feb 18, 2025 · 0 comments

Comments

@korniux
Copy link

korniux commented Feb 18, 2025

🚀 Feature Proposal

In my case there's tsimp implementation of TS runtime which works like under NodeJS hood and allow to run TS-code natively via node --import functionality.

Current approach to run TS code is strict to predefined set of libraries which is bummer — needs to set up separate testing environment which is not matching to project runtime.

Motivation

  • It's more like DX-impovement since there's not only ts-node or esbuild is runtimes but many others (ie. tsimp, swc);
  • Newer implementations of TS runtimes runs usually faster;
  • Testing environment runtime will match project runtime.

Example

No response

Pitch

It's just healthy competition to let more freedom especially when NodeJS testing assertions works fine (with own quirks but not in runtime topic).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant