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

x/deno_bundler/plugins/plugin.ts>Context

A Bundler with the web in mind.
Latest
type alias Context
import { type Context } from "https://deno.land/x/deno_bundler@v0.9.1/plugins/plugin.ts";
definition: { importMap: Deno.ImportMap; cacheDirPath: string; depsDirPath: string; outDirPath: string; reload: boolean | string[]; optimize: boolean; quiet: boolean; outputMap: OutputMap; graph: Graph; chunks: Chunks; bundles: Bundles; sources: Sources; cache: Cache; logger: Logger; bundler: Bundler; }