-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): migrate from ts-node to tsx (#25603)
* chore(deps): remove ts-node * chore(deps): add tsx * chore(deps): migrate from ts-node to tsx * chore(scripts/diff-features): remove unnecessary ts-node fallback * chore(deps): remove `@swc/*` * chore(tsx): remove unnecesssary --no-warnings option The warnings that concern us are ignored by tsx: https://github.com/privatenumber/tsx/blob/28a3e7d2b8fd72b683aab8a98dd1fcee4624e4cb/src/suppress-warnings.cts\#L12 Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]> --------- Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
- Loading branch information
1 parent
80ca389
commit f986486
Showing
7 changed files
with
546 additions
and
1,561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"loader": "ts-node/esm", | ||
"extensions": ["ts", "tsx"] | ||
} |
Oops, something went wrong.