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

for-of/in loop without space detected as meta.var.expr instead of keyword #1025

Open
j4k0xb opened this issue Mar 31, 2024 · 0 comments
Open

Comments

@j4k0xb
Copy link

j4k0xb commented Mar 31, 2024

JavaScript and TypeScript Nightly version: v5.5.20240327

Code

for (let x of[1]) {}
for (let x of(y)) {}
for (let x in[1]) {}

image

expected:
image

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

No branches or pull requests

1 participant