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

Infinite loop for certain function definitions #45

Closed
sordina opened this issue Oct 11, 2023 · 1 comment · Fixed by #48 or #70
Closed

Infinite loop for certain function definitions #45

sordina opened this issue Oct 11, 2023 · 1 comment · Fixed by #48 or #70
Assignees

Comments

@sordina
Copy link
Contributor

sordina commented Oct 11, 2023

Example:

export async function bar() {
  const contents = await fetch('https://www.google.com')
  return contents
}
image

as seen here: https://www.loom.com/share/0e8073d3b4f542a2a7b3da1a97e1ce89

@sordina sordina self-assigned this Oct 11, 2023
@sordina sordina added this to the October Alpha Release milestone Oct 11, 2023
@sordina
Copy link
Contributor Author

sordina commented Oct 11, 2023

Root cause: Was missing void analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant