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.41/mod.ts";
definition: { root: string; output: string; importMapPath: string; graphKind?: "codeOnly" | "all"; compiler?: { minify?: boolean; sourceMaps?: boolean; jsxImportSource?: string; }; name?: string; logLevel?: log.LevelName; }