Skip to content

Commit

Permalink
api-extractor 2
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 2, 2023
1 parent 06b5a31 commit 5f63e85
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions .api-reports/api-report-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -1666,8 +1666,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<ObservableSubscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -1485,8 +1485,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-react_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription_2>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-react_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-react_hoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-react_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1413,8 +1413,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-react_ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -1186,8 +1186,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-testing_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -1218,8 +1218,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<Subscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -1929,8 +1929,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<ObservableSubscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down
2 changes: 1 addition & 1 deletion .api-reports/api-report-utilities_globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type WrappedInvariant = {

// Warnings were encountered during analysis:
//
// src/utilities/globals/invariantWrappers.ts:62:3 - (ae-forgotten-export) The symbol "LogFunction" needs to be exported by the entry point index.d.ts
// src/utilities/globals/invariantWrappers.ts:58:3 - (ae-forgotten-export) The symbol "LogFunction" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)

Expand Down
2 changes: 0 additions & 2 deletions .api-reports/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2039,8 +2039,6 @@ class QueryInfo {
// (undocumented)
stopped: boolean;
// (undocumented)
subscriptions: Set<ObservableSubscription>;
// (undocumented)
variables?: Record<string, any>;
}

Expand Down

0 comments on commit 5f63e85

Please sign in to comment.