@volar/language-core
Advanced tools
+3
-1
@@ -77,3 +77,5 @@ "use strict"; | ||
| function isHighlightEnabled(info) { | ||
| return !!info.navigation; | ||
| return typeof info.navigation === 'object' | ||
| ? info.navigation.shouldHighlight?.() ?? true | ||
| : !!info.navigation; | ||
| } | ||
@@ -80,0 +82,0 @@ function isSymbolsEnabled(info) { |
+1
-0
@@ -95,2 +95,3 @@ import type { Mapping } from '@volar/source-map'; | ||
| navigation?: boolean | { | ||
| shouldHighlight?(): boolean; | ||
| shouldRename?(): boolean; | ||
@@ -97,0 +98,0 @@ resolveRenameNewName?(newName: string): string; |
+3
-3
| { | ||
| "name": "@volar/language-core", | ||
| "version": "2.4.20", | ||
| "version": "2.4.21", | ||
| "license": "MIT", | ||
@@ -15,5 +15,5 @@ "files": [ | ||
| "dependencies": { | ||
| "@volar/source-map": "2.4.20" | ||
| "@volar/source-map": "2.4.21" | ||
| }, | ||
| "gitHead": "a95effedf7b74d3fa8f5d5e168b6d597e3aaca62" | ||
| "gitHead": "ddb336ac5074cf17afe7929d5bb2258f451e67ff" | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
32004
0.43%688
0.44%+ Added
- Removed
Updated