Skip to content

Commit

Permalink
fix: pipe functions in projections
Browse files Browse the repository at this point in the history
  • Loading branch information
okj579 authored and sgulseth committed Nov 28, 2024
1 parent 758d8e9 commit 40e6c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ function extractPropertyKey(node: ExprNode): string {
}

if (
node.type === 'PipeFuncCall' ||
node.type === 'Deref' ||
node.type === 'Map' ||
node.type === 'Projection' ||
Expand Down

0 comments on commit 40e6c25

Please sign in to comment.