-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Support Node native TypeScript (--experimental-strip-types and --experimental-transform-types) #1244
Comments
because typia using tsc to extract type information, you need to run scripts by running tsc + typia |
So we need tsc no matter what. I guess I should wait generation to suffixed files feature, at least. Or generate mode with proper caching. Thanks for the info. |
@ryoppippi I just checked unplugin-typia and saw it can work with Bun. It looks like it injects with a preload script and it reminded me how ts-node can run with Node —require parameter: https://www.npmjs.com/package/ts-node#node-flags-and-other-tools I’m wondering, can unplugin-typia work same way and use —loader, —require or —import flag to extract types in Node? cc @samchon |
@ismailkarsli unplugin-typia uses tsc inside |
@ryoppippi Since ts-node can transform TS files to JS files with I don’t know how tsc, typia or unplugin-typia works so please excuse me if I asked meaningless questions. |
Feature Request
I want to use these new flags to get rid of configs, nodemon, ts-node etc. but can't because typia. I really like typia and don't want to lose it. Is there any plans for Node native TS?
Cheers.
The text was updated successfully, but these errors were encountered: