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.16/mod.ts";
definition: { root: string; output: string; importMap: string; compiler?: { minify?: boolean; sourceMaps?: boolean; }; name?: string; logLevel?: log.LevelName; }