[BUG] JSON output missing "rawdescription" on several types
See original GitHub issueOverview of the issue
When outputting to JSON, I noticed that the following types are missing a rawdescription
field:
- pipes
- interfaces
- injectables
- directives
- modules (not important for my usecase)
- miscellaneous (not important for my usecase)
Motivation for or Use Case
I’m working on a custom integration with StorybookJS. For displaying documentation, the library will parse raw markdown from the JSDoc. I need access to the raw markdown for the types listed above, not the HTML-safe description field, to avoid encoding issues.
Reproduce the error
Create Compodoc JSON output for the types listed above.
Related issues
Suggest a Fix
Add the properties to the necessary fields in angular-dependencies.ts
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Displaying better error message than "No JSON object could ...
For many types of JSON error (missing delimiters, incorrect backslashes in strings, etc), this prints a nice helpful message containing the line ...
Read more >Fingerprint field missing in sarif output but present in json output
Describe the bug Fingerprint field for results is present in json output but not in sarif output. Sarif specification already has fingerprints and ......
Read more >Solve common issues with JSON in SQL Server
I want to create a JSON text result from a simple SQL query on a single table. FOR JSON PATH and FOR JSON...
Read more >SyntaxError: JSON.parse: bad parsing - JavaScript | MDN
JSON.parse() parses a string as JSON. This string has to be valid JSON and will throw this error if incorrect syntax was encountered....
Read more >JSON formatting with jq and CI/CD linting automation | GitLab
Learn how to filter in JSON data structures and interact with the REST API. Use the GitLab API to lint your CI/CD configuration...
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 FreeTop 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
Top GitHub Comments
Could we get this reopened? I think my PR would fix it.
This issue has been automatically closed because it has not had recent activity. Please file a new issue if you are encountering a similar or related problem. Thank you for your contributions.