mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Destructuring of the form:
function foo({a, b}: {a?, b?} = {})
breaks strictNullChecks, due to the TypeScript bug https://github.com/microsoft/typescript/issues/10078.
This change eliminates usage of destructuring in function argument lists in cases where it would leak
into the public API .d.ts.
|
||
|---|---|---|
| .. | ||
| directives | ||
| location | ||
| pipes | ||
| common.ts | ||
| common_module.ts | ||
| localization.ts | ||
| platform_id.ts | ||
| version.ts | ||