(module_name)
| 684 | # When naming the protocol buffer javascript exports locally, we do with no |
| 685 | # namespace. |
| 686 | def LocalModuleName(module_name): |
| 687 | return module_name.replace('amp.validator.', '') |
| 688 | |
| 689 | |
| 690 | def GenerateValidatorGeneratedJs(specfile, validator_pb2, generate_proto_only, |
no test coverage detected