0.1.20 #20

Merged
Thilawyn merged 12 commits from next into master 2024-05-01 02:51:13 +02:00
Showing only changes of commit 521c265995 - Show all commits

View File

@@ -74,6 +74,10 @@ export class TraitExpression<
staticImplements(_target: StaticImplements<typeof this>, _context: any) {} staticImplements(_target: StaticImplements<typeof this>, _context: any) {}
get staticImplementsStage2() {
return (_target: StaticImplements<typeof this>) => {}
}
subtrait< subtrait<
This extends TraitExpression<typeof TraitExpression.NullSuperclass, any> This extends TraitExpression<typeof TraitExpression.NullSuperclass, any>