Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.17/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>