chore: fix ci error #1995
Annotations
11 errors
|
lib/rules/no-useless-backreference.ts#L48
No overload matches this call.
|
lib/rules/no-useless-backreference.ts#L57
Argument of type 'CapturingGroup | CapturingGroup[]' is not assignable to parameter of type 'CapturingGroup'.
|
lib/rules/no-useless-backreference.ts#L66
Property 'start' does not exist on type 'CapturingGroup | CapturingGroup[]'.
|
lib/rules/no-useless-backreference.ts#L70
Property 'end' does not exist on type 'CapturingGroup | CapturingGroup[]'.
|
lib/rules/no-useless-backreference.ts#L76
Argument of type 'CapturingGroup | CapturingGroup[]' is not assignable to parameter of type 'Alternative | CapturingGroup | ClassRangesCharacterClass | UnicodeSetsCharacterClass | ... 19 more ... | readonly Alternative[]'.
|
lib/rules/no-useless-backreference.ts#L126
Argument of type 'CapturingGroup | CapturingGroup[]' is not assignable to parameter of type 'string | Node'.
|
lib/rules/prefer-named-backreference.ts#L27
Property 'name' does not exist on type 'CapturingGroup | CapturingGroup[]'.
|
lib/rules/prefer-named-backreference.ts#L34
Property 'name' does not exist on type 'CapturingGroup | CapturingGroup[]'.
|
lib/utils/regexp-ast/case-variation.ts#L145
Argument of type 'CapturingGroup | CapturingGroup[]' is not assignable to parameter of type 'Node | ((descendant: Descendant<Alternative | CapturingGroup | ClassRangesCharacterClass | UnicodeSetsCharacterClass | ... 17 more ... | StringsUnicodePropertyCharacterSet>) => boolean)'.
|
lib/utils/regexp-ast/case-variation.ts#L153
Argument of type 'CapturingGroup | CapturingGroup[]' is not assignable to parameter of type 'Alternative | CapturingGroup | ClassRangesCharacterClass | UnicodeSetsCharacterClass | ... 17 more ... | StringsUnicodePropertyCharacterSet'.
|
The logs for this run have expired and are no longer available.
Loading