Module

x/deno_slack_hooks/deps.ts>esbuild.transformSync

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function esbuild.transformSync
import { esbuild } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.0/deps.ts";
const { transformSync } = esbuild;

A synchronous version of "transform".

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

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

Parameters

input: string | Uint8Array
optional
options: SameShape<TransformOptions, T>