ts-node
ts-node copied to clipboard
Consider test matrix to run many tests with SWC transpiler
Think about refactoring tests into a test matrix of:
- typechecking / transpileOnly / transpileOnly w/swc
- ESM loader / non-ESM loader
The SWC compiler has needed test cases added several times; would be nice to bite the bullet and get it running as many of the normal tests as we cal.