Skip to content

refactor: Add AST nodes of infix operations #1597

refactor: Add AST nodes of infix operations

refactor: Add AST nodes of infix operations #1597

Triggered via pull request August 3, 2024 13:21
Status Success
Total duration 21s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L108
Unexpected any. Specify a different type
lint: src/interpreter/index.ts#L108
Unexpected any. Specify a different type
lint: src/interpreter/index.ts#L111
Unexpected any. Specify a different type
lint: src/interpreter/index.ts#L282
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L316
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L749
Missing trailing comma
lint: src/interpreter/index.ts#L754
Missing trailing comma
lint: src/interpreter/lib/std.ts#L163
'e' is defined but never used. Allowed unused caught errors must match /^_/u