You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): remove deprecated aotSummaries fields in TestBed config (#45487)
BREAKING CHANGE:
Since Ivy, TestBed doesn't use AOT summaries. The `aotSummaries` fields in TestBed APIs were present, but unused. The fields were deprecated in previous major version and in v14 those fields are removed. The `aotSummaries` fields were completely unused, so you can just drop them from the TestBed APIs usage.
PR Close#45487
@@ -148,8 +146,6 @@ In the [API reference section](api) of this site, deprecated APIs are indicated
148
146
|:--- |:--- |:--- |:--- |
149
147
|[`TestBed.get`](api/core/testing/TestBed#get)|[`TestBed.inject`](api/core/testing/TestBed#inject)| v9 | Same behavior, but type safe. |
150
148
|[`async`](api/core/testing/async)|[`waitForAsync`](api/core/testing/waitForAsync)| v10 | Same behavior, but rename to avoid confusion. |
151
-
|[`aotSummaries` argument in `TestBed.initTestEnvironment`](api/core/testing/TestBed#inittestenvironment)| No replacement needed | v13 | Summary files are unused in Ivy. |
152
-
|[`aotSummaries` field of the `TestModuleMetadata` type](api/core/testing/TestModuleMetadata)| No replacement needed | v13 | Summary files are unused in Ivy. |
0 commit comments