Open
Description
service.grpc.js:17: ERROR - extra require: 'proto.(message)' is never referenced in this file
goog.require('proto.(message)');
ProTip: "JSC_EXTRA_REQUIRE_WARNING" or "extraRequire" or "legacyGoogScopeRequire" can be added to the `suppress` attribute of:
//target
Alternatively /** @suppress {legacyGoogScopeRequire} */ can be added to the source file.