Skip to main content
Module

x/mesozoic/lib/swc.ts>transform

A generic build system for Deno web apps
Go to Latest
function transform
import { transform } from "https://deno.land/x/mesozoic@v1.0.0-alpha.41/lib/swc.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>