| 1 | import {createTypedObject, Label} from './base.js'; |
| 2 | |
| 3 | class RequiresLabel extends Label {} |
| 4 | |
| 5 | export const requiresLabels = createTypedObject(RequiresLabel)({ |
| 6 | REQUIRES_TGP: { |
nothing calls this directly
no outgoing calls
no test coverage detected