Skip to content

Commit b2c5393

Browse files
author
Andrii Kirmas
committed
#13 Bind comments
1 parent 953ffae commit b2c5393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ function classNaming<
8585
Source extends CssModule
8686
>(
8787
this: void | ClassNamingThis<Source>,
88-
// arg0?: typeof this extends void ? ClassNamingContext<Source> : (true | ToggleMap<Source>),
89-
// arg1?: typeof this extends void ? never : typeof arg0 extends true ? ToggleMap<Source> : never,
88+
// TODO #13 arg0?: typeof this extends void ? ClassNamingContext<Source> : (true | ToggleMap<Source>),
89+
// TODO #13 arg1?: typeof this extends void ? never : typeof arg0 extends true ? ToggleMap<Source> : never,
9090
arg0?: ClassNamingContext<Source> | (string | true | ActionsMap<Source>),
9191
arg1?: [Extract<typeof arg0, true|string>] extends [never] ? never : ActionsMap<Source>
9292
): ClassNaming<Source> {
93-
// istanbul ignore next //TODO Solve TS tricks with context
93+
// istanbul ignore next //TODO #13 Solve TS tricks with context
9494
const thisArg = this || {}
9595

9696
context_assign:

0 commit comments

Comments
 (0)