Skip to content

Commit

Permalink
fix(template-parser): add BindingPipe exp to VisitorKeys (#337) (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
detljh committed Mar 8, 2021
1 parent 4c9b068 commit 75c406f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/template-parser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const KEYS: VisitorKeys = {
Program: ['templateNodes'],
PropertyRead: ['receiver'],
Template: ['templateAttrs', 'children', 'inputs'],
BindingPipe: ['exp'],
};

function fallbackKeysFilter(this: Node, key: string) {
Expand Down

0 comments on commit 75c406f

Please sign in to comment.