-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Supports for Vue.js 2.6 "Macross" #39
Comments
Hmm. It needs a breaking change about the tokens of |
This commit contains a breaking change about the tokens of VDirectiveKey nodes.
And we need to support I'm worried how we express it in AST. 🤔 |
It's strange if a property can be either an AST node or other primitive value. It should not mix AST nodes and primitive values which are except null. Therefore, this commit changes the member of VDirectiveKey node to AST nodes from the mix of string and AST node.
Added in 0f24127...3c356d9 |
There are two new syntaxes. This parser should support those.
v-scope
directive: RFC0001 RFC0002The text was updated successfully, but these errors were encountered: