Skip to content

Fixed incorrect changed path when mutating unrelated area of proxy during iteration operations on cloned areas of the proxy. #51

Fixed incorrect changed path when mutating unrelated area of proxy during iteration operations on cloned areas of the proxy.

Fixed incorrect changed path when mutating unrelated area of proxy during iteration operations on cloned areas of the proxy. #51

Triggered via pull request January 11, 2024 11:22
Status Failure
Total duration 43s
Artifacts

main.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Node.js 20: lib/path.js#L116
Use a `for-of` loop instead of this `for` loop.
Node.js 20: tests/on-change.test.js#L836
Missing trailing comma.
Node.js 20: tests/on-change.test.js#L837
Missing trailing comma.
Node.js 20: tests/on-change.test.js#L843
Missing trailing comma.
Node.js 20: tests/on-change.test.js#L847
Use `for…of` instead of `.forEach(…)`.
Node.js 20: tests/on-change.test.js#L853
There should be no space after '{'.
Node.js 20: tests/on-change.test.js#L853
There should be no space before '}'.
Node.js 20: tests/on-change.test.js#L853
There should be no space after '{'.
Node.js 20: tests/on-change.test.js#L853
There should be no space before '}'.
Node.js 20: tests/on-change.test.js#L861
Missing trailing comma.
Node.js 18: lib/path.js#L116
Use a `for-of` loop instead of this `for` loop.
Node.js 18: tests/on-change.test.js#L836
Missing trailing comma.
Node.js 18: tests/on-change.test.js#L837
Missing trailing comma.
Node.js 18: tests/on-change.test.js#L843
Missing trailing comma.
Node.js 18: tests/on-change.test.js#L847
Use `for…of` instead of `.forEach(…)`.
Node.js 18: tests/on-change.test.js#L853
There should be no space after '{'.
Node.js 18: tests/on-change.test.js#L853
There should be no space before '}'.
Node.js 18: tests/on-change.test.js#L853
There should be no space after '{'.
Node.js 18: tests/on-change.test.js#L853
There should be no space before '}'.
Node.js 18: tests/on-change.test.js#L861
Missing trailing comma.