We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid character exact position scanner
Playground link with relevant code
 var x;
The errors are reported without any column information.
index.ts:1:2 - error TS1127: Invalid character. 1  index.ts:1:3 - error TS1127: Invalid character. 1 
TypeScript should show exactly which character is invalid, no?
index.ts:1:2 - error TS1127: Invalid character. 1  ~ index.ts:1:3 - error TS1127: Invalid character. 1  ~
Noticed this while investigating #43005 (comment)...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
🔎 Search Terms
invalid character exact position scanner
🕗 Version & Regression Information
⏯ Playground Link
Playground link with relevant code
💻 Code
🙁 Actual behavior
The errors are reported without any column information.
🙂 Expected behavior
TypeScript should show exactly which character is invalid, no?
Noticed this while investigating #43005 (comment)...
The text was updated successfully, but these errors were encountered: