There was an error while loading. Please reload this page.
TS and JS Grammar Extension version: 0.0.49 / latest
Code
function validateEmail(e) { if (true) /"/.test(e); return 1 + 1; }
After the ", the rest of the line is highlighting incorrectly:
"
TS and JS Grammar Extension version: 0.0.49 / latest
Code
After the
", the rest of the line is highlighting incorrectly: