Skip to content

NodeType enum fails to deserialize unknown AST node types #280

Closed
@ferranbt

Description

@ferranbt

The NodeType enum currently fails to deserialize with node types that aren't explicitly defined in the enum variants. This causes deserialization errors instead of gracefully handling unknown node types with the existing Other(String) variant.

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