Skip to content

docs(child-pool): add JSDoc to ChildPool public methods #11413

docs(child-pool): add JSDoc to ChildPool public methods

docs(child-pool): add JSDoc to ChildPool public methods #11413

Triggered via pull request July 12, 2026 20:48
Status Failure
Total duration 34s
Artifacts

test.yml

on: pull_request
smoke (lint + fast tests on node@lts, ioredis, redis@7)
31s
smoke (lint + fast tests on node@lts, ioredis, redis@7)
Matrix: ioredis-redis
testing node@lts/*, valkey@8
testing node@lts/*, valkey@8
testing node@lts/*, dragonflydb@latest
testing node@lts/*, dragonflydb@latest
Matrix: bun-redis
Matrix: ioredis-redis-extra
Matrix: node-redis
Matrix: php
Matrix: python-dragonflydb
Matrix: python
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
smoke (lint + fast tests on node@lts, ioredis, redis@7)
Process completed with exit code 1.
smoke (lint + fast tests on node@lts, ioredis, redis@7): src/classes/child-pool.ts#L36
tsdoc-param-tag-with-invalid-name: The @PARAM block should be followed by a valid parameter name: The identifier cannot non-word characters
smoke (lint + fast tests on node@lts, ioredis, redis@7): src/classes/child-pool.ts#L34
tsdoc-param-tag-with-invalid-name: The @PARAM block should be followed by a valid parameter name: The identifier cannot non-word characters
smoke (lint + fast tests on node@lts, ioredis, redis@7): src/classes/child-pool.ts#L32
tsdoc-param-tag-with-invalid-name: The @PARAM block should be followed by a valid parameter name: The identifier cannot non-word characters
smoke (lint + fast tests on node@lts, ioredis, redis@7): src/classes/child-pool.ts#L29
tsdoc-param-tag-with-invalid-name: The @PARAM block should be followed by a valid parameter name: The identifier cannot non-word characters
smoke (lint + fast tests on node@lts, ioredis, redis@7): tests/connection.test.ts#L241
'connection' is never reassigned. Use 'const' instead