Module

x/deno_slack_hooks/deps.ts>esbuild.analyzeMetafile

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

Pretty-prints an analysis of the metafile JSON to a string. This is just for convenience to be able to match esbuild's pretty-printing exactly. If you want to customize it, you can just inspect the data in the metafile yourself.

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

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

Parameters

metafile: Metafile | string
optional
options: AnalyzeMetafileOptions

Returns

Promise<string>