Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dite/import/esbuild.ts>transform

a little bit of a framework
Latest
function transform
import { transform } from "https://deno.land/x/dite@v0.0.1/import/esbuild.ts";

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-api

Parameters

input: string
optional
options: TransformOptions