Skip to main content
Module

x/deno_graph/lib/types.d.ts>GraphImportJson

The module graph logic for Deno CLI
Go to Latest
interface GraphImportJson
import { type GraphImportJson } from "https://deno.land/x/deno_graph@0.37.1/lib/types.d.ts";

Properties

referrer: string

The referrer (URL string) that was used as a base when resolving the imports added to the graph.

optional
dependencies: DependencyJson[]

An array of resolved dependencies which were imported using the referrer.