ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Consider test matrix to run many tests with SWC transpiler

Open cspotcode opened this issue 4 years ago • 0 comments

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.

cspotcode avatar Dec 26 '21 19:12 cspotcode