@vue/language-core
Advanced tools
Comparing version 1.8.21 to 1.8.22
@@ -94,2 +94,3 @@ "use strict"; | ||
};\n`); | ||
codes.push(`type __VLS_Prettify<T> = { [K in keyof T]: T[K]; } & {};\n`); | ||
} | ||
@@ -746,3 +747,3 @@ if (usedHelperTypes.WithTemplateSlots) { | ||
const option = vueCompilerOptions.experimentalResolveStyleCssClasses; | ||
if ((option === 'always' || option === 'scoped') && style.scoped) { | ||
if (option === 'always' || (option === 'scoped' && style.scoped)) { | ||
for (const className of style.classNames) { | ||
@@ -749,0 +750,0 @@ generateCssClassProperty(i, className.text.substring(1), { start: className.offset, end: className.offset + className.text.length }, 'boolean', true, !style.module); |
@@ -134,3 +134,3 @@ "use strict"; | ||
const option = vueCompilerOptions.experimentalResolveStyleCssClasses; | ||
if ((option === 'always' || option === 'scoped') && style.scoped) { | ||
if (option === 'always' || (option === 'scoped' && style.scoped)) { | ||
for (const className of style.classNames) { | ||
@@ -137,0 +137,0 @@ classes.add(className.text.substring(1)); |
{ | ||
"name": "@vue/language-core", | ||
"version": "1.8.21", | ||
"version": "1.8.22", | ||
"main": "out/index.js", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "46ae2ff1c155e51291fd584c0c3a32ed3dace7a5" | ||
"gitHead": "1e8d09af0282c42dd816671ffcd5a2321276e3c3" | ||
} |
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
249925
5415