Skip to main content
Module

x/bundler/plugins/plugin.ts>Dependency

A Bundler with the web in mind.
Go to Latest
type alias Dependency
import { type Dependency } from "https://deno.land/x/bundler@0.6.5/plugins/plugin.ts";
definition: { specifiers: Record<string, string>; defaults: string[]; namespaces: (string | undefined)[]; type: DependencyType; format: Format; }