macOS
brew install typescript-language-serverlocal Homebrew formula metadata
sudo port install typescript-language-serverMacPorts ports tree · devel/typescript-language-server/Portfile · 来源: api.github.com
安装
brew install typescript-language-serverlocal Homebrew formula metadata
sudo port install typescript-language-serverMacPorts ports tree · devel/typescript-language-server/Portfile · 来源: api.github.com
nix profile install nixpkgs#typescript-language-servernixpkgs package indexes · pkgs/by-name/ty/typescript-language-server/package.nix · 来源: api.github.com
sudo pacman -S typescript-language-serverArch Linux sync databases · typescript-language-server · 来源: geo.mirror.pkgbuild.com
概览
Language Server Protocol implementation for TypeScript wrapping tsserver
历史
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.
安全态势
没有找到 typescript-language-server 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
typescript-language-server | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/typescript-language-server/typescript-language-server
安装元数据
| 软件包键 | brew:typescript-language-server |
|---|---|
| 版本 | 5.3.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/typescript-language-server |
| 主页 | https://github.com/typescript-language-server/typescript-language-server |
| 仓库 | https://github.com/typescript-language-server/typescript-language-server |
| 上游文档 | https://github.com/typescript-language-server/typescript-language-server#readme |
| 许可证 | MIT AND Apache-2.0 |
| 源码归档 | https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-5.3.0.tgz |
| 最后更新 | 2026-06-22T14:06:31-07:00 |
| Pulse | updated |
| 依赖 | node, typescript |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-server来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.