Enhance: TypeScriptの型を厳格化 #1892
Annotations
11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
src/error.ts#L15
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/index.ts#L418
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/index.ts#L946
Missing return type on function
|
lint:
src/interpreter/lib/std.ts#L162
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
lint:
src/interpreter/lib/std.ts#L171
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
lint:
src/interpreter/primitive-props.ts#L95
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/primitive-props.ts#L315
'opts' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/interpreter/primitive-props.ts#L323
'opts' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/interpreter/primitive-props.ts#L334
'opts' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/interpreter/primitive-props.ts#L350
'opts' is defined but never used. Allowed unused args must match /^_/u
|