Files
Andrew Scott 89095946cf fix(language-service): address potential memory leak during project creation
This addresses a potential memory leak in plugin-factory.ts.
The require call inside the create function reloads the entire language
service module for every new project, which is inefficient and could be a cause of the memory leak during branch
switching. This ensures the module is loaded only once and the same
instance is shared across all projects.

(cherry picked from commit 4405725943)
2025-11-07 11:57:25 -08:00
..
2025-11-06 10:07:13 -08:00

@angular/language-server

This package contains the Language Server Protocol (LSP) implementation of the Angular Language Service.

Usage

See node index.js --help