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
Everything seems to work just fine modifying modules that use await elsewhere as long as I don't touch await itself, if there's going to be significant complexity in adding a whole new proxied node for await, would it be easier just to make it part of the parts that handle function call expressions, like a flag parameter to prefix it?
I'm happy to help with it, though I'm new to doing AST stuff for the most part.
Additional information
Would you be willing to help implement this feature?