-
Notifications
You must be signed in to change notification settings - Fork 65
Added doc tag support logic inside snippet tag #1072
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
base: update-undefined-object-for-inline-snippets
Are you sure you want to change the base?
Added doc tag support logic inside snippet tag #1072
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2b6b68c to
984c187
Compare
59d92da to
6189068
Compare
984c187 to
80f1e20
Compare
aswamy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment. Nice stuff!
packages/theme-check-common/src/checks/unsupported-doc-tag/index.ts
Outdated
Show resolved
Hide resolved
dejmedus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
24dbcf0 to
6465a20
Compare
a2a2a95 to
d859b07
Compare
6465a20 to
0263556
Compare
0263556 to
9366de6
Compare
d859b07 to
fa207a1
Compare
9366de6 to
b4049b2
Compare
fa207a1 to
3274d57
Compare



What are you adding in this PR?
Solves #826
Updated theme check to support
doctag inside ofsnippettag. This change allows thedoctag to be used within inline snippets, in addition to the previously supported snippet and block contexts.This PR also makes the theme check more rigorous by ensuring the doc tag is either:
The error message has been updated to reflect this new support, and tests have been added to verify that
doctags inside inline snippets don't trigger errors.What's next? Any followup issues?
Update the theme check docs
Before you deploy
changeset