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

Parse new DeclarationReference format in TSDoc #325

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rbuckton
Copy link
Member

This builds on #324 to support parsing the new DeclarationReference format in TSDoc.

@rbuckton rbuckton force-pushed the parse-beta-declref branch from aa19c00 to 4f616ff Compare May 16, 2022 17:01
@rbuckton rbuckton force-pushed the parse-beta-declref branch from 4f616ff to cd81fc9 Compare May 16, 2022 18:30
@octogonz
Copy link
Collaborator

@rbuckton Thanks for contributing this PR! I apologize I haven't had a chance to look at it yet. I've been very busy the past week, but I should have some time on Friday.

@Gerrit0
Copy link
Contributor

Gerrit0 commented Jun 12, 2022

One concern I have:

This new form of declaration references appears to be incapable of supporting the {@label} tag.

Meaning:
`:` MeaningKeyword // Indicates the meaning of a symbol (i.e. ':class')
`:` MeaningKeyword `(` DecimalDigits `)` // Indicates an overloaded meaning (i.e. ':function(1)')
`:` `(` DecimalDigits `)` // Shorthand for an overloaded meaning (i.e. `:(1)`)
`:` DecimalDigits // Shorthand for an overloaded meaning (i.e. ':1')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants