Module

x/aleph/compiler/mod.ts>TransformResult

The Full-stack Framework in Deno.
Go to Latest
type alias TransformResult
import { type TransformResult } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.10/compiler/mod.ts";
definition: { code: string; deps: DependencyDescriptor[]; starExports: string[] | null; map: string | null; }