Skip to content

v0.11.1

Choose a tag to compare

@dannote dannote released this 11 May 09:05
· 7 commits to master since this release

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. Use where(piped()) to match only piped calls, or where(not piped()) for direct calls only.