Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mesozoic/lib/types.ts>ModuleGraph#toJSON

A generic build system for Deno web apps
Go to Latest
method ModuleGraph.prototype.toJSON
import { ModuleGraph } from "https://deno.land/x/mesozoic@v1.0.0-alpha.34/lib/types.ts";

Returns a plain-object representation of the module graph suitable for serialization as JSON, similar to the deno info --json output.

Returns

ModuleGraphJson