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): check the validity of the member expression #3915

Closed
wants to merge 1 commit into from
Closed

fix(compiler-core): check the validity of the member expression #3915

wants to merge 1 commit into from

Conversation

HcySunYang
Copy link
Member

Fix: #3910

@HcySunYang HcySunYang added the ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. label Jun 9, 2021
@yyx990803
Copy link
Member

As pointed out in #3910 (comment), regex seems to be insufficient here.

I implemented a simple lexer in bc100c5

@yyx990803 yyx990803 closed this Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v-model value must be a valid JavaScript member expression
2 participants