vue-eslint-parser
Advanced tools
Comparing version 7.8.0 to 7.9.0
@@ -555,4 +555,10 @@ // Generated by dts-bundle v0.7.3 | ||
parent: null; | ||
children: (VElement | VText | VExpressionContainer)[]; | ||
children: (VElement | VText | VExpressionContainer | VStyleElement)[]; | ||
} | ||
export interface VStyleElement extends VElement { | ||
type: "VElement"; | ||
name: "style"; | ||
style: true; | ||
children: (VText | VExpressionContainer)[]; | ||
} | ||
} | ||
@@ -559,0 +565,0 @@ |
{ | ||
"name": "vue-eslint-parser", | ||
"version": "7.8.0", | ||
"version": "7.9.0", | ||
"description": "The ESLint custom parser for `.vue` files.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -127,2 +127,3 @@ # vue-eslint-parser | ||
"interpolationAsNonHTML": false, | ||
"styleCSSVariableInjection": true, | ||
} | ||
@@ -193,2 +194,8 @@ } | ||
### parserOptions.vueFeatures.styleCSSVariableInjection | ||
If set to `true`, to parse expressions in `v-bind` CSS functions inside `<style>` tags. `v-bind()` is parsed into the `VExpressionContainer` AST node and held in the `VElement` of `<style>`. Default is `true`. | ||
See also to [here](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0043-sfc-style-variables.md). | ||
## ๐ Usage for custom rules / plugins | ||
@@ -195,0 +202,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
964171
6027
280