Const
[Internal] This output format is special as it corresponds to whatever the step would normally produce - unchanged - as a typescript object. There is no special way to influence this output format, and it is not to be serialized.
This is usually a one-to-one serialization of the internal format, although it is possible that some recursive references are broken.
If possible, this will produce a mermaid graph of the result and contain the mermaid code. This is only really possible for some of the step (e.g., the dataflow analysis).
This is an extension of the Mermaid format. Instead of returning the mermaid code, it will return an url to mermaid live.
Produce n-quads as the output. See serialize2quads
A human-readable textual representation of the result. Depending on the step this may be of lesser use as the results of the dataflow analysis are not easily readable in text form.
Defines the output format of a step that you are interested in.