Skip to content

Allow parsing TS-style generics in JSDoc#6851

Merged
RyanCavanaugh merged 2 commits into
microsoft:masterfrom
RyanCavanaugh:fix6814
Feb 4, 2016
Merged

Allow parsing TS-style generics in JSDoc#6851
RyanCavanaugh merged 2 commits into
microsoft:masterfrom
RyanCavanaugh:fix6814

Conversation

@RyanCavanaugh
Copy link
Copy Markdown
Member

Fixes #6814

Comment thread tests/cases/fourslash/jsDocGenerics1.ts Outdated
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe for completeness something a little more complex, e.g. nested type args or an object property, e.g. {PromiseLike<Array<number>>} or {{a: string, b: Array<number>}}. Maybe also an optional param, e.g. @param {Array<number>?} arg1

RyanCavanaugh added a commit that referenced this pull request Feb 4, 2016
Allow parsing TS-style generics in JSDoc
@RyanCavanaugh RyanCavanaugh merged commit 68befc0 into microsoft:master Feb 4, 2016
@RyanCavanaugh RyanCavanaugh deleted the fix6814 branch February 4, 2016 23:37
@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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants