Skip to main content
Module

x/cav/deps.ts>graph

A server framework for Deno
Go to Latest
namespace graph
import { graph } from "https://deno.land/x/cav@0.0.21/deps.ts";

Classes

An interface to the web assembly structure of a built module graph.

Functions

A Deno specific loader function that can be passed to the createModuleGraph which will use Deno.readTextFile for local files, or use fetch() for remote modules.

Parse a module based on the supplied information and return its analyzed representation. If an error is encountered when parsing, the function will throw.

Interfaces

Additional meta data that is used to enrich the output of the module graph.

The plain-object representation of a module graph that is suitable for serialization to JSON.