Skip to main content
Module

x/aleph/compiler/mod.ts>TransformResult

The Full-stack Framework in Deno.
Go to Latest
interface TransformResult
import { type TransformResult } from "https://deno.land/x/aleph@v0.3.0-alpha.2/compiler/mod.ts";

Properties

code: string
deps: DependencyDescriptor[]
inlineStyles: Record<string, { type: string; quasis: string[]; exprs: string[]; }>
optional
map: string