Skip to content

Adding support for Binary expression via Acorn Parser #24

Adding support for Binary expression via Acorn Parser

Adding support for Binary expression via Acorn Parser #24

Triggered via pull request November 21, 2024 02:30
Status Failure
Total duration 51s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
check: src/utils/nodes/BinaryExpression.ts#L9
Property 'left' does not exist on type 'Node'.
check: src/utils/nodes/BinaryExpression.ts#L10
Property 'operator' does not exist on type 'Node'.
check: src/utils/nodes/BinaryExpression.ts#L11
Property 'right' does not exist on type 'Node'.
check
Process completed with exit code 2.
check: src/components/Editor/Editor.tsx#L98
React Hook useEffect has a missing dependency: 'setEditorRef'. Either include it or remove the dependency array
check: src/components/EventLoop/Pointer/Pointer.tsx#L76
React Hook useEffect has missing dependencies: 'animationRef', 'incrementTime', 'processEvent', and 'setState'. Either include them or remove the dependency array
check: src/components/WebApiQueue/WebApiTask.tsx#L58
React Hook useEffect has missing dependencies: 'delay', 'set', 'task', and 'timeRef'. Either include them or remove the dependency array
check: src/utils/useRefState.tsx#L12
React Hook useEffect has missing dependencies: 'selector' and 'store'. Either include them or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback