Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tokenization of properties named 'class' or 'function'
FIX: Fix an issue where tokenizing (without parsing) an object literal with a property named `class` or `function` could, in some circumstance, put the tokenizer into an invalid state. Closes #1242
- Loading branch information