Skip to content

Commit 40e6c25

Browse files
okj579sgulseth
authored andcommitted
fix: pipe functions in projections
1 parent 758d8e9 commit 40e6c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ function extractPropertyKey(node: ExprNode): string {
833833
}
834834

835835
if (
836+
node.type === 'PipeFuncCall' ||
836837
node.type === 'Deref' ||
837838
node.type === 'Map' ||
838839
node.type === 'Projection' ||

0 commit comments

Comments
 (0)