mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
40c53577b8
Adds an `UnknownBlock` node to the Ivy AST to represent blocks that haven't been recognized by the compiler. This will make it easier to integrate blocks into the language service. PR Close #52047