swc-plugin-vue-jsx
swc-plugin-vue-jsx copied to clipboard
SWC plugin for transforming Vue JSX.
Results
1
swc-plugin-vue-jsx issues
Sort by
recently updated
recently updated
newest added
trafficstars
[my fork](https://github.com/1714080902120/fork_swc-plugin-vue-jsx) here are the changes: 1. [rename EsConfig and TsConfig](https://github.com/swc-project/swc/issues/9089) 2. [adjust visit api](https://github.com/swc-project/swc/pull/9680) 3. update testing to v8.0 4. [without `import xxx` will not be treat as module...