node_swc
node_swc copied to clipboard
swc node binding use wasm
Results
1
node_swc issues
Sort by
recently updated
recently updated
newest added
能转换ts吗? 目前看着js的转换时可以的, 但是ts的转换transformSync会报错 ``` import { parseSync, printSync, transformSync } from "./node_swc.js"; // ts的会报错 // const str = `const a: string = "hello world"` const str = `const a =...