Module

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

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

Parameters

source: string

Returns

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