mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 17:45:58 +03:00
[GH-ISSUE #13] Replace ts-node with tsx #11
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AidanWelch on GitHub (Jun 13, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/13
ts-nodeis frustratingly broken for many people in many projects.tsxdoesn't have that problem to my knowledge.@jehna commented on GitHub (Jun 13, 2024):
Yes, let's do this! I've migrated to
tsxin all of my new projects aready.@AidanWelch commented on GitHub (Jun 13, 2024):
@jehna should I open a PR or will you do it?