mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ef660d1db2
Whenever we parse object property assignment shorthands in expression ASTs, the AST will have no information about whether the property read for the `LiteralMap` is built based on the shorthand or not. Exposing this information in the AST is useful for migrations as those might need to decompose the shorthand into its longer form to e.g. invoke a signal read. PR Close #56405