macOS
brew install typescript-language-serverlocal Homebrew formula metadata
sudo port install typescript-language-serverMacPorts ports tree · devel/typescript-language-server/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de typescript-language-server pour les workflows d'agents IA.
installation
brew install typescript-language-serverlocal Homebrew formula metadata
sudo port install typescript-language-serverMacPorts ports tree · devel/typescript-language-server/Portfile · Source: api.github.com
nix profile install nixpkgs#typescript-language-servernixpkgs package indexes · pkgs/by-name/ty/typescript-language-server/package.nix · Source: api.github.com
sudo pacman -S typescript-language-serverArch Linux sync databases · typescript-language-server · Source: geo.mirror.pkgbuild.com
aperçu
Language Server Protocol implementation for TypeScript wrapping tsserver
historique
TypeScript Language Server is a community-maintained Language Server Protocol wrapper around TypeScript's `tsserver` and VS Code's TypeScript language-feature code. It exists so editors outside VS Code can use standardized LSP plumbing for TypeScript and JavaScript intelligence.
The official README explains the gap that produced the project: TypeScript ships `tsserver`, but VS Code's bundled TypeScript language features do not communicate with editors through LSP. TypeScript Language Server provides a thin LSP interface on top of that code path for other editors.
The project was originally based on concepts from prabirshrestha/typescript-language-server, was maintained by TypeFox, and is now maintained by community contributors. The README explicitly notes that it is not directly associated with Microsoft and is not used by VS Code.
Recent README material also points at Microsoft's native Go TypeScript work, saying TypeScript 7 is expected to include an LSP implementation and may eventually supersede this project.
Adoption tracks the spread of LSP-capable editors such as Neovim, Emacs, Sublime Text, Helix, and other editor clients that want TypeScript completion, diagnostics, organize-imports, code actions, inlay hints, and refactors without reimplementing `tsserver` integration.
Package-manager adoption reflects that editor tooling niche: users install both `typescript-language-server` and `typescript`, then launch the server over stdio from their editor's LSP client.
The basic package workflow is `npm install -g typescript-language-server typescript` or installation through a system package manager, followed by running `typescript-language-server --stdio` from an editor LSP client. The server exposes TypeScript-backed code actions, workspace commands, code lenses, inlay hints, formatting configuration requests, and tsserver passthrough commands.
This package is a classic package-nerd bridge: it takes a vendor-specific language service and makes it consumable through the editor-neutral LSP ecosystem. It matters most to people maintaining editor setups, language-server bundles, and reproducible dev environments outside VS Code.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour typescript-language-server. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
typescript-language-server | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/typescript-language-server/typescript-language-server
métadonnées d'installation
| Clé du paquet | brew:typescript-language-server |
|---|---|
| Version | 5.3.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/typescript-language-server |
| Page d'accueil | https://github.com/typescript-language-server/typescript-language-server |
| Dépôt | https://github.com/typescript-language-server/typescript-language-server |
| Docs amont | https://github.com/typescript-language-server/typescript-language-server#readme |
| Licence | MIT AND Apache-2.0 |
| Archive source | https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-5.3.0.tgz |
| Dernière mise à jour | 2026-06-22T14:06:31-07:00 |
| Pulse | updated |
| Dépendances | node, typescript |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | typescript-language-server |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
typescript-language-server
nix profile install nixpkgs#typescript-language-servertypescript-language-server 5.1.3-1
Language Server Protocol (LSP) implementation for TypeScript using tsserver
https://github.com/typescript-language-server/typescript-language-server
sudo pacman -S typescript-language-servertypescript-language-server
sudo port install typescript-language-serverpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.