mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e50fd9ee87
Our logic for generating code from an AST uses recursion which limits the number of expressions we can nest before we reach the call stack limit. These changes add a limit in order to avoid errors in some cases where the chains become extremely long. Fixes #45564. PR Close #45574