angular/packages/core/src/metadata
Alex Rickabaugh c59c390cdc fix: argument destructuring sometimes breaks strictNullChecks
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.
2017-06-20 12:56:08 -07:00
..
di.ts fix: argument destructuring sometimes breaks strictNullChecks 2017-06-20 12:56:08 -07:00
directives.ts fix(core): make decorators closure safe (#16905) 2017-05-23 11:52:40 -06:00
lifecycle_hooks.ts refactor(compiler): don’t rely on global reflector (#16832) 2017-05-23 10:41:23 -06:00
ng_module.ts fix(core): make decorators closure safe (#16905) 2017-05-23 11:52:40 -06:00
view.ts fix: argument destructuring sometimes breaks strictNullChecks 2017-06-20 12:56:08 -07:00