Skip to content

Allow line terminators and line comments inside character classes? #9

@rauschma

Description

@rauschma

Large character classes would profit from line terminators and line comments being removed:

[
  A-Z a-z 0-9 _
  .  # needed for (e.g.): Array.prototype.push
  \[ \]  # needed if the name is a symbol
]+

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