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

improve tuple literal code analysis #2079

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

Techatrix
Copy link
Member

  • resolve destructured variable declarations according to the initialization expression
  • semantic tokens will highlight destructured variable declarations
  • don't treat tuple literals as array literals (see incorrect type hint #2065)

- resolve destructured variable declarations according to the initialization expression
- semantic tokens will highlight destructured variable declarations
- don't treat tuple literals as array literals (see #2065)
@Techatrix Techatrix force-pushed the techatrix/tuple-destructuring branch from bab0e13 to 6f29713 Compare November 7, 2024 18:27
@Techatrix Techatrix merged commit 76e59de into master Nov 12, 2024
6 checks passed
@Techatrix Techatrix deleted the techatrix/tuple-destructuring branch November 12, 2024 20:18
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

Successfully merging this pull request may close these issues.

1 participant