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

x/bundler/plugins/plugin.ts>Context

A Bundler with the web in mind.
Go to Latest
type alias Context
import { type Context } from "https://deno.land/x/bundler@0.6.2/plugins/plugin.ts";
definition: { importMap: ImportMap; cacheDirPath: string; depsDirPath: string; outDirPath: string; reload: boolean | string[]; optimize: boolean; quiet: boolean; outputMap: Record<string, string>; graph: Graph; chunks: Chunks; bundles: Bundles; sources: Sources; cache: Cache; bundler: Bundler; }