Closed lydell closed 2 months ago
The only syntax change is the v flag for regular expressions. However, the spec didn't change anything in the tokenization step – only in later regexp parsing steps, so no changes were needed in js-tokens.
v
The only syntax change is the
v
flag for regular expressions. However, the spec didn't change anything in the tokenization step – only in later regexp parsing steps, so no changes were needed in js-tokens.