You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <script setup> won't work in the runTransformation.
I think it's weird, because you parsed <script setup> but never use it. So is it a bug?
The text was updated successfully, but these errors were encountered:
In your
src/sfcUtils.ts
, it supports script setup tag and use it asdescriptor.scriptSetup
;However, in the
src/runTransformation.ts
, it just handlesdescriptor.script
, so <script setup> won't work in the runTransformation.I think it's weird, because you parsed <script setup> but never use it. So is it a bug?
The text was updated successfully, but these errors were encountered: