@volar/language-service
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -17,3 +17,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
return (uri, position) => { | ||
return (0, featureWorkers_1.languageFeatureWorker)(context, uri, position, (position, sourceMap) => sourceMap.toGeneratedPositions(position, data => !!data.references), (plugin, document, position, sourceMap, vueDocument) => __awaiter(this, void 0, void 0, function* () { | ||
return (0, featureWorkers_1.languageFeatureWorker)(context, uri, position, (position, sourceMap) => sourceMap.toGeneratedPositions(position, | ||
// note https://github.com/johnsoncodehk/volar/issues/2009 | ||
data => typeof data.rename === 'object' ? !!data.rename.normalize : !!data.rename), (plugin, document, position, sourceMap, vueDocument) => __awaiter(this, void 0, void 0, function* () { | ||
const recursiveChecker = dedupe.createLocationSet(); | ||
@@ -20,0 +22,0 @@ const result = []; |
{ | ||
"name": "@volar/language-service", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "out/index.js", | ||
@@ -16,7 +16,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/language-core": "1.0.7", | ||
"@volar/shared": "1.0.7", | ||
"@volar/source-map": "1.0.7", | ||
"@volar/transforms": "1.0.7", | ||
"@volar/typescript-faster": "1.0.7", | ||
"@volar/language-core": "1.0.8", | ||
"@volar/shared": "1.0.8", | ||
"@volar/source-map": "1.0.8", | ||
"@volar/transforms": "1.0.8", | ||
"@volar/typescript-faster": "1.0.8", | ||
"@vue/reactivity": "^3.2.40", | ||
@@ -29,3 +29,3 @@ "vscode-html-languageservice": "^5.0.2", | ||
}, | ||
"gitHead": "96cc1acd9c16ad9cb46638a54f088199f7dddfad" | ||
"gitHead": "10d1a6a8b4011adee0a7c309da25caae7fb4fea9" | ||
} |
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
187091
3387
+ Added@volar/language-core@1.0.8(transitive)
+ Added@volar/shared@1.0.8(transitive)
+ Added@volar/source-map@1.0.8(transitive)
+ Added@volar/transforms@1.0.8(transitive)
+ Added@volar/typescript-faster@1.0.8(transitive)
- Removed@volar/language-core@1.0.7(transitive)
- Removed@volar/shared@1.0.7(transitive)
- Removed@volar/source-map@1.0.7(transitive)
- Removed@volar/transforms@1.0.7(transitive)
- Removed@volar/typescript-faster@1.0.7(transitive)
Updated@volar/language-core@1.0.8
Updated@volar/shared@1.0.8
Updated@volar/source-map@1.0.8
Updated@volar/transforms@1.0.8