Skip to main content
Module

x/deno_slack_hooks/deps.ts>esbuild.formatMessages

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

Converts log messages to formatted message strings suitable for printing in the terminal. This allows you to reuse the built-in behavior of esbuild's log message formatter. This is a batch-oriented API for efficiency.

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

Returns

Promise<string[]>