0.1.11 #14

Merged
Thilawyn merged 318 commits from next into master 2025-05-19 14:01:41 +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