Skip to content

Commit

Permalink
Skip verifyCompilerOptions when possible on program updates (#60754)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rosenwasser <[email protected]>
  • Loading branch information
andrewbranch and DanielRosenwasser authored Jan 10, 2025
1 parent df54a3d commit cbac1dd
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 431 deletions.
1 change: 1 addition & 0 deletions src/compiler/_namespaces/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export * from "../transformer.js";
export * from "../emitter.js";
export * from "../watchUtilities.js";
export * from "../program.js";
export * from "../programDiagnostics.js";
export * from "../builderStatePublic.js";
export * from "../builderState.js";
export * from "../builder.js";
Expand Down
Loading

0 comments on commit cbac1dd

Please sign in to comment.