Skip to main content
Module

x/aleph/compiler/mod.ts>TransformResult

The Full-stack Framework in Deno.
Go to Latest
type alias TransformResult
import { type TransformResult } from "https://deno.land/x/aleph@v0.3.0-beta.8/compiler/mod.ts";
definition: { code: string; deps?: DependencyDescriptor[]; ssrPropsFn?: string; ssgPathsFn?: boolean; denoHooks?: string[]; starExports?: string[]; jsxStaticClassNames?: string[]; map?: string; }