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
TypeScript Version: 2.7.0-dev.20171117
Code
function f(x) { return x + 1; }
Expected behavior:
/** @param {number} x */ function f(x) { return x + 1; }
Actual behavior:
No fix.
The text was updated successfully, but these errors were encountered:
Similarly, we could add jsdoc annotations in fixAddMissingMember.ts for JS like we do for TS. EDIT This is #20331 and #27615
fixAddMissingMember.ts
Sorry, something went wrong.
Fixed by #27610; I guess github doesn't use comments to auto-close bugs.
No branches or pull requests
TypeScript Version: 2.7.0-dev.20171117
Code
Expected behavior:
Actual behavior:
No fix.
The text was updated successfully, but these errors were encountered: