This works: ``` methods = { init = async with -> ;; async function here } ``` But this does not: ``` methods = { init = async with @-> ;; async function here } ``` Also see #22 for a suggested alternative syntax.
This works:
But this does not:
Also see #22 for a suggested alternative syntax.