Gluon node package · 1.10.0
@gluonjs/language-server
Gluon template language service, LSP server, and CI checker.
Runtimenode
Version1.10.0
LicenseMIT
Public entry points1
Install and start
Install the public package at the same version as the rest of the Gluon train:
npm install @gluonjs/language-servergluon-language-server
# or
gluon-project-analyze .Purpose
Gluon template language service, LSP server, and CI checker.
Use cases
- Static analysis for imported templates and alias-aware tagged templates.
- Language server, project analyzer, and CI template checks.
- Diagnostics without evaluating application code.
Public entry points
Only these package exports are part of the supported public boundary.
Dependencies and peers
Installed dependencies
- @gluonjs/compiler · runtime dependency
- typescript · runtime dependency
Peer dependencies
- None
API reference
Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.
Scope and limits
- Does not execute project code or modify source files.
- Reports evidence records rather than browser behavior.
Related guides
Verified integration notes
- Depends on `@gluonjs/compiler`.
- Exports `.` and ships `gluon-language-server`, `gluon-project-analyze`, and `gluon-template-check` binaries.