refactor: upgrade deps + refactor code to be with oop class style + s… #47
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lib/layer.js#L110
Use the rest parameters instead of 'arguments'.
|
lib/layer.js#L188
Array.prototype.some() expects a value to be returned at the end of arrow function.
|
lib/router.js#L127
Unnecessary '.apply()'.
|
lib/router.js#L247
`Array#reduce()` is not allowed
|
lib/router.js#L382
Use the rest parameters instead of 'arguments'.
|
lib/router.js#L384
Use the rest parameters instead of 'arguments'.
|
lib/router.js#L463
Unnecessary '.call()'.
|
lib/router.js#L548
Use the spread operator instead of '.apply()'.
|
lib/router.js#L796
Use the rest parameters instead of 'arguments'.
|
lib/router.js#L798
Use the rest parameters instead of 'arguments'.
|
This job succeeded
Loading