@volar/vue-language-core
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -55,3 +55,3 @@ "use strict"; | ||
const generateFunctionType = !!sfc.scriptSetup?.generic; | ||
if (vueCompilerOptions.jsxTemplates) { | ||
if (vueCompilerOptions.jsxTemplates && vueCompilerOptions.target >= 3.3) { | ||
codeGen.push(`/** @jsxImportSource vue */\n`); | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@volar/vue-language-core", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"main": "out/index.js", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2afb3d75b184da5fb3d3e918e307aff5bc00f25b" | ||
"gitHead": "b2bb45f91fa262128b75ba92a2c64f5aedb5d875" | ||
} |
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
223589