protoc-gen-grpc-js
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -80,5 +80,4 @@ "use strict"; | ||
function generateFile(ctx, file) { | ||
const services = file.services; | ||
if (!services.length) { | ||
return "// GENERATED CODE -- NO SERVICES IN PROTO"; | ||
if (!file.services.length) { | ||
return ""; | ||
} | ||
@@ -85,0 +84,0 @@ return ` |
{ | ||
"name": "protoc-gen-grpc-js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14391
360