0.1.4 #4

Merged
Thilawyn merged 68 commits from next into master 2024-02-20 01:39:38 +01:00
Showing only changes of commit 1a23309cc3 - Show all commits

View File

@@ -74,7 +74,7 @@ export class TraitBuilder<
}
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
) {