JS parser breaks with certain syntax since 1.42 #90760
Labels
grammar
Syntax highlighting grammar
javascript
JavaScript support issues
typescript
Typescript support issues
upstream-issue-linked
This is an upstream issue that has been reported upstream
Issue Type: Bug
sample
if (/123(?:foo|bar)?baz/ig.test("123baz")) {}
if (a) {}
if (!/123(?:foo|bar)?baz/ig.test("123baz")) {}
if (a) {}
VS Code version: Code 1.42.1 (c47d83b, 2020-02-11T14:45:59.656Z)
OS version: Windows_NT x64 6.1.7601
The text was updated successfully, but these errors were encountered: