Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/leaf/leafCompiler.ts>CompileOptions

A fake file system for Deno binaries
Latest
type alias CompileOptions
import { type CompileOptions } from "https://deno.land/x/leaf@v1.0.4/leafCompiler.ts";
definition: { modulePath: string; contentFolders: Array<string>; flags?: Array<string>; output?: string; }