Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ultra/lib/types.ts>CompilerHooks

Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
type alias CompilerHooks
import { type CompilerHooks } from "https://deno.land/x/ultra@v2.3.2/lib/types.ts";
definition: { beforeTransform?: (source: string, file: { path: string; extension: string; }) => string; afterTransform?: (source: string, file: { path: string; extension: string; }) => string; }