Skip to content

Allow raw identifiers for properties #29

@aDogCalledSpot

Description

@aDogCalledSpot

The component library I'm using defines the type property of a TextInput as r#type since type is a reserved keyword of Rust.

Raw identifiers are listed quite soon in the [docs under valid identifiers].

Current output:

image

Expected output:

image
(but with r#type instead of type)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions