vscode-vue-languageservice
Advanced tools
Comparing version 0.27.6 to 0.27.7
@@ -156,2 +156,3 @@ "use strict"; | ||
}; | ||
// TODO: not working for vue-tsc --project flag | ||
const tsconfigFile = upath.join(vueHost.getCurrentDirectory(), 'tsconfig.json'); | ||
@@ -305,3 +306,3 @@ const jsconfigFile = upath.join(vueHost.getCurrentDirectory(), 'jsconfig.json'); | ||
const handler = { | ||
async apply(target, thisArg, argumentsList) { | ||
apply(target, thisArg, argumentsList) { | ||
const _shouldUpdateTemplateScript = typeof shouldUpdateTemplateScript === 'boolean' ? shouldUpdateTemplateScript : shouldUpdateTemplateScript.apply(null, argumentsList); | ||
@@ -308,0 +309,0 @@ update(_shouldUpdateTemplateScript); |
{ | ||
"name": "vscode-vue-languageservice", | ||
"version": "0.27.6", | ||
"version": "0.27.7", | ||
"main": "out/index.js", | ||
@@ -19,7 +19,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/code-gen": "^0.27.6", | ||
"@volar/html2pug": "^0.27.6", | ||
"@volar/shared": "^0.27.6", | ||
"@volar/source-map": "^0.27.6", | ||
"@volar/transforms": "^0.27.6", | ||
"@volar/code-gen": "^0.27.7", | ||
"@volar/html2pug": "^0.27.7", | ||
"@volar/shared": "^0.27.7", | ||
"@volar/source-map": "^0.27.7", | ||
"@volar/transforms": "^0.27.7", | ||
"@vscode/emmet-helper": "^2.7.0", | ||
@@ -37,6 +37,6 @@ "@vue/compiler-dom": "^3.2.4", | ||
"vscode-languageserver-textdocument": "^1.0.1", | ||
"vscode-pug-languageservice": "^0.27.6", | ||
"vscode-typescript-languageservice": "^0.27.6" | ||
"vscode-pug-languageservice": "^0.27.7", | ||
"vscode-typescript-languageservice": "^0.27.7" | ||
}, | ||
"gitHead": "f67034fead23f07a4bc3d6bfbc53b006ae1e9a40" | ||
"gitHead": "fca953c9e96b425d4537b3df675c87041418a59a" | ||
} |
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
662154
13666
Updated@volar/code-gen@^0.27.7
Updated@volar/html2pug@^0.27.7
Updated@volar/shared@^0.27.7
Updated@volar/source-map@^0.27.7
Updated@volar/transforms@^0.27.7