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: correctly parse $id and $comment JSDoc tags #1129

Merged
merged 9 commits into from Feb 16, 2022
Merged

fix: correctly parse $id and $comment JSDoc tags #1129

merged 9 commits into from Feb 16, 2022

Conversation

then3rdman
Copy link
Contributor

@then3rdman then3rdman commented Feb 15, 2022

Resolves #1096.

Additionally fixes $comment tags that were also not functional.

Minor refactor made nest some interfaces to reduce clutter at the root of the src folder.

Set allowUnionTypes for AJV in the test suite to remove some of the console log spam.

Version

Published prerelease version: v0.98.0-next.1

Changelog

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Marcus Mailer (@then3rdman)

❤️ Arthur Fiorette (@arthurfiorette)

❤️ Mark Sheinkman (@MarkSheinkman)

❤️ null@chimurai

❤️ Kari Lavikka (@tuner)

🚀 Enhancement

🐛 Bug Fix

🔩 Dependency Updates

Authors: 9

src/AnnotationsReader/BasicAnnotationsReader.ts Outdated Show resolved Hide resolved
test/utils.ts Outdated Show resolved Hide resolved
@domoritz domoritz self-requested a review February 16, 2022 03:08
@domoritz domoritz merged commit ac172d8 into vega:next Feb 16, 2022
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.

JSDoc interface level being ignored
3 participants