MCPcopy
hub / github.com/angular/angular / factory

Function factory

packages/language-service/plugin-factory.ts:12–18  ·  view source on GitHub ↗
(mod)

Source from the content-addressed store, hash-verified

10import type ts from 'typescript';
11
12export const factory: ts.server.PluginModuleFactory = (mod) => {
13 const {initialize}: {initialize: ts.server.PluginModuleFactory} = require(
14 `@angular/language-service/bundles/language-service.js`,
15 )(mod);
16
17 return initialize(mod);
18};

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…