Fork me on GitHub
#pathom
<
2018-12-17
>
wilkerlucio03:12:52

@alex340 you get params from the AST with (-> env :ast :params), there are 2 valid syntax, one with a list around the whole join or around the key, the AST of both are the same, I personally like the list around the key, I find it easier to read, but both should work fine

👍 4
souenzzo17:12:54

@wilkerlucio could have a (p/params ctx) or somethink like. There is one in my pathom-utils 🙂 or maybe it will be in EQL repo

wilkerlucio17:12:18

maybe in pathom since EQL since env is more a fulcro concern than a EQL concern, but really, its 2 key accesses away, not sure if worth having it