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
Version: 1.46.0 Commit: a5d1cc28bb5da32ec67e86cc50f84c67cc690321 Date: 2020-06-10T08:59:06.977Z (1 mo ago) Electron: 7.3.1 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Darwin x64 18.7.0
Steps to Reproduce:
name
Does this issue occur when all extensions are disabled?: Yes
Should declare const name: never; be a declare var name: never;?
declare const name: never;
declare var name: never;
The text was updated successfully, but these errors were encountered:
Duplicate of microsoft/TypeScript#39534
Sorry, something went wrong.
mjbvz
No branches or pull requests
Steps to Reproduce:
name
variable.Does this issue occur when all extensions are disabled?: Yes
Should
declare const name: never;
be adeclare var name: never;
?The text was updated successfully, but these errors were encountered: