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

x/deco/deps.ts>transform

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
function transform
import { transform } from "https://deno.land/x/deco@1.75.1/deps.ts";

Note: this interface currently does not do actual async work, only provides a corresponding async interfaces to the @swc/core's interface.

Parameters

code: string | Program
optional
options: Options
optional
experimental_plugin_bytes_resolver: any

Returns

Promise<Output>