Skip to content

Support services for @typedef#16087

Merged
3 commits merged into
masterfrom
typedef
May 26, 2017
Merged

Support services for @typedef#16087
3 commits merged into
masterfrom
typedef

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented May 25, 2017

Fixes #15855

Comment thread src/compiler/utilities.ts Outdated
}

export function getJSDocs(node: Node): (JSDoc | JSDocTag)[] {
if (isJSDocTypedefTag(node) && isJSDoc(node.parent)) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed? it is not clear what code path would get us here from the change.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quickInfo needs to get the jsdoc to show the doc comment.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see.. thanks

@ghost ghost force-pushed the typedef branch from dfce939 to c4f05ba Compare May 26, 2017 14:24
@ghost ghost merged commit 3cd9f3d into master May 26, 2017
@ghost ghost deleted the typedef branch May 26, 2017 16:52
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants