Merge pull request #776 from uzmoi/destr-define-in-each-and-param #134
Annotations
10 warnings
Lint:
src/error.ts#L15
Unnecessary conditional, value is always truthy
|
Lint:
src/interpreter/index.ts#L285
Unnecessary conditional, value is always truthy
|
Lint:
src/interpreter/index.ts#L319
Unnecessary conditional, value is always truthy
|
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#L93
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#L337
Expected indentation of 4 tabs but found 6
|
Loading