import { type TransformInput } from "https://deno.land/x/aleph@v0.3.0-beta.12/types.d.ts";
The input of the onTransform
hook.
definition: { module: Omit<Module, "jsBuffer" | "ready">; code: string; bundleMode?: boolean; map?: string; }
import { type TransformInput } from "https://deno.land/x/aleph@v0.3.0-beta.12/types.d.ts";
The input of the onTransform
hook.