sfc-compiler doesn't handle semicolons in interface declarations properly when compiling script setup
Version
3.2.8
Reproduction link
Steps to reproduce
git clone yarn node build.js
What is expected?
Grammatical errors
What is actually happening?
Grammatically correct
I tried to compile the Sfc file into a ts file through compiler-sfc. After the compilation was completed, I found a syntax error in the ts file.
Sfc
Compile to ts