f
build(): Task<FSTree, InputUnreadableFailure>
fileAbsolutePaths: string[],
config?: { extensions?: string[]; }
Resolves an array of file paths, directories, or glob patterns into a flat { absolutePath: null } map.
T
InputUnreadableFailure = Failure.Of<InputUnreadable>
The one failure build declares.
v
InputUnreadable: Failure.FailureFactory<"InputUnreadable", { input: string; }>
One of the configured test inputs could not be globbed, stat'd or walked.
Usage
import * as mod from "lib/setup/fs-tree.ts";