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

fix(compiler-core): handle inline comments with undefined bindings #11217

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

jh-leong
Copy link
Member

@jh-leong jh-leong commented Jun 24, 2024

close #11216

  • Update parent type annotations from Node to Node | null in various functions to reflect the correct type as per estree-walker’s implementation. This ensures type accuracy and prevents potential runtime errors.

@yyx990803 yyx990803 merged commit 746352a into vuejs:main Jun 28, 2024
11 checks passed
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.

Broken inline comments within explicit undefined bindings
2 participants