-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat(cli): add tsx support #1021
Conversation
It is indeed planned to support However, you should implement it in that way, that Please note that I'm currently mostly in the migration process of adding coverage tests. Also I want to migrate the cli to a TypeScript file that is also covered by unit-tests (which is not right now |
Hey @remidewitte |
I just realized I missed your reply. I will have a look soon. |
@remidewitte do you want to develop this further? Or should I try on my own? |
6a4d0c0
to
f33952c
Compare
e8625a5
to
6b3c046
Compare
@remidewitte please have a look if this suites your needs @osdiab please do a review 😸 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this.
Happy to see Shinigami92 taking care of this tool ! Thanks.
The PR is far for complete but it is a minimal working patch to use tsx instead of ts-node.
It might not be wanted but it makes the
-j ts
argument not required.