Encoding performance improvements #354
Annotations
10 errors and 2 warnings
build (14.x):
scripts/version.js#L23
isNaN is unsafe. It attempts a type coercion. Use Number.isNaN instead.
|
build (14.x):
scripts/jestDomEnvironment.cjs#L4
This constructor is unnecessary.
|
build (14.x):
src/common/coding/test/number.test.js#L27
isNaN is unsafe. It attempts a type coercion. Use Number.isNaN instead.
|
build (14.x):
scripts/build.js#L95
This else clause can be omitted because previous branches break early.
|
build (14.x):
src/example/components/Example/Pagination.jsx#L10
Provide an explicit type prop for the button element.
|
build (14.x):
src/example/components/Example/Pagination.jsx#L22
Provide an explicit type prop for the button element.
|
build (14.x):
src/common/ops/merge.js#L58
This else clause can be omitted because previous branches break early.
|
build (14.x):
src/common/ops/merge.js#L108
This else clause can be omitted because previous branches break early.
|
build (14.x):
src/common/ops/merge.js#L39
Reassigning a function parameter is confusing.
|
build (14.x):
src/common/ops/merge.js#L39
Reassigning a function parameter is confusing.
|
build (14.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|