import { graph } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { ModuleGraph } = graph;
Returns a plain-object representation of the module graph suitable for
serialization as JSON, similar to the deno info --json
output.
import { graph } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { ModuleGraph } = graph;
Returns a plain-object representation of the module graph suitable for
serialization as JSON, similar to the deno info --json
output.