Skip to main content
Module

x/deno_slack_hooks/deps.ts>esbuild.Metafile

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

Properties

inputs: { [path: string]: { bytes: number; imports: { path: string; kind: ImportKind; external?: boolean; original?: string; }[]; format?: "cjs" | "esm"; }; }
outputs: { [path: string]: { bytes: number; inputs: { [path: string]: { bytesInOutput: number; }; }; imports: { path: string; kind: ImportKind | "file-loader"; external?: boolean; }[]; exports: string[]; entryPoint?: string; cssBundle?: string; }; }