Skip to content

annotate: not process SFC parse and annotate at the same time #37

@kazupon

Description

@kazupon

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions