We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@readonly
Checklist
--dev
Completing the items above will greatly improve triaging time of your issue.
The order of the @readonly jsDoc tag determines if the description is captured.
This does not work:
/** @readonly My description */
Neither does this:
/** * @readonly * My description */
But this does work:
/** * My description * @readonly */
Expected behavior A clear and concise description of what you expected to happen.
I would expect the description to be captured in each of these scenarios.
The text was updated successfully, but these errors were encountered:
Can you create a PR? 🙂
Sorry, something went wrong.
No branches or pull requests
Checklist
--dev
flag to get more information?Completing the items above will greatly improve triaging time of your issue.
The order of the
@readonly
jsDoc tag determines if the description is captured.This does not work:
/** @readonly My description */
Neither does this:
But this does work:
Expected behavior
A clear and concise description of what you expected to happen.
I would expect the description to be captured in each of these scenarios.
The text was updated successfully, but these errors were encountered: