-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: read extended tsconfigs (#845)
* feat: add swc option if possible * chore: better debugs * feat: use tsconfck for resolving extended tsconfigs * test: plugins e2e * feat: improve implementation * test: remove tsPathSync test * feat: pass entire tsconfig to ts-node * fix: handle invalid json * chore: clean up * fix: return tsconfig for previously registered * test: code coverage * test: handle line breaks * test: handle line breaks * test: use different text for warning assertion * chore: code review * chore: code review * fix: find-root debug logs * fix: merge ts-node opts in reverse
- Loading branch information
1 parent
bcfc372
commit 59145ee
Showing
17 changed files
with
217 additions
and
120 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
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
Oops, something went wrong.