@astrojs/language-server
Advanced tools
@@ -47,3 +47,3 @@ import type { ConvertToTSXOptions, TSXExtractedScript, TSXExtractedStyle, TSXResult } from '@astrojs/compiler/types'; | ||
| virtualCode: VirtualCode; | ||
| diagnostics: import("@astrojs/compiler").DiagnosticMessage[] | { | ||
| diagnostics: import("@astrojs/compiler/types").DiagnosticMessage[] | { | ||
| code: 1000; | ||
@@ -50,0 +50,0 @@ location: { |
| import { type Connection, type InitializeParams, type LanguagePlugin } from '@volar/language-server/node'; | ||
| import { URI } from 'vscode-uri'; | ||
| import { type CollectionConfig } from './core/frontmatterHolders.js'; | ||
| export declare function getLanguagePlugins(collectionConfig: CollectionConfig): LanguagePlugin<URI, import("@volar/language-server/node").VirtualCode>[]; | ||
| export declare function getLanguageServicePlugins(connection: Connection, ts: typeof import('typescript'), collectionConfig: CollectionConfig, initializeParams?: InitializeParams): import("@volar/language-server/node").LanguageServicePlugin<any>[]; | ||
| export declare function getLanguagePlugins(collectionConfig: CollectionConfig): LanguagePlugin<URI, import("@volar/language-core").VirtualCode>[]; | ||
| export declare function getLanguageServicePlugins(connection: Connection, ts: typeof import('typescript'), collectionConfig: CollectionConfig, initializeParams?: InitializeParams): import("@volar/language-service").LanguageServicePlugin<any>[]; |
+3
-3
| { | ||
| "name": "@astrojs/language-server", | ||
| "version": "2.16.8", | ||
| "version": "2.16.9", | ||
| "author": "withastro", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
| "@astrojs/compiler": "^2.13.1", | ||
| "@astrojs/yaml2ts": "^0.2.3", | ||
| "@astrojs/yaml2ts": "^0.2.4", | ||
| "@jridgewell/sourcemap-codec": "^1.5.5", | ||
@@ -48,3 +48,3 @@ "@volar/kit": "~2.4.28", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^6.0.3", | ||
| "vscode-languageserver-protocol": "^3.17.5", | ||
@@ -51,0 +51,0 @@ "vscode-languageserver-textdocument": "^1.0.12", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
208168
0Updated