Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/esbuild.ts>transformSync

A frugal web framework
Go to Latest
function transformSync
import { transformSync } from "https://deno.land/x/frugal@0.3.0/dep/esbuild.ts";

A synchronous version of "transform".

  • Works in node: yes
  • Works in browser: no

Documentation: https://esbuild.github.io/api/#transform-api

Parameters

input: string
optional
options: TransformOptions