You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yawnt there is no way to currently splice in before or after functions currently as there is no general this.passes. We have passes for either web or ws which needs to be specified in some manner.
What do you think is the cleanest way to do so? We could pass a type parameter to the before and after functions as the first argument but that seems suboptimal.
Thoughts?
The text was updated successfully, but these errors were encountered:
@yawnt there is no way to currently splice in before or after functions currently as there is no general
this.passes
. We have passes for either web or ws which needs to be specified in some manner.What do you think is the cleanest way to do so? We could pass a
type
parameter to thebefore
andafter
functions as the first argument but that seems suboptimal.Thoughts?
The text was updated successfully, but these errors were encountered: