refactor: Add AST nodes of infix operations #1592
Annotations
10 warnings
src/error.ts#L16
Unnecessary conditional, value is always truthy
|
src/interpreter/index.ts#L32
Unexpected any. Specify a different type
|
src/interpreter/index.ts#L108
Unexpected any. Specify a different type
|
src/interpreter/index.ts#L108
Unexpected any. Specify a different type
|
src/interpreter/index.ts#L111
Unexpected any. Specify a different type
|
src/interpreter/index.ts#L282
Unnecessary conditional, value is always truthy
|
src/interpreter/index.ts#L316
Unnecessary conditional, value is always truthy
|
src/interpreter/index.ts#L749
Missing trailing comma
|
src/interpreter/index.ts#L754
Missing trailing comma
|
src/interpreter/lib/std.ts#L162
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
This job succeeded
Loading