We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
From microsoft/vscode#76327
TS and JS Grammar Extension version: latest from master
Code
const b = <Element />; const a = /**/ <Element />;
Bug On the second line, <Element /> is not parsed as jsx.
<Element />
From microsoft/vscode#76327
TS and JS Grammar Extension version: latest from master
Code
Bug
On the second line,
<Element />is not parsed as jsx.