0.1.8 #11

Merged
Thilawyn merged 233 commits from next into master 2025-04-21 02:08:14 +02:00
Showing only changes of commit da0f6168f0 - Show all commits

View File

@@ -25,5 +25,5 @@ export const withContexts = <R2 extends Array<unknown>>(
StaticType<ReffuseHelpers.ReffuseHelpersClass<R1 | R2[number]>>
>
) => class extends self {
readonly contexts = [...self.contexts, ...contexts]
static readonly contexts = [...self.contexts, ...contexts]
} as any