Skip to content

Is there a better way to visit attributes in AST? #159

Description

@aleksanderkatan

I'm traversing the AST and I need to know the kind of an attribute and the types and values of its parameters. The only way to do so that I found is to call attributeToString function and regex over it. Also, the function parses numbers to string literals, like so: @location('0'), which I think may be a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Unprioritized

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions