question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] JSON output missing "rawdescription" on several types

See original GitHub issue
Overview 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

#875

Suggest a Fix

Add the properties to the necessary fields in angular-dependencies.ts.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

4reactions
jlutz777commented, Sep 30, 2020

Could we get this reopened? I think my PR would fix it.

0reactions
stale[bot]commented, Jun 21, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found