We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It would be good if tsccould output code snippet on where some error occurs:
tsc
function test() { ----------------^-- src/preprocessor/scanner.ts(185,1): error TS1128: Declaration or statement expected.
Just looking at the line and column is not so UX friendly.