0.1.2 #4

Merged
Thilawyn merged 57 commits from next into master 2025-02-26 19:27:39 +01: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