Skip to main content
Module

x/mesozoic/mod.ts>BuildContext

A generic build system for Deno web apps
Go to Latest
type alias BuildContext
import { type BuildContext } from "https://deno.land/x/mesozoic@v1.0.0-alpha.10/mod.ts";
definition: { root: string; output: string; exclude?: string[]; entrypoints?: string[]; hashable?: string[]; compilable?: string[]; compiler?: { minify?: boolean; sourceMaps?: boolean; }; manifest?: { exclude?: string[]; }; debug?: boolean; }