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
fix(@angular-devkit/build-angular): add whatwg-url to downlevel exclusion list
Similar to #21739, `whatwg-url` seems to suffer from the same issue as #21735
```ts
const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype);
```
(cherry picked from commit 1842bd5)
0 commit comments