MCPcopy
hub / github.com/angular/angular / initialize

Function initialize

packages/language-service/src/ts_plugin.ts:435–440  ·  view source on GitHub ↗
(mod: {typescript: typeof ts})

Source from the content-addressed store, hash-verified

433
434/** Implementation of a ts.server.PluginModuleFactory */
435export function initialize(mod: {typescript: typeof ts}): ts.server.PluginModule {
436 return {
437 create,
438 getExternalFiles: getExternalFiles.bind(undefined, mod.typescript),
439 };
440}

Callers 3

ts_plugin_spec.tsFile · 0.90
factoryFunction · 0.50

Calls 1

bindMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…