-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
const assertions is not supported #846
Comments
Thanks for the report. As this relates to type parsing, please file this with |
@brettz9 It seems jsdoc-type-pratt-parser parsed |
Oh, my apologies, I assumed the error was from |
🎉 This issue has been resolved in version 37.9.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`37.9.5` -> `37.9.7`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/37.9.5/37.9.7) | --- ### Release Notes <details> <summary>gajus/eslint-plugin-jsdoc</summary> ### [`v37.9.7`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v37.9.7) [Compare Source](gajus/eslint-plugin-jsdoc@v37.9.6...v37.9.7) ##### Bug Fixes - **`no-undefined-types`:** support `unknown` and `const`; fixes [#​846](gajus/eslint-plugin-jsdoc#846) ([b5b3e17](gajus/eslint-plugin-jsdoc@b5b3e17)) ### [`v37.9.6`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v37.9.6) [Compare Source](gajus/eslint-plugin-jsdoc@v37.9.5...v37.9.6) ##### Bug Fixes - update devDeps, including gitdown to fix README URLs; fixes [#​707](gajus/eslint-plugin-jsdoc#707) ([2d69c70](gajus/eslint-plugin-jsdoc@2d69c70)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1196 Reviewed-by: 6543 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
microsoft/TypeScript#45464
Expected behavior
No warning
Actual behavior
Error
ESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: 37.7.1The text was updated successfully, but these errors were encountered: