Functions

f
build(
fileAbsolutePaths: string[],
config?: { extensions?: string[]; }
): Task<FSTree, InputUnreadableFailure>

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

Type Aliases

Variables

v
InputUnreadable: Failure.FailureFactory<"InputUnreadable", { input: string; }>

One of the configured test inputs could not be globbed, stat'd or walked.