Skip to main content
Module

x/fresh/src/build/deps.ts>esbuildTypes.transform

The next-gen web framework.
Extremely Popular
Go to Latest
function esbuildTypes.transform
import { esbuildTypes } from "https://deno.land/x/fresh@1.2.0/src/build/deps.ts";
const { transform } = esbuildTypes;

This function transforms a single JavaScript file. It can be used to minify JavaScript, convert TypeScript/JSX to JavaScript, or convert newer JavaScript to older JavaScript. It returns a promise that is either resolved with a "TransformResult" object or rejected with a "TransformFailure" object.

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

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

Type Parameters

SpecificOptions extends TransformOptions

Parameters

input: string | Uint8Array
optional
options: SpecificOptions

Parameters

input: string | Uint8Array
optional
options: TransformOptions