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