Skip to main content
Module

x/deno_slack_hooks/deps.ts>esbuild.context

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

This is the advanced long-running form of "build" that supports additional features such as watch mode and a local development server.

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

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

Parameters

options: SameShape<BuildOptions, T>