Skip to content

Fix: Core:pow, Core:div, and Math:sqrt no longer throws when th… #132

Fix: Core:pow, Core:div, and Math:sqrt no longer throws when th…

Fix: Core:pow, Core:div, and Math:sqrt no longer throws when th… #132

Triggered via push August 20, 2024 03:48
Status Success
Total duration 28s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/error.ts#L15
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L289
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L323
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L756
Missing trailing comma
lint: src/interpreter/index.ts#L761
Missing trailing comma
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