Skip to content

JSON5 identifiers not properly detected #10

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to 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