(mod)
| 10 | import type ts from 'typescript'; |
| 11 | |
| 12 | export 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 | }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…