Skip to content

Mark internal runtime AST fields as such #386

@stasm

Description

@stasm

To make it more clear that the Pattern data structure is internal to this implementation, would it make sense to rename the fields of syntax nodes? E.g. {type: "var", name: "userName"} could become {_type: "var", _name: "userName"} or {$$type: "var", $$name: "userName"}.

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