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

x/ultra/lib/compiler/transform.ts>transformSource

💎 Next-gen browser/server fluid React framework
Go to Latest
function transformSource
import { transformSource } from "https://deno.land/x/ultra@v2.0.0-alpha.3/lib/compiler/transform.ts";

Parameters

source: string

Returns

Promise<{ code: string; map?: string; }>