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

x/blocks/deps.ts>transform

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
function transform
import { transform } from "https://deno.land/x/blocks@1.72.0/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>