Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3bd9b86

Browse files
tsjs-language-engcopybara-github
tsjs-language-eng
authored andcommitted
Add some support code so that we can translate path imports of JSPBs with less global type information needed.
PiperOrigin-RevId: 484246710
1 parent 5dd76b4 commit 3bd9b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsickle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export interface TsickleHost extends googmodule.GoogModuleProcessorHost,
8080
generateExtraSuppressions: boolean;
8181
}
8282

83+
8384
export function mergeEmitResults(emitResults: EmitResult[]): EmitResult {
8485
const diagnostics: ts.Diagnostic[] = [];
8586
let emitSkipped = true;

0 commit comments

Comments
 (0)