Skip to content

Commit cbac1dd

Browse files
Skip verifyCompilerOptions when possible on program updates (#60754)
Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent df54a3d commit cbac1dd

File tree

5 files changed

+581
-431
lines changed

5 files changed

+581
-431
lines changed

src/compiler/_namespaces/ts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export * from "../transformer.js";
6161
export * from "../emitter.js";
6262
export * from "../watchUtilities.js";
6363
export * from "../program.js";
64+
export * from "../programDiagnostics.js";
6465
export * from "../builderStatePublic.js";
6566
export * from "../builderState.js";
6667
export * from "../builder.js";

0 commit comments

Comments
 (0)