public async loadSourceFile(path: string | URL): Promise<string> { return await this.loadFile({ path, type: "source file" }); }