@volar/pug-language-service
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -20,3 +20,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const htmlComplete = documentContext ? yield htmlLs.doComplete2(pugDoc.htmlTextDocument, htmlPos, pugDoc.htmlDocument, documentContext, options) : htmlLs.doComplete(pugDoc.htmlTextDocument, htmlPos, pugDoc.htmlDocument, options); | ||
return (0, transforms_1.transformCompletionList)(htmlComplete, htmlRange => pugDoc.map.toSourceRange(htmlRange)); | ||
return (0, transforms_1.transformCompletionList)(htmlComplete, htmlRange => pugDoc.map.toSourceRange(htmlRange), pugDoc.map.virtualFileDocument); | ||
}); | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@volar/pug-language-service", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"main": "out/index.js", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/language-service": "1.0.20", | ||
"@volar/shared": "1.0.20", | ||
"@volar/source-map": "1.0.20", | ||
"@volar/transforms": "1.0.20", | ||
"@volar/language-service": "1.0.21", | ||
"@volar/shared": "1.0.21", | ||
"@volar/source-map": "1.0.21", | ||
"@volar/transforms": "1.0.21", | ||
"muggle-string": "^0.1.0", | ||
@@ -30,3 +30,3 @@ "pug-lexer": "^5.0.1", | ||
}, | ||
"gitHead": "e00f068e812677791c93efe9cf20995764350ec6" | ||
"gitHead": "72332760759e06eed18e62026185cbad70250367" | ||
} |
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
31532
+ Added@volar/language-core@1.0.21(transitive)
+ Added@volar/language-service@1.0.21(transitive)
+ Added@volar/shared@1.0.21(transitive)
+ Added@volar/source-map@1.0.21(transitive)
+ Added@volar/transforms@1.0.21(transitive)
+ Added@volar/typescript-faster@1.0.21(transitive)
- Removed@volar/language-core@1.0.20(transitive)
- Removed@volar/language-service@1.0.20(transitive)
- Removed@volar/shared@1.0.20(transitive)
- Removed@volar/source-map@1.0.20(transitive)
- Removed@volar/transforms@1.0.20(transitive)
- Removed@volar/typescript-faster@1.0.20(transitive)
Updated@volar/shared@1.0.21
Updated@volar/source-map@1.0.21
Updated@volar/transforms@1.0.21