Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: eliminate accidental ambiguity in Punctuator
PR tc39#1646 introduced an ambiguity to the lexical grammar: Punctuator derives OtherPunctuator in two different ways -- directly, and indirectly via OptionalChainingPunctuator. It doesn't make sense for OptionalChainingPunctuator to derive OtherPunctuator, so I've eliminated that alternative.
- Loading branch information