JS: Add AngularPipeRef

This commit is contained in:
Asger Feldthaus
2020-12-09 13:01:36 +00:00
parent 928a382ad5
commit 16a2a60b9a
9 changed files with 79 additions and 3 deletions

View File

@@ -354,6 +354,7 @@ case @expr.kind of
| 116 = @assignlogandexpr
| 117 = @assignlogorexpr
| 118 = @assignnullishcoalescingexpr
| 119 = @angular_pipe_ref
;
@varaccess = @proper_varaccess | @export_varaccess;