jimmypresto
Results
2
issues of
jimmypresto
Compilation errors when using the typescript 4.x toolchain. ### Reproduction steps 1. cd packages/grpc-js 2. npm install 3. npm install [email protected] 4. npm run build ### Environment - OS name,...
package: @grpc/grpc-js
This fixes couple typescript files failing to transpile with typescript 4.6.x. Typescript 4.6 enforces object's default type to be 'unknown', instead of 'any' and no implicit the argument value for...