glenjamin / glenjamin/typescript-xunit-xml
Sub-shell mode?
Open
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
As referenced in #3 - mistakes in this code can lead to the exit code from tsc being swallowed.
An alternative mode could be to allow execution of typescript via sub-shell, eg
```
typescript-xunit-xml -- tsc .
```
In this mode we could execute the supplied arguments in a sub-shell, parse the result, and return the original exit code
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.