v0.11.1
Added
piped()selector predicate — matches only when the selected node is a pipe expression (|>). Since ExAST normalizes pipes during matching, there was previously no way to distinguish piped from direct call forms. Usewhere(piped())to match only piped calls, orwhere(not piped())for direct calls only.