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 cb0dd26ccb - Show all commits

View File

@@ -3,6 +3,10 @@ import { Trait } from "./Trait"
import { TraitExpression } from "./TraitExpression" import { TraitExpression } from "./TraitExpression"
/*
Ideas:
- Make .abstract() and .staticAbstract() merge the declaration with the current Abstract or StaticAbstract
*/
class TraitBuilder< class TraitBuilder<
Supertraits extends TraitExpression< Supertraits extends TraitExpression<
typeof TraitExpression.NullSuperclass, typeof TraitExpression.NullSuperclass,