1 Repo
Backend services providing semantic intelligence, completion, and refactoring specifically for JavaScript.
Distinct from JavaScript Semantic Completion: The candidates are focused on runtimes or completion alone; this is the identity of the server itself.
Explore 1 awesome GitHub repository matching development tools & productivity · JavaScript Language Servers. Refine with filters or upvote what's useful.
Tern is an editor-independent code analyzer and static analysis engine for JavaScript. It functions as a language server that provides semantic intelligence by parsing source code into abstract syntax trees to infer types and resolve symbols without requiring manual type annotations. The engine distinguishes itself through the use of JSON-based type definitions, which allow it to describe library signatures and external dependencies without needing the original source code. It also features a plugin system that enables the extension of server functionality to support custom loaders or framewo
Implements a backend language server that provides completion, symbol resolution, and refactoring for JavaScript.