You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are likely a few other places where we have similar needs. If you spot any, please don't hesitate to comment.
One of the constraints in many of these projects is performance. Iterating over the entire payload multiple times can be quite costly. So we somewhat need to found an API design that match that need.
The text was updated successfully, but these errors were encountered:
A lot of our tools, such as the CLI, CI, and Report, rely on JSON payloads generated by the Scanner (via
from/cwd
APIs) to extract data, such as:Here are examples from our projects:
There are likely a few other places where we have similar needs. If you spot any, please don't hesitate to comment.
One of the constraints in many of these projects is performance. Iterating over the entire payload multiple times can be quite costly. So we somewhat need to found an API design that match that need.
The text was updated successfully, but these errors were encountered: