Check syntax when parsing ApiDef textprotos
This change ensures that syntax errors in ApiDef textprotos (e.g. mistyping a field name, which I did) fail the overall API generation rule instead of having parsing fail silently and produce an empty result for that single file. PiperOrigin-RevId: 228961785
Loading
Please sign in to comment