refactor: Add AST nodes of infix operations #1597
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
|