Skip to main content
Module

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

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

Parameters

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

Returns

ts.VisitResult<ts.Node>