c59c390cdc
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. |
||
---|---|---|
.. | ||
async_pipe.ts | ||
case_conversion_pipes.ts | ||
date_pipe.ts | ||
i18n_plural_pipe.ts | ||
i18n_select_pipe.ts | ||
index.ts | ||
intl.ts | ||
invalid_pipe_argument_error.ts | ||
json_pipe.ts | ||
number_pipe.ts | ||
slice_pipe.ts |