Fork me on GitHub
#pathom
<
2021-02-04
>
tony.kay20:02:33

How to I get to the reader “input”s in a Pathom 2 wrap read plugin? All I see is env, and I’m not sure where the inputs would be

tony.kay20:02:28

do I have to do my own “select-keys” on the entity atom for the reader?

wilkerlucio21:02:53

@tony.kay you can't on wrap-read, but you can on ::pc/wrap-resolve

tony.kay21:02:16

wrap-resolve!

tony.kay21:02:20

wrong wrapper!

wilkerlucio21:02:44

yup, the wrap-read will wrap the call to the reader chain

tony.kay21:02:27

wow, went too low-level and totally got stuck…so easy