Issue
What is this Error:
- Severity: Error
- Description: JSDoc '@extends' is not attached to a class.
- Project: MyProject;
- File: JavaScript Content Files;
- Line: 1
- Suppression State: Active
Solution
I am seeing the same thing in some code that I have started looking at. Looks like it is an error that doesn't prevent compilation. It seems to relate to a code documentation feature (see https://jsdoc.app/index.html). The '@extends' is listed as a synonym for '@augments'. Changing all references to the latter and rebuilding the code has removed this error.
Answered By - Ian Paul

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.