import { Directory } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets a child source file with the specified path or throws if not found.
Gets a child source file by the specified condition or throws if not found.
Parameters
condition: (sourceFile: SourceFile) => boolean
- Condition to check the source file with.