angular/packages/compiler-cli/test/compliance/test_cases/source_mapping
Paul Gschwendtner a0be043f81 reactor(compiler-cli): account for babel types change (#45967)
This commit accounts for the Babel types changes. Some properties
can now also be `undefined` so existing checks/assertions had to
be adjusted to also capture `undefined` (along with `null`).

Additionally, in preparation for a new ECMA proposal, Babel types
seem to have been updated to include private names in object property
keys. This is not necessarily the case for object expressions, but
could be for object patterns (in the future -- when implemented).

More details: https://github.com/babel/babel/pull/14304 and
https://github.com/tc39/proposal-destructuring-private.

PR Close #45967
2022-05-20 14:18:10 -07:00
..
external_templates refactor(compiler-cli): increase minimum version of partial declarations (#45782) 2022-04-29 17:19:16 -04:00
inline_templates reactor(compiler-cli): account for babel types change (#45967) 2022-05-20 14:18:10 -07:00