()
| 2518 | }); |
| 2519 | |
| 2520 | const getActivePluginDir = () => { |
| 2521 | const cp = getConfigPath(); |
| 2522 | return cp ? path.join(path.dirname(cp), 'plugin') : null; |
| 2523 | }; |
| 2524 | |
| 2525 | const aggregatePlugins = () => { |
| 2526 | const pluginMap = new Map(); |
no test coverage detected