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

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

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
function transformSource
import { transformSource } from "https://deno.land/x/ultra@v2.0.0-alpha.16/lib/compiler/transform.ts";

Parameters

source: string

Returns

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