@forge/bundler

7.0.2-next.97.0.2-next.3-experimental-0949616
out/typescript.d.ts
~out/typescript.d.tsModified
+1−1
Index: package/out/typescript.d.ts
===================================================================
--- package/out/typescript.d.ts
+++ package/out/typescript.d.ts
@@ -7,9 +7,9 @@
     protected readonly logger: Logger;
     constructor(logger: Logger);
     protected runTypeScript(args: BundlerArgs, outputDir: string): OutputProcess;
     protected isListedFile(line: string): string | null;
-    protected getResult(args: BundlerArgs, outputDir: string, output?: string, additionalOutputs?: Map<string, string>): Promise<BundlerOutput>;
+    protected getResult(args: BundlerArgs, outputDir: string, output?: string): Promise<BundlerOutput>;
     bundle(args: BundlerArgs): Promise<BundlerOutput>;
     watch(args: BundlerWatchArgs, watch: BundlerWatch): Promise<BundlerWatchOutput>;
 }
 export {};