lydell / js-tokens

Tiny JavaScript tokenizer.
MIT License
503 stars 31 forks source link

Add tests and docs for ES2024 #49

Closed lydell closed 2 months ago

lydell commented 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.