Functions

f
buildFSTree(
fileAbsolutePaths: string[],
config?: { extensions?: string[]; }
): Promise<FSTree>

Resolves an array of file paths, directories, or glob patterns into a flat { absolutePath: null } map.

Usage

import * as mod from "lib/setup/fs-tree.ts";