Clear and concise description of the problem
In the current implementation, SFC parse and annotate will be processed for each file.
Therefore, if an SFC parse error occurs in the middle of the process, the files processed up to that point will still be modified by annotating.
If you are using git, you can use git checkout to undo the changes, but the recovery process is tedious annotating
Suggested solution
Instead of doing SFC parse and annoate at the same time, you should do all SFC parse and then annoate.
Alternative
We can provide —verify options.
it checks SFC files whether that is syntax correctly.
Additional context
No response
Validations
Clear and concise description of the problem
In the current implementation, SFC parse and annotate will be processed for each file.
Therefore, if an SFC parse error occurs in the middle of the process, the files processed up to that point will still be modified by annotating.
If you are using git, you can use
git checkoutto undo the changes, but the recovery process is tedious annotatingSuggested solution
Instead of doing SFC parse and annoate at the same time, you should do all SFC parse and then annoate.
Alternative
We can provide
—verifyoptions.it checks SFC files whether that is syntax correctly.
Additional context
No response
Validations