feat: support unwrapped value type rpc method arguments #1650
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/
|