Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/compiler/mod.ts>TransformResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias TransformResult
import { type TransformResult } from "https://deno.land/x/aleph@v0.3.0-alpha.33/compiler/mod.ts";
definition: { code: string; deps: Array<{ specifier: string; importIndex: string; isDynamic: boolean; }>; useDenoHooks?: string[]; starExports?: string[]; map?: string; }