Skip to content

Commit 32230e6

Browse files
crisbetopkozlowski-opensource
authored andcommitted
build: add missing import (#61838)
Fixes the `20.0.x` branch, which was broken due to a missing import. PR Close #61838
1 parent 13a0fc6 commit 32230e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compiler/src/render3/view/t2_binder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
ImplicitReceiver,
1313
PropertyRead,
1414
PropertyWrite,
15+
RecursiveAstVisitor,
1516
SafePropertyRead,
1617
ThisReceiver,
1718
} from '../../expression_parser/ast';

0 commit comments

Comments
 (0)