vscode-javascript-booster icon indicating copy to clipboard operation
vscode-javascript-booster copied to clipboard

Erroneous Typescript Syntax Error

Open ErickJensen opened this issue 2 years ago • 0 comments
trafficstars

The following line of code causes the extension to report a syntax error and not function properly even though it is valid Typescript.

const inputElement = <HTMLInputElement>document.getElementById('firstName');

ErickJensen avatar Mar 29 '23 12:03 ErickJensen