jestが落ちているのを修正 #1286
Annotations
10 warnings
lint:
src/error.ts#L16
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/index.ts#L32
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L107
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L107
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L110
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L280
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/index.ts#L314
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/primitive-props.ts#L93
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/primitive-props.ts#L268
'opts' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/interpreter/primitive-props.ts#L276
'opts' is defined but never used. Allowed unused args must match /^_/u
|