Skip to main content
Module

x/aleph/tsc/transformer.ts>CreateTransformer

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function CreateTransformer
import { CreateTransformer } from "https://deno.land/x/aleph@v0.1.2/tsc/transformer.ts";

Parameters

transform: (
ctx: ts.TransformationContext,
sf: ts.SourceFile,
options?: Record<string, any>,
) => ts.SourceFile
optional
options: Record<string, any>

Returns

ts.TransformerFactory<ts.SourceFile>