@vue/language-service
Advanced tools
@@ -237,2 +237,5 @@ "use strict"; | ||
| } | ||
| if (htmlCompletion.items[0]?.kind === 12) { | ||
| addDirectiveModifiers(htmlCompletion, htmlCompletion.items[0], document); | ||
| } | ||
| await resolveAutoImportPlaceholder(htmlCompletion, info); | ||
@@ -289,3 +292,2 @@ resolveComponentItemKinds(htmlCompletion); | ||
| case 12: | ||
| addDirectiveModifiers(htmlCompletion, item, document); | ||
| if (typeof item.documentation === 'object' && item.documentation.value.includes('*@deprecated*')) { | ||
@@ -632,2 +634,3 @@ item.tags = [1]; | ||
| }); | ||
| const isBoolean = propMeta2?.type === 'boolean' || propMeta2?.type.startsWith('boolean '); | ||
| if (addPlainAttrs) { | ||
@@ -643,2 +646,3 @@ attributes.push({ | ||
| description: propMeta2 && createDescription(propMeta2), | ||
| valueSet: isBoolean ? 'v' : undefined, | ||
| }); | ||
@@ -650,2 +654,3 @@ } | ||
| description: propMeta2 && createDescription(propMeta2), | ||
| valueSet: isBoolean ? 'v' : undefined, | ||
| }); | ||
@@ -652,0 +657,0 @@ } |
+4
-4
| { | ||
| "name": "@vue/language-service", | ||
| "version": "3.2.1", | ||
| "version": "3.2.2", | ||
| "license": "MIT", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
| "@volar/language-service": "2.4.27", | ||
| "@vue/language-core": "3.2.1", | ||
| "@vue/language-core": "3.2.2", | ||
| "@vue/shared": "^3.5.0", | ||
@@ -41,6 +41,6 @@ "path-browserify": "^1.0.1", | ||
| "@vue/compiler-dom": "^3.5.0", | ||
| "@vue/typescript-plugin": "3.2.1", | ||
| "@vue/typescript-plugin": "3.2.2", | ||
| "vscode-css-languageservice": "^6.3.1" | ||
| }, | ||
| "gitHead": "fad5a89205579e6a0902d7ee5bae3db7b510e2f4" | ||
| "gitHead": "17394f4e80c2267e8b7159468ab40c948ea37d65" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
888471
0.04%10529
0.05%+ Added
- Removed
Updated