Skip to content

Program:exit called before Vue nodes #164

@iliubinskii

Description

@iliubinskii

It looks like a common pattern to collect info from multiple nodes and do final check in "Program:exit".
However, this pattern breaks for Vue nodes (e.g. VElement), because Vue nodes are called after "Program:exit".
I think this is not right because Program is the topmost node:
image

Using "VElement[name=template]:exit" does not solve the problem because section is not always present

Is it possible to fix it? I.e. to visit template section before Program:exit?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions