vue-codemod
vue-codemod copied to clipboard
Didn't support <script setup>
In your src/sfcUtils.ts, it supports script setup tag and use it as descriptor.scriptSetup;
However, in the src/runTransformation.ts, it just handles descriptor.script, so