Provide new list methods, as well as a much-needed Kind.LazyPipe
operator
#576
Triggered via pull request
September 29, 2024 23:49
Status
Success
Total duration
2m 13s
Artifacts
–
Annotations
11 warnings
build
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/
|
build:
src/conditional/equals.ts#L64
Missing JSDoc @returns declaration
|
build:
src/conditional/equals.ts#L68
Types are not permitted on @param
|
build:
src/conditional/equals.ts#L69
@param "y" does not match an existing function parameter
|
build:
src/conditional/equals.ts#L69
Types are not permitted on @param
|
build:
src/function/identity.ts#L27
Missing JSDoc @returns declaration
|
build:
src/function/identity.ts#L30
Types are not permitted on @param
|
build:
src/kind/pipe.ts#L87
Missing JSDoc @returns declaration
|
build:
src/kind/pipe.ts#L91
Types are not permitted on @param
|
build:
src/kind/pipe.ts#L92
@param "x" does not match an existing function parameter
|
build:
src/kind/pipe.ts#L92
Types are not permitted on @param
|