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

Services for @typedef #15855

Closed
ghost opened this issue May 15, 2017 · 1 comment · Fixed by #15856
Closed

Services for @typedef #15855

ghost opened this issue May 15, 2017 · 1 comment · Fixed by #15856
Labels
Bug A bug in TypeScript Domain: JSDoc Relates to JSDoc parsing and type generation Fixed A PR has been merged for this issue

Comments

@ghost
Copy link

ghost commented May 15, 2017

TypeScript Version: nightly (2.4.0-dev.20170515)

Code

///<reference path="fourslash.ts" />

/////**
//// * @typedef /*def*/Product
//// * @property {string} title
//// */

/////**
//// * @type {/*use*/Product}
//// */
////const product = null

verify.goToDefinition("use", "def");

Expected behavior:

Get services.

Actual behavior:

No services.

@ghost ghost self-assigned this May 15, 2017
@mhegazy mhegazy added the Bug A bug in TypeScript label May 15, 2017
@mhegazy mhegazy added this to the TypeScript 2.4 milestone May 15, 2017
@mhegazy mhegazy added Salsa Domain: JSDoc Relates to JSDoc parsing and type generation labels May 15, 2017
@ghost ghost closed this as completed in #15856 May 22, 2017
@ghost
Copy link
Author

ghost commented May 22, 2017

Apparently github saw the comment Does not fix #15855 as fixing this...

@ghost ghost reopened this May 22, 2017
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label May 26, 2017
@ghost ghost closed this as completed in #16087 May 26, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Domain: JSDoc Relates to JSDoc parsing and type generation Fixed A PR has been merged for this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant