- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Open
Labels
Status: PR WelcomeWelcome to Pull RequestWelcome to Pull RequestStatus: ProposalRequest for commentsRequest for commentsType: ImprovementIncludes backwards-compatible fixesIncludes backwards-compatible fixes
Description
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
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
Status: PR WelcomeWelcome to Pull RequestWelcome to Pull RequestStatus: ProposalRequest for commentsRequest for commentsType: ImprovementIncludes backwards-compatible fixesIncludes backwards-compatible fixes