-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
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
Consider parenthesized expressions with JSDoc to be a form of type assertions #5158
Labels
Domain: JSDoc
Relates to JSDoc parsing and type generation
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
Milestone
Comments
Also type assertions in the form: /** @type {Foo.Bar} */ var x = y; and (in constructors:) /** @type {Foo.Bar} */
this._foo = undefined; which I believe are also both recognized as type annotations by the closure compiler. |
mhegazy
added
Suggestion
An idea for TypeScript
In Discussion
Not yet reached consensus
and removed
Bug
A bug in TypeScript
labels
Dec 8, 2015
@rbuckton @weswigham discuss which of you would like to take this on. |
This was referenced Jul 14, 2017
Merged
This was referenced Jun 7, 2018
@ikatyang fix(JavaScript): can you’ve show me where to find this sub-menu please ;) |
4 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Domain: JSDoc
Relates to JSDoc parsing and type generation
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
To quote @weswigham on #4447 (comment):
We should consider supporting this in Salsa.
The text was updated successfully, but these errors were encountered: