Skip to content

JSON5 identifiers not properly detected #10

@schveiguy

Description

@schveiguy

JSON5 allows certain unicode code points for identifiers. The current code only checks for isAlphaNum which is not the same set of unicode code points.

We need our own trie-based isJSON5IdentiferChar that will do this. This might be a complex setup, but will not have to change once set up.

See #8 (comment)

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