In https://github.com/acornjs/acorn/commit/f0cbb35e2d1f81e73dec339dcdbabdb352009ebb this was fixed: ``` let a /regex/ ``` The same issue exists with jsx and the parser is not able to parse this currently: ``` let a <jsx /> ```