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

Async function support #41

Open
JeroMiya opened this issue Jul 19, 2020 · 1 comment
Open

Async function support #41

JeroMiya opened this issue Jul 19, 2020 · 1 comment
Labels
bug Something isn't working high priority High priority issue causing other unrelated failures.

Comments

@JeroMiya
Copy link
Owner

Async functions currently get garbled in the transpiled output. Also, yield* <exp>; statements need to be translated to async foreach(var enumItem in (<exp>)) { yield return enumItem; }.

@JeroMiya JeroMiya added bug Something isn't working high priority High priority issue causing other unrelated failures. labels Jul 19, 2020
@JeroMiya
Copy link
Owner Author

Partial fix in #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority High priority issue causing other unrelated failures.
Projects
None yet
Development

No branches or pull requests

1 participant