Skip to content

feat: support unwrapped value type rpc method arguments #1650

feat: support unwrapped value type rpc method arguments

feat: support unwrapped value type rpc method arguments #1650

Triggered via pull request December 21, 2023 15:48
Status Failure
Total duration 2m 10s
Artifacts

lint.yml

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

Annotations

3 errors and 1 warning
build (20.x): integration/grpc-web/example.ts#L1
Argument of type '{ value: string | undefined; }' is not assignable to parameter of type '{ value?: string; } & { value?: string; } & {}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build (20.x): integration/wrappers-regression/wrappers-regression.ts#L1
Argument of type '{ value: string | undefined; }' is not assignable to parameter of type '{ value?: string; } & { value?: string; } & {}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build (20.x)
Process completed with exit code 1.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/