A typed-edge dependency graph. This is the in-memory representation, the --format json output, and the payload the HTML output embeds.
--format json
const g: Graph = emptyGraph('issue-tree-cache.json', { scope: 'open' }); g.nodes.length // => 0 Copy
const g: Graph = emptyGraph('issue-tree-cache.json', { scope: 'open' }); g.nodes.length // => 0
ISO timestamp the graph was built at.
A typed-edge dependency graph. This is the in-memory representation, the
--format jsonoutput, and the payload the HTML output embeds.Example