New:Socket for Asana Is Now Available.Learn more
Get Started

@astrojs/language-server

Package Overview
Dependencies
Maintainers
2
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/language-server - npm Package Compare versions

Comparing version
2.16.8
to
2.16.9
+1
-1
dist/core/astro2tsx.d.ts

@@ -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>[];
{
"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",