mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
92ebfd1ca7
Fixes that using braces in the block parameters would result in incorrect tokens being produced. Currently we don't have any blocks that allow object literal parameters, but it may come up in the future. PR Close #51143