Skip to content

Commit

Permalink
api-report
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 14, 2023
1 parent 44cf95f commit 5e37aea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .api-reports/api-report-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ export interface FragmentRegistryAPI {
// (undocumented)
register(...fragments: DocumentNode[]): this;
// (undocumented)
resetCaches(): void;
// (undocumented)
transform<D extends DocumentNode>(document: D): D;
}

Expand Down
2 changes: 2 additions & 0 deletions .api-reports/api-report-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,8 @@ interface FragmentRegistryAPI {
// (undocumented)
register(...fragments: DocumentNode[]): this;
// (undocumented)
resetCaches(): void;
// (undocumented)
transform<D extends DocumentNode>(document: D): D;
}

Expand Down
2 changes: 2 additions & 0 deletions .api-reports/api-report-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,8 @@ interface FragmentRegistryAPI {
// (undocumented)
register(...fragments: DocumentNode[]): this;
// (undocumented)
resetCaches(): void;
// (undocumented)
transform<D extends DocumentNode>(document: D): D;
}

Expand Down
2 changes: 2 additions & 0 deletions .api-reports/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,8 @@ interface FragmentRegistryAPI {
// (undocumented)
register(...fragments: DocumentNode[]): this;
// (undocumented)
resetCaches(): void;
// (undocumented)
transform<D extends DocumentNode>(document: D): D;
}

Expand Down

0 comments on commit 5e37aea

Please sign in to comment.