swc-register icon indicating copy to clipboard operation
swc-register copied to clipboard

Transpile JSX, TypeScript and esnext features on the fly with swc with tsconfig.json respected

Results 1 swc-register issues
Sort by recently updated
recently updated
newest added

`node -r swc-register src/**/*.test.ts` works as expected if `"type": "module"` is not present in `package.json`, otherwise the script fails with: ``` > node -r swc-register src/**/*.test.ts internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( ^ TypeError...

bug
help wanted