Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.