| 61 | options: (self: InstanceType<TBase>) => WorkspaceOptions, |
| 62 | ): WithWorkspaceCtor<TBase> { |
| 63 | class WithWorkspace extends Base { |
| 64 | // biome-ignore lint/suspicious/noExplicitAny: mixin constructor shape requires any[] |
| 65 | constructor(...args: any[]) { |
| 66 | super(...args); |
nothing calls this directly
no outgoing calls
no test coverage detected