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

🐛 Fix doc comment parsing in mcdoc #1135

Closed
wants to merge 24 commits into from

Conversation

MulverineX
Copy link
Member

@MulverineX MulverineX commented May 13, 2024

Appears to be due to { get: () => type } greedily capturing all nodes after dispatch and type statements, results in all comments after these to be parsed as dev comments and inserted into the value (type/dispatcher or type/reference) children.

Not ready to merge

@MulverineX MulverineX closed this May 17, 2024
@misode misode removed this from the Release 4.0.0 milestone May 17, 2024
@MulverineX MulverineX reopened this May 17, 2024
@MulverineX MulverineX added this to the Release 4.0.0 milestone May 17, 2024
@MulverineX MulverineX self-assigned this May 17, 2024
@misode misode removed this from the Release 4.0.0 milestone May 17, 2024
@misode
Copy link
Member

misode commented May 17, 2024

@MulverineX I don't think PR's should be part of the milestone

@MulverineX MulverineX closed this May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants