Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add await expressions or modify the functionCall builder to be able to be set to await'ed #114

Open
1 task done
josh-hemphill opened this issue Apr 27, 2024 · 1 comment
Labels
enhancement New feature or request pr welcome

Comments

@josh-hemphill
Copy link

Describe the feature

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?
@antfu
Copy link
Member

antfu commented Apr 29, 2024

PR welcome!

@antfu antfu added enhancement New feature or request pr welcome labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pr welcome
Projects
None yet
Development

No branches or pull requests

2 participants