Skip to main content
Module

x/deno_slack_hooks/check_update.ts>gatherDependencyFiles

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

gatherDependencyFiles rounds up all SDK-supported dependency files, as well as those dependency files referenced in deno.json or deno.jsonc, and returns an array of arrays made up of filename and dependency key pairs.

Parameters

cwd: string

Returns

Promise<{ dependencyFiles: [string, "imports" | "hooks"][]; inaccessibleDenoFiles: InaccessibleFile[]; }>