Home / Type/ LanguageServer Type — astro Architecture

LanguageServer Type — astro Architecture

Architecture documentation for the LanguageServer type/interface in server.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  69811637_9f28_81c5_2786_8caa880e8c53["LanguageServer"]
  923db4e1_01a0_98ab_9c38_dfe16dd4bada["server.ts"]
  69811637_9f28_81c5_2786_8caa880e8c53 -->|defined in| 923db4e1_01a0_98ab_9c38_dfe16dd4bada
  style 69811637_9f28_81c5_2786_8caa880e8c53 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/language-tools/language-server/test/server.ts lines 13–17

export type LanguageServer = {
	handle: LanguageServerHandle;
	initializeResult: protocol.InitializeResult;
	openFakeDocument: (content: string, languageId: string) => Promise<TextDocument>;
};

Frequently Asked Questions

What is the LanguageServer type?
LanguageServer is a type/interface in the astro codebase, defined in packages/language-tools/language-server/test/server.ts.
Where is LanguageServer defined?
LanguageServer is defined in packages/language-tools/language-server/test/server.ts at line 13.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free