import { FileBag } from "https://dotland.deno.dev/x/ultra@v2.3.0/lib/build/deps.ts";
A FileBag holds and manages implementations of IFile
Methods
copyTo(destination: string)
filter(predicate: (file: IFile) => boolean)
find(predicate: (file: IFile) => boolean)
get(path: string): Promise<IFile>
matches(patterns: PatternLike)
remappedPaths(): Map<string, string>
toArray()
Static Methods
from(path: string)
fromModules(modules: Module[], path: string)