-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
no-undefined-types
doesn't know the @import
types
#1244
no-undefined-types
doesn't know the @import
types
#1244
Comments
In order to parse import statements for use by our rule, I've filed TomerAberbach/parse-imports#10 as this package might help us do so. |
… as defined; fixes gajus#1244
🎉 This issue has been resolved in version 48.2.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
… as defined; fixes gajus#1244
…rt` tags as defined; fixes gajus#1244" This reverts commit 34ba2e0.
And sorry had to revert due to #1246 (no CJS build in the dependency), so reopening. I've filed TomerAberbach/parse-imports#12 in case the dependency can resolve this for us. |
… as defined; fixes gajus#1244
… as defined; fixes gajus#1244
🎉 This issue has been resolved in version 48.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Expected behavior
no-undefined-types
doesn't repport an error if the type used has been imported with@import
tag.Actual behavior
no-undefined-types
doesn't know the@import
types.Files
package.json
eslint.config.mjs
index.js
To reproduce
npm install
npx eslint index.js
Environment
eslint-plugin-jsdoc
version: 48.2.13The text was updated successfully, but these errors were encountered: