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

Seq Inline should respect unresolved idents. #6049

Closed
Austaras opened this issue Oct 5, 2022 · 1 comment · Fixed by #6050
Closed

Seq Inline should respect unresolved idents. #6049

Austaras opened this issue Oct 5, 2022 · 1 comment · Fixed by #6050
Assignees
Labels
Milestone

Comments

@Austaras
Copy link
Member

Austaras commented Oct 5, 2022

Describe the bug

See code

Input code

var a = z()

g(a)

Config

No response

Playground link

No response

Expected behavior

Identical output.

Actual behavior

g(z())

which may violate evaluation order

Version

latest

Additional context

No response

@swc-bot
Copy link
Collaborator

swc-bot commented Nov 5, 2022

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@swc-project swc-project locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

3 participants