@@ -2785,7 +2785,7 @@ $root.jspb = (function() {
27852785 * DefaultValues intField.
27862786 * @type {number|$protobuf.Long}
27872787 */
2788- $prototype.intField = $protobuf.util.emptyObject ;
2788+ $prototype.intField = $protobuf.util.Long ? $protobuf.util.Long.fromValue({"low":11,"high":0,"unsigned":false}) : 11 ;
27892789
27902790 /**
27912791 * DefaultValues enumField.
@@ -2803,7 +2803,7 @@ $root.jspb = (function() {
28032803 * DefaultValues bytesField.
28042804 * @type {Uint8Array}
28052805 */
2806- $prototype.bytesField = $protobuf.util.emptyObject ;
2806+ $prototype.bytesField = [109,111,111] ;
28072807
28082808 // Referenced types
28092809 var $types = [null, null, null, "jspb.test.DefaultValues.Enum", null, null]; $lazyTypes.push($types);
@@ -3422,7 +3422,7 @@ $root.jspb = (function() {
34223422 * TestClone bytesField.
34233423 * @type {Uint8Array}
34243424 */
3425- $prototype.bytesField = $protobuf.util.emptyArray ;
3425+ $prototype.bytesField = [] ;
34263426
34273427 /**
34283428 * TestClone unused.
@@ -4823,7 +4823,7 @@ $root.jspb = (function() {
48234823 * TestEndsWithBytes data.
48244824 * @type {Uint8Array}
48254825 */
4826- $prototype.data = $protobuf.util.emptyArray ;
4826+ $prototype.data = [] ;
48274827
48284828 /**
48294829 * Creates a new TestEndsWithBytes instance using the specified properties.
@@ -4992,61 +4992,61 @@ $root.jspb = (function() {
49924992
49934993 /**
49944994 * TestMapFieldsNoBinary mapStringString.
4995- * @type {string}
4995+ * @type {Object.< string,string> }
49964996 */
49974997 $prototype.mapStringString = $protobuf.util.emptyObject;
49984998
49994999 /**
50005000 * TestMapFieldsNoBinary mapStringInt32.
5001- * @type {number}
5001+ * @type {Object.<string, number> }
50025002 */
50035003 $prototype.mapStringInt32 = $protobuf.util.emptyObject;
50045004
50055005 /**
50065006 * TestMapFieldsNoBinary mapStringInt64.
5007- * @type {number|$protobuf.Long}
5007+ * @type {Object.<string, number|$protobuf.Long> }
50085008 */
50095009 $prototype.mapStringInt64 = $protobuf.util.emptyObject;
50105010
50115011 /**
50125012 * TestMapFieldsNoBinary mapStringBool.
5013- * @type {boolean}
5013+ * @type {Object.<string, boolean> }
50145014 */
50155015 $prototype.mapStringBool = $protobuf.util.emptyObject;
50165016
50175017 /**
50185018 * TestMapFieldsNoBinary mapStringDouble.
5019- * @type {number}
5019+ * @type {Object.<string, number> }
50205020 */
50215021 $prototype.mapStringDouble = $protobuf.util.emptyObject;
50225022
50235023 /**
50245024 * TestMapFieldsNoBinary mapStringEnum.
5025- * @type {number}
5025+ * @type {Object.<string, number> }
50265026 */
50275027 $prototype.mapStringEnum = $protobuf.util.emptyObject;
50285028
50295029 /**
50305030 * TestMapFieldsNoBinary mapStringMsg.
5031- * @type {jspb.test.MapValueMessageNoBinary}
5031+ * @type {Object.<string, jspb.test.MapValueMessageNoBinary> }
50325032 */
50335033 $prototype.mapStringMsg = $protobuf.util.emptyObject;
50345034
50355035 /**
50365036 * TestMapFieldsNoBinary mapInt32String.
5037- * @type {string}
5037+ * @type {Object.< string,string> }
50385038 */
50395039 $prototype.mapInt32String = $protobuf.util.emptyObject;
50405040
50415041 /**
50425042 * TestMapFieldsNoBinary mapInt64String.
5043- * @type {string}
5043+ * @type {Object.< string,string> }
50445044 */
50455045 $prototype.mapInt64String = $protobuf.util.emptyObject;
50465046
50475047 /**
50485048 * TestMapFieldsNoBinary mapBoolString.
5049- * @type {string}
5049+ * @type {Object.< string,string> }
50505050 */
50515051 $prototype.mapBoolString = $protobuf.util.emptyObject;
50525052
@@ -5058,7 +5058,7 @@ $root.jspb = (function() {
50585058
50595059 /**
50605060 * TestMapFieldsNoBinary mapStringTestmapfields.
5061- * @type {jspb.test.TestMapFieldsNoBinary}
5061+ * @type {Object.<string, jspb.test.TestMapFieldsNoBinary> }
50625062 */
50635063 $prototype.mapStringTestmapfields = $protobuf.util.emptyObject;
50645064
@@ -11470,13 +11470,13 @@ $root.google = (function() {
1147011470 * UninterpretedOption positiveIntValue.
1147111471 * @type {number|$protobuf.Long}
1147211472 */
11473- $prototype.positiveIntValue = $protobuf.util.emptyObject ;
11473+ $prototype.positiveIntValue = $protobuf.util.Long ? $protobuf.util.Long.fromValue({"low":0,"high":0,"unsigned":true}) : 0 ;
1147411474
1147511475 /**
1147611476 * UninterpretedOption negativeIntValue.
1147711477 * @type {number|$protobuf.Long}
1147811478 */
11479- $prototype.negativeIntValue = $protobuf.util.emptyObject ;
11479+ $prototype.negativeIntValue = $protobuf.util.Long ? $protobuf.util.Long.fromValue({"low":0,"high":0,"unsigned":false}) : 0 ;
1148011480
1148111481 /**
1148211482 * UninterpretedOption doubleValue.
@@ -11488,7 +11488,7 @@ $root.google = (function() {
1148811488 * UninterpretedOption stringValue.
1148911489 * @type {Uint8Array}
1149011490 */
11491- $prototype.stringValue = $protobuf.util.emptyArray ;
11491+ $prototype.stringValue = [] ;
1149211492
1149311493 /**
1149411494 * UninterpretedOption aggregateValue.
0 commit comments