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.5/mod.ts";
definition: { root: string; output: string; importMapPath: string; ignored: Patterns; dynamicImportIgnored: Patterns; compiled: Patterns; hashed: Patterns; }