Skip to main content
Module

x/deno_slack_hooks/deps.ts>esbuild.buildSync

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function esbuild.buildSync
import { esbuild } from "https://deno.land/x/deno_slack_hooks@1.2.2/deps.ts";
const { buildSync } = esbuild;

A synchronous version of "build".

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

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

Parameters

options: SameShape<BuildOptions, T>