Skip to main content
Module

x/aleph/tsc/transform-react-jsx.ts>default

The Full-stack Framework in Deno.
Go to Latest
function default
import { default } from "https://deno.land/x/aleph@v0.2.21/tsc/transform-react-jsx.ts";

Parameters

sf: ts.SourceFile
node: ts.Node
options: { mode: "development" | "production"; rewriteImportPath: (importPath: string) => string; }

Returns

ts.VisitResult<ts.Node>