We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @alexandrudima on January 27, 2016 14:54
Testing #2218
a is not recognised as a number.
a
"use strict"; class Something { /** * @param {number} a */ constructor(a, b) { a. } }
Copied from original issue: microsoft/vscode#2460
The text was updated successfully, but these errors were encountered:
Parse JSDoc comments for ES6 class constructors and methods
1b282cd
Fixes microsoft#6646
eb27166
Fixes #6646 (cherry picked from commit 1b282cd)
RyanCavanaugh
No branches or pull requests
From @alexandrudima on January 27, 2016 14:54
Testing #2218
a
is not recognised as a number.Copied from original issue: microsoft/vscode#2460
The text was updated successfully, but these errors were encountered: