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
The below two should be equivalent, however the optionality is lost of the second param on f6.
/** @type {function(string, boolean=): number} */ var f6; /** * @param {string} p1 * @param {boolean=} p2 * @return {number} */ function f7(p1,p2){}
The text was updated successfully, but these errors were encountered:
Recognize = as equivalent to ? in JSDoc signatures
=
?
f7eac73
Fixes microsoft#6811
8d0267c
Fixes microsoft#6811 (cherry picked from commit f7eac73)
RyanCavanaugh
No branches or pull requests
The below two should be equivalent, however the optionality is lost of the second param on f6.
The text was updated successfully, but these errors were encountered: