Skip to content

Commit

Permalink
Extract reusable diagnostic state to separate object
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 18, 2024
1 parent 88149ba commit 233f344
Show file tree
Hide file tree
Showing 5 changed files with 568 additions and 445 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 233f344

Please sign in to comment.