JSDoc warnings
See original GitHub issueFollowing warnings are generated when npm run docs
is run. Could someone look into this (cc @themoonrat)
WARNING: The @type tag does not permit a description; the description will be ignored. File: InteractionTrackingData.js, line: 39
WARNING: The @type tag does not permit a description; the description will be ignored. File: InteractionTrackingData.js, line: 43
WARNING: The @private tag does not permit a value; the value will be ignored. File: interactiveTarget.js, line: 87
WARNING: The @private tag does not permit a value; the value will be ignored. File: interactiveTarget.js, line: 92
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to show warning when using functions incorrectly ...
I'm using JSDoc to document my Javascript functions and add type annotations. ... Is there some way to get Visual Studio to show...
Read more >Use JSDoc: Index
Official documentation for JSDoc 3. ... Index. Getting Started. Getting Started with JSDoc 3: A quick-start to documenting JavaScript with JSDoc.
Read more >JSDoc Reference - TypeScript: Documentation
What JSDoc does TypeScript-powered JavaScript support? ... Your editor may also show warnings if you call C instead of constructing it.
Read more >jsdoc/valid-types throwing warning when using import syntax
Actual behavior 8:0 warning Syntax error in type: import('../typedefs').ExtractorOption jsdoc/valid-types ESLint Config module.exports = {...
Read more >VS Code supports JSDoc-powered type checking - Stefan Judis
Add a // @ts-check comment to your JavaScript files and see how VS Code parses your JSDoc type definitions and shows warnings if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @LucianoGraziani!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.