-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
VDirectiveKey: parsing arguments changes argument into lowercase letters. #12
Comments
Thank you for this report. In except the defined properties of custom components, {
"type": "VDirectiveKey",
"range": [
21,
34
],
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
}
},
"name": "bind",
"argument": "foobar",
"modifiers": [],
"raw": {
"name": "bind",
"argument": "FooBar",
"modifiers": [],
},
"shorthand": false
} |
@mysticatea thank you, its going to be easier to get it from raw than accessing source code & parsing it by my own. |
I added some properties (v2.0.0-beta.2...master#diff-60a3c5d4caa5a12bdd8e920349affeb7). Please use
|
@mysticatea thank you |
In all
VDirectiveKey
argument
is lowercased.required for: vuejs/eslint-plugin-vue#95
Tested on version: 2.0.0-beta.2
Input
Output
The text was updated successfully, but these errors were encountered: