class FileBag extends Set<IFile>import { FileBag } from "https://dotland.deno.dev/x/ultra@v2.0.1/lib/build/deps.ts"; A FileBag holds and manages implementations of IFile MethodscopyTo(destination: string)filter(predicate: (file: IFile) => boolean)find(predicate: (file: IFile) => boolean)get(path: string): Promise<IFile>merge(other: FileBag)Merge this FileBag with another remappedPaths(): Map<string, string>toArray()Static Methodsfrom(path: string)fromModules(modules: Module[], path: string)