Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Parameters

source: string

Returns

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