Skip to content

Support parsing @template {T} in addition to @template T#21270

Merged
1 commit merged into
masterfrom
jsdoc-template
Jan 18, 2018
Merged

Support parsing @template {T} in addition to @template T#21270
1 commit merged into
masterfrom
jsdoc-template

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jan 18, 2018

Fixes #21122
Previously we gave up parsing after the } and treated the rest as a comment, leading to an ugly doc comment for the function. Now we successfully parse the tag.
Also moved the typeParameter creation up so it encompasses the whole {T} range, not just T}.

@ghost ghost requested review from rbuckton and weswigham January 18, 2018 16:44
@ghost ghost merged commit 466557c into master Jan 18, 2018
@ghost ghost deleted the jsdoc-template branch January 18, 2018 17:45
@microsoft microsoft locked and limited conversation to collaborators Jul 3, 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.

1 participant