Skip to content
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

Object member type defined by JSDoc @property tags are not recoganized #9620

Closed
zhengbli opened this issue Jul 11, 2016 · 0 comments
Closed
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@zhengbli
Copy link
Contributor

From: #9276 (comment)

#8103
Format 3 doesn't work properly

/**
 * @typedef {Object} Product
 * @property {String} name
 */

/**
 * Creates a product instance
 * @return {Product}
 */
function makeProduct() {}

screen shot 2016-07-10 at 9 14 20 pm


$ tsc -v
Version 2.0.0-dev.20160707
@zhengbli zhengbli added the Bug A bug in TypeScript label Jul 11, 2016
@zhengbli zhengbli self-assigned this Jul 11, 2016
@zhengbli zhengbli added this to the TypeScript 2.0.1 milestone Jul 11, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Jul 11, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

2 participants