(inputs)
| 29 | |
| 30 | export const yExtensionnFacet = Facet.define<YExtensionConfig, YExtensionConfig>({ |
| 31 | combine(inputs) { |
| 32 | return inputs[inputs.length - 1] |
| 33 | }, |
| 34 | }) |
| 35 | |
| 36 | export class YExtension { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…