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 4e59c60cdc - Show all commits

View File

@@ -49,9 +49,7 @@ export class TraitExpression<
) as any
}
implementsStatic(target: ImplementsStatic<typeof this>, context: any) {
return {}
}
implementsStatic(target: ImplementsStatic<typeof this>, context: any) {}
subtrait<
This extends TraitExpression<typeof TraitExpression.NullSuperclass, any, any>,