(source: string, next: Info, kind?: ConfigPlugin.Scope)
| 348 | }) |
| 349 | |
| 350 | const merge = (source: string, next: Info, kind?: ConfigPlugin.Scope) => { |
| 351 | result = mergeConfigConcatArrays(result, next) |
| 352 | return mergePluginOrigins(source, next.plugin, kind) |
| 353 | } |
| 354 | |
| 355 | for (const [key, value] of Object.entries(auth)) { |
| 356 | if (value.type === "wellknown") { |
no test coverage detected