Created
October 11, 2019 20:07
-
-
Save ghaskins/251954237da2bf03be6a740a51fe3c6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// source: hello.proto | |
/** | |
* @fileoverview | |
* @enhanceable | |
* @suppress {messageConventions} JS Compiler reports an error if a variable or | |
* field starts with 'MSG_' and isn't a translatable message. | |
* @public | |
*/ | |
// GENERATED CODE -- DO NOT EDIT! | |
var jspb = require('google-protobuf'); | |
var goog = jspb; | |
var global = Function('return this')(); | |
var google_protobuf_Any_pb = require('google-protobuf/google/protobuf/Any_pb.js'); | |
goog.object.extend(proto, google_protobuf_Any_pb); | |
goog.exportSymbol('proto.shadowbug.Foo', null, global); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment