Added TODO
This commit is contained in:
@@ -74,7 +74,7 @@ export class TraitBuilder<
|
|||||||
}
|
}
|
||||||
|
|
||||||
implement<
|
implement<
|
||||||
ImplClassWithAbstract extends ImplSuper<typeof this>
|
ImplClassWithAbstract extends ImplSuper<typeof this> // TODO: find a way to set the constraint to concrete classes while keeping the Super arg as an abstract class
|
||||||
>(
|
>(
|
||||||
apply: (Super: ImplSuper<typeof this>) => ImplClassWithAbstract
|
apply: (Super: ImplSuper<typeof this>) => ImplClassWithAbstract
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user