protobufjs 4.1.3 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/.travis.yml +3 -1
  2. package/README.md +147 -25
  3. package/bin/pbjs +2 -2
  4. package/bower.json +3 -3
  5. package/cli/pbjs/targets/amd.js +1 -1
  6. package/cli/pbjs/targets/json.js +9 -1
  7. package/cli/pbjs/targets/proto.js +48 -24
  8. package/cli/pbjs/util.js +1 -1
  9. package/cli/pbjs.js +9 -2
  10. package/dist/README.md +10 -10
  11. package/dist/{ProtoBuf-light.js → protobuf-light.js} +92 -37
  12. package/dist/protobuf-light.min.js +94 -0
  13. package/dist/protobuf-light.min.js.gz +0 -0
  14. package/dist/protobuf-light.min.map +8 -0
  15. package/dist/{ProtoBuf.js → protobuf.js} +150 -60
  16. package/dist/protobuf.min.js +116 -0
  17. package/dist/protobuf.min.js.gz +0 -0
  18. package/dist/protobuf.min.map +8 -0
  19. package/docs/ProtoBuf.Builder.Message.html +106 -37
  20. package/docs/ProtoBuf.Builder.Service.html +9 -9
  21. package/docs/ProtoBuf.Builder.html +22 -22
  22. package/docs/ProtoBuf.DotProto.Parser.html +7 -7
  23. package/docs/ProtoBuf.DotProto.Tokenizer.html +11 -11
  24. package/docs/ProtoBuf.DotProto.html +2 -2
  25. package/docs/ProtoBuf.Map.html +6 -6
  26. package/docs/ProtoBuf.Reflect.Element.html +104 -8
  27. package/docs/ProtoBuf.Reflect.Enum.Value.html +10 -10
  28. package/docs/ProtoBuf.Reflect.Enum.html +21 -21
  29. package/docs/ProtoBuf.Reflect.Extension.html +3 -3
  30. package/docs/ProtoBuf.Reflect.Message.ExtensionField.html +29 -29
  31. package/docs/ProtoBuf.Reflect.Message.Field.html +28 -28
  32. package/docs/ProtoBuf.Reflect.Message.OneOf.html +10 -10
  33. package/docs/ProtoBuf.Reflect.Message.html +31 -28
  34. package/docs/ProtoBuf.Reflect.Namespace.html +19 -19
  35. package/docs/ProtoBuf.Reflect.Service.Method.html +11 -11
  36. package/docs/ProtoBuf.Reflect.Service.RPCMethod.html +17 -17
  37. package/docs/ProtoBuf.Reflect.Service.html +20 -20
  38. package/docs/ProtoBuf.Reflect.T.html +9 -9
  39. package/docs/ProtoBuf.Reflect.html +2 -2
  40. package/docs/ProtoBuf.Util.html +6 -6
  41. package/docs/ProtoBuf.html +28 -28
  42. package/docs/ProtoBuf.js.html +151 -61
  43. package/docs/index.html +1 -1
  44. package/donate.png +0 -0
  45. package/examples/websocket/server.js +4 -4
  46. package/externs/{ProtoBuf.js → protobuf.js} +25 -14
  47. package/index.js +1 -18
  48. package/jsdoc.json +1 -1
  49. package/package.json +11 -11
  50. package/protobuf.png +0 -0
  51. package/scripts/build.js +5 -10
  52. package/src/ProtoBuf/Builder/Message.js +17 -8
  53. package/src/ProtoBuf/Builder/Service.js +3 -0
  54. package/src/ProtoBuf/Builder.js +34 -10
  55. package/src/ProtoBuf/DotProto/Parser.js +58 -23
  56. package/src/ProtoBuf/Lang.js +2 -2
  57. package/src/ProtoBuf/Reflect/Element.js +17 -4
  58. package/src/ProtoBuf/Reflect/Message/Field.js +6 -5
  59. package/src/ProtoBuf/Reflect/Message.js +9 -4
  60. package/src/{bower.json → bower.json.in} +2 -2
  61. package/src/google/protobuf/descriptor.json +55 -15
  62. package/src/{ProtoBuf.js → protobuf.js} +0 -0
  63. package/src/wrap.js +4 -4
  64. package/tests/complex.json +8 -1
  65. package/tests/imports-weak.proto +7 -0
  66. package/tests/suite.js +107 -82
  67. package/.npmignore +0 -3
  68. package/ProtoBuf.png +0 -0
  69. package/dist/ProtoBuf-light.min.js +0 -87
  70. package/dist/ProtoBuf-light.min.js.gz +0 -0
  71. package/dist/ProtoBuf-light.min.map +0 -8
  72. package/dist/ProtoBuf.min.js +0 -108
  73. package/dist/ProtoBuf.min.js.gz +0 -0
  74. package/dist/ProtoBuf.min.map +0 -8
  75. package/examples/protoify/.npmignore +0 -2
  76. package/examples/websocket/.npmignore +0 -3
  77. package/externs/ByteBuffer.js +0 -767
  78. package/externs/Long.js +0 -328
  79. package/tests/gtfs-realtime.proto +0 -552
  80. package/webpack.config.js +0 -9
@@ -160,7 +160,7 @@
160
160
 
161
161
  <dt class="tag-source">Source:</dt>
162
162
  <dd class="tag-source"><ul class="dummy"><li>
163
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4229">line 4229</a>
163
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4295">line 4295</a>
164
164
  </li></ul></dd>
165
165
 
166
166
 
@@ -268,7 +268,7 @@
268
268
 
269
269
  <dt class="tag-source">Source:</dt>
270
270
  <dd class="tag-source"><ul class="dummy"><li>
271
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4264">line 4264</a>
271
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4330">line 4330</a>
272
272
  </li></ul></dd>
273
273
 
274
274
 
@@ -340,7 +340,7 @@
340
340
 
341
341
  <dt class="tag-source">Source:</dt>
342
342
  <dd class="tag-source"><ul class="dummy"><li>
343
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4271">line 4271</a>
343
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4337">line 4337</a>
344
344
  </li></ul></dd>
345
345
 
346
346
 
@@ -412,7 +412,7 @@
412
412
 
413
413
  <dt class="tag-source">Source:</dt>
414
414
  <dd class="tag-source"><ul class="dummy"><li>
415
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4236">line 4236</a>
415
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4302">line 4302</a>
416
416
  </li></ul></dd>
417
417
 
418
418
 
@@ -484,7 +484,7 @@
484
484
 
485
485
  <dt class="tag-source">Source:</dt>
486
486
  <dd class="tag-source"><ul class="dummy"><li>
487
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4278">line 4278</a>
487
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4344">line 4344</a>
488
488
  </li></ul></dd>
489
489
 
490
490
 
@@ -556,7 +556,7 @@
556
556
 
557
557
  <dt class="tag-source">Source:</dt>
558
558
  <dd class="tag-source"><ul class="dummy"><li>
559
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4243">line 4243</a>
559
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4309">line 4309</a>
560
560
  </li></ul></dd>
561
561
 
562
562
 
@@ -628,7 +628,7 @@
628
628
 
629
629
  <dt class="tag-source">Source:</dt>
630
630
  <dd class="tag-source"><ul class="dummy"><li>
631
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4250">line 4250</a>
631
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4316">line 4316</a>
632
632
  </li></ul></dd>
633
633
 
634
634
 
@@ -703,7 +703,7 @@
703
703
 
704
704
  <dt class="tag-source">Source:</dt>
705
705
  <dd class="tag-source"><ul class="dummy"><li>
706
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4257">line 4257</a>
706
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4323">line 4323</a>
707
707
  </li></ul></dd>
708
708
 
709
709
 
@@ -830,7 +830,7 @@
830
830
 
831
831
  <dt class="tag-source">Source:</dt>
832
832
  <dd class="tag-source"><ul class="dummy"><li>
833
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4324">line 4324</a>
833
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4390">line 4390</a>
834
834
  </li></ul></dd>
835
835
 
836
836
 
@@ -979,7 +979,7 @@
979
979
 
980
980
  <dt class="tag-source">Source:</dt>
981
981
  <dd class="tag-source"><ul class="dummy"><li>
982
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4353">line 4353</a>
982
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4419">line 4419</a>
983
983
  </li></ul></dd>
984
984
 
985
985
 
@@ -1128,7 +1128,7 @@
1128
1128
 
1129
1129
  <dt class="tag-source">Source:</dt>
1130
1130
  <dd class="tag-source"><ul class="dummy"><li>
1131
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4295">line 4295</a>
1131
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4361">line 4361</a>
1132
1132
  </li></ul></dd>
1133
1133
 
1134
1134
 
@@ -1277,7 +1277,7 @@
1277
1277
 
1278
1278
  <dt class="tag-source">Source:</dt>
1279
1279
  <dd class="tag-source"><ul class="dummy"><li>
1280
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4311">line 4311</a>
1280
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4377">line 4377</a>
1281
1281
  </li></ul></dd>
1282
1282
 
1283
1283
 
@@ -1426,7 +1426,7 @@
1426
1426
 
1427
1427
  <dt class="tag-source">Source:</dt>
1428
1428
  <dd class="tag-source"><ul class="dummy"><li>
1429
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4340">line 4340</a>
1429
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4406">line 4406</a>
1430
1430
  </li></ul></dd>
1431
1431
 
1432
1432
 
@@ -1621,7 +1621,7 @@
1621
1621
 
1622
1622
  <dt class="tag-source">Source:</dt>
1623
1623
  <dd class="tag-source"><ul class="dummy"><li>
1624
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4567">line 4567</a>
1624
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4640">line 4640</a>
1625
1625
  </li></ul></dd>
1626
1626
 
1627
1627
 
@@ -1819,7 +1819,7 @@ return the built package.</p>
1819
1819
 
1820
1820
  <dt class="tag-source">Source:</dt>
1821
1821
  <dd class="tag-source"><ul class="dummy"><li>
1822
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4763">line 4763</a>
1822
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4853">line 4853</a>
1823
1823
  </li></ul></dd>
1824
1824
 
1825
1825
 
@@ -2000,7 +2000,7 @@ return the built package.</p>
2000
2000
 
2001
2001
  <dt class="tag-source">Source:</dt>
2002
2002
  <dd class="tag-source"><ul class="dummy"><li>
2003
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4397">line 4397</a>
2003
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4463">line 4463</a>
2004
2004
  </li></ul></dd>
2005
2005
 
2006
2006
 
@@ -2182,7 +2182,7 @@ return the built package.</p>
2182
2182
 
2183
2183
  <dt class="tag-source">Source:</dt>
2184
2184
  <dd class="tag-source"><ul class="dummy"><li>
2185
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4378">line 4378</a>
2185
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4444">line 4444</a>
2186
2186
  </li></ul></dd>
2187
2187
 
2188
2188
 
@@ -2380,7 +2380,7 @@ return the built package.</p>
2380
2380
 
2381
2381
  <dt class="tag-source">Source:</dt>
2382
2382
  <dd class="tag-source"><ul class="dummy"><li>
2383
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4791">line 4791</a>
2383
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4881">line 4881</a>
2384
2384
  </li></ul></dd>
2385
2385
 
2386
2386
 
@@ -2484,7 +2484,7 @@ return the built package.</p>
2484
2484
 
2485
2485
  <dt class="tag-source">Source:</dt>
2486
2486
  <dd class="tag-source"><ul class="dummy"><li>
2487
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4367">line 4367</a>
2487
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4433">line 4433</a>
2488
2488
  </li></ul></dd>
2489
2489
 
2490
2490
 
@@ -2588,7 +2588,7 @@ return the built package.</p>
2588
2588
 
2589
2589
  <dt class="tag-source">Source:</dt>
2590
2590
  <dd class="tag-source"><ul class="dummy"><li>
2591
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4689">line 4689</a>
2591
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4769">line 4769</a>
2592
2592
  </li></ul></dd>
2593
2593
 
2594
2594
 
@@ -2721,7 +2721,7 @@ return the built package.</p>
2721
2721
 
2722
2722
  <dt class="tag-source">Source:</dt>
2723
2723
  <dd class="tag-source"><ul class="dummy"><li>
2724
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4800">line 4800</a>
2724
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4890">line 4890</a>
2725
2725
  </li></ul></dd>
2726
2726
 
2727
2727
 
@@ -2791,7 +2791,7 @@ return the built package.</p>
2791
2791
  <br class="clear">
2792
2792
 
2793
2793
  <footer>
2794
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Tue Nov 17 2015 01:51:27 GMT+0100 (Mitteleuropäische Zeit)
2794
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
2795
2795
  </footer>
2796
2796
 
2797
2797
  <script> prettyPrint(); </script>
@@ -148,7 +148,7 @@
148
148
 
149
149
  <dt class="tag-source">Source:</dt>
150
150
  <dd class="tag-source"><ul class="dummy"><li>
151
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line688">line 688</a>
151
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line688">line 688</a>
152
152
  </li></ul></dd>
153
153
 
154
154
 
@@ -246,7 +246,7 @@
246
246
 
247
247
  <dt class="tag-source">Source:</dt>
248
248
  <dd class="tag-source"><ul class="dummy"><li>
249
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line701">line 701</a>
249
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line701">line 701</a>
250
250
  </li></ul></dd>
251
251
 
252
252
 
@@ -318,7 +318,7 @@
318
318
 
319
319
  <dt class="tag-source">Source:</dt>
320
320
  <dd class="tag-source"><ul class="dummy"><li>
321
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line695">line 695</a>
321
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line695">line 695</a>
322
322
  </li></ul></dd>
323
323
 
324
324
 
@@ -396,7 +396,7 @@
396
396
 
397
397
  <dt class="tag-source">Source:</dt>
398
398
  <dd class="tag-source"><ul class="dummy"><li>
399
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line794">line 794</a>
399
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line796">line 796</a>
400
400
  </li></ul></dd>
401
401
 
402
402
 
@@ -525,7 +525,7 @@
525
525
 
526
526
  <dt class="tag-source">Source:</dt>
527
527
  <dd class="tag-source"><ul class="dummy"><li>
528
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line716">line 716</a>
528
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line716">line 716</a>
529
529
  </li></ul></dd>
530
530
 
531
531
 
@@ -654,7 +654,7 @@
654
654
 
655
655
  <dt class="tag-source">Source:</dt>
656
656
  <dd class="tag-source"><ul class="dummy"><li>
657
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1338">line 1338</a>
657
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1373">line 1373</a>
658
658
  </li></ul></dd>
659
659
 
660
660
 
@@ -720,7 +720,7 @@
720
720
  <br class="clear">
721
721
 
722
722
  <footer>
723
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Tue Nov 17 2015 01:51:27 GMT+0100 (Mitteleuropäische Zeit)
723
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
724
724
  </footer>
725
725
 
726
726
  <script> prettyPrint(); </script>
@@ -148,7 +148,7 @@
148
148
 
149
149
  <dt class="tag-source">Source:</dt>
150
150
  <dd class="tag-source"><ul class="dummy"><li>
151
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line495">line 495</a>
151
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line495">line 495</a>
152
152
  </li></ul></dd>
153
153
 
154
154
 
@@ -246,7 +246,7 @@
246
246
 
247
247
  <dt class="tag-source">Source:</dt>
248
248
  <dd class="tag-source"><ul class="dummy"><li>
249
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line509">line 509</a>
249
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line509">line 509</a>
250
250
  </li></ul></dd>
251
251
 
252
252
 
@@ -318,7 +318,7 @@
318
318
 
319
319
  <dt class="tag-source">Source:</dt>
320
320
  <dd class="tag-source"><ul class="dummy"><li>
321
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line516">line 516</a>
321
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line516">line 516</a>
322
322
  </li></ul></dd>
323
323
 
324
324
 
@@ -390,7 +390,7 @@
390
390
 
391
391
  <dt class="tag-source">Source:</dt>
392
392
  <dd class="tag-source"><ul class="dummy"><li>
393
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line502">line 502</a>
393
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line502">line 502</a>
394
394
  </li></ul></dd>
395
395
 
396
396
 
@@ -462,7 +462,7 @@
462
462
 
463
463
  <dt class="tag-source">Source:</dt>
464
464
  <dd class="tag-source"><ul class="dummy"><li>
465
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line523">line 523</a>
465
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line523">line 523</a>
466
466
  </li></ul></dd>
467
467
 
468
468
 
@@ -540,7 +540,7 @@
540
540
 
541
541
  <dt class="tag-source">Source:</dt>
542
542
  <dd class="tag-source"><ul class="dummy"><li>
543
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line563">line 563</a>
543
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line563">line 563</a>
544
544
  </li></ul></dd>
545
545
 
546
546
 
@@ -693,7 +693,7 @@
693
693
 
694
694
  <dt class="tag-source">Source:</dt>
695
695
  <dd class="tag-source"><ul class="dummy"><li>
696
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line658">line 658</a>
696
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line658">line 658</a>
697
697
  </li></ul></dd>
698
698
 
699
699
 
@@ -797,7 +797,7 @@
797
797
 
798
798
  <dt class="tag-source">Source:</dt>
799
799
  <dd class="tag-source"><ul class="dummy"><li>
800
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line632">line 632</a>
800
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line632">line 632</a>
801
801
  </li></ul></dd>
802
802
 
803
803
 
@@ -950,7 +950,7 @@
950
950
 
951
951
  <dt class="tag-source">Source:</dt>
952
952
  <dd class="tag-source"><ul class="dummy"><li>
953
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line647">line 647</a>
953
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line647">line 647</a>
954
954
  </li></ul></dd>
955
955
 
956
956
 
@@ -1061,7 +1061,7 @@
1061
1061
 
1062
1062
  <dt class="tag-source">Source:</dt>
1063
1063
  <dd class="tag-source"><ul class="dummy"><li>
1064
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line671">line 671</a>
1064
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line671">line 671</a>
1065
1065
  </li></ul></dd>
1066
1066
 
1067
1067
 
@@ -1131,7 +1131,7 @@
1131
1131
  <br class="clear">
1132
1132
 
1133
1133
  <footer>
1134
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Tue Nov 17 2015 01:51:27 GMT+0100 (Mitteleuropäische Zeit)
1134
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
1135
1135
  </footer>
1136
1136
 
1137
1137
  <script> prettyPrint(); </script>
@@ -76,7 +76,7 @@
76
76
 
77
77
  <dt class="tag-source">Source:</dt>
78
78
  <dd class="tag-source"><ul class="dummy"><li>
79
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line486">line 486</a>
79
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line486">line 486</a>
80
80
  </li></ul></dd>
81
81
 
82
82
 
@@ -135,7 +135,7 @@
135
135
  <br class="clear">
136
136
 
137
137
  <footer>
138
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Tue Nov 17 2015 01:51:27 GMT+0100 (Mitteleuropäische Zeit)
138
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
139
139
  </footer>
140
140
 
141
141
  <script> prettyPrint(); </script>
@@ -190,7 +190,7 @@ on ES6 itself.</p>
190
190
 
191
191
  <dt class="tag-source">Source:</dt>
192
192
  <dd class="tag-source"><ul class="dummy"><li>
193
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4844">line 4844</a>
193
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4934">line 4934</a>
194
194
  </li></ul></dd>
195
195
 
196
196
 
@@ -288,7 +288,7 @@ on ES6 itself.</p>
288
288
 
289
289
  <dt class="tag-source">Source:</dt>
290
290
  <dd class="tag-source"><ul class="dummy"><li>
291
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4852">line 4852</a>
291
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4942">line 4942</a>
292
292
  </li></ul></dd>
293
293
 
294
294
 
@@ -360,7 +360,7 @@ on ES6 itself.</p>
360
360
 
361
361
  <dt class="tag-source">Source:</dt>
362
362
  <dd class="tag-source"><ul class="dummy"><li>
363
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4858">line 4858</a>
363
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4948">line 4948</a>
364
364
  </li></ul></dd>
365
365
 
366
366
 
@@ -440,7 +440,7 @@ uniqueness and equality (i.e., str(K1) === str(K2) if and only if K1
440
440
 
441
441
  <dt class="tag-source">Source:</dt>
442
442
  <dd class="tag-source"><ul class="dummy"><li>
443
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4880">line 4880</a>
443
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4970">line 4970</a>
444
444
  </li></ul></dd>
445
445
 
446
446
 
@@ -512,7 +512,7 @@ uniqueness and equality (i.e., str(K1) === str(K2) if and only if K1
512
512
 
513
513
  <dt class="tag-source">Source:</dt>
514
514
  <dd class="tag-source"><ul class="dummy"><li>
515
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line4864">line 4864</a>
515
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4954">line 4954</a>
516
516
  </li></ul></dd>
517
517
 
518
518
 
@@ -552,7 +552,7 @@ uniqueness and equality (i.e., str(K1) === str(K2) if and only if K1
552
552
  <br class="clear">
553
553
 
554
554
  <footer>
555
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Tue Nov 17 2015 01:51:27 GMT+0100 (Mitteleuropäische Zeit)
555
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
556
556
  </footer>
557
557
 
558
558
  <script> prettyPrint(); </script>
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- <h4 class="name" id="Element"><span class="type-signature"></span>new Element<span class="signature">(type, resolvedType, isMapKey, syntax)</span><span class="type-signature"></span></h4>
47
+ <h4 class="name" id="Element"><span class="type-signature"></span>new Element<span class="signature">(type, resolvedType, isMapKey, syntax, name)</span><span class="type-signature"></span></h4>
48
48
 
49
49
 
50
50
 
@@ -187,6 +187,30 @@ proto2 or proto3.</p></td>
187
187
  </tr>
188
188
 
189
189
 
190
+
191
+ <tr>
192
+
193
+ <td class="name"><code>name</code></td>
194
+
195
+
196
+ <td class="type">
197
+
198
+
199
+ <span class="param-type">string</span>
200
+
201
+
202
+
203
+ </td>
204
+
205
+
206
+
207
+
208
+
209
+ <td class="description last"><p>Name of the field containing this element (for error
210
+ messages)</p></td>
211
+ </tr>
212
+
213
+
190
214
  </tbody>
191
215
  </table>
192
216
 
@@ -224,7 +248,7 @@ proto2 or proto3.</p></td>
224
248
 
225
249
  <dt class="tag-source">Source:</dt>
226
250
  <dd class="tag-source"><ul class="dummy"><li>
227
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1683">line 1683</a>
251
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1720">line 1720</a>
228
252
  </li></ul></dd>
229
253
 
230
254
 
@@ -322,7 +346,79 @@ proto2 or proto3.</p></td>
322
346
 
323
347
  <dt class="tag-source">Source:</dt>
324
348
  <dd class="tag-source"><ul class="dummy"><li>
325
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1701">line 1701</a>
349
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1738">line 1738</a>
350
+ </li></ul></dd>
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+ </dl>
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+ <h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4>
368
+
369
+
370
+
371
+
372
+ <div class="description">
373
+ <p>Name of the field containing this element (for error messages)</p>
374
+ </div>
375
+
376
+
377
+
378
+ <h5>Type:</h5>
379
+ <ul>
380
+ <li>
381
+
382
+ <span class="param-type">string</span>
383
+
384
+
385
+ </li>
386
+ </ul>
387
+
388
+
389
+
390
+
391
+
392
+ <dl class="details">
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+ <dt class="tag-source">Source:</dt>
420
+ <dd class="tag-source"><ul class="dummy"><li>
421
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1750">line 1750</a>
326
422
  </li></ul></dd>
327
423
 
328
424
 
@@ -397,7 +493,7 @@ proto2 or proto3.</p></td>
397
493
 
398
494
  <dt class="tag-source">Source:</dt>
399
495
  <dd class="tag-source"><ul class="dummy"><li>
400
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1695">line 1695</a>
496
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1732">line 1732</a>
401
497
  </li></ul></dd>
402
498
 
403
499
 
@@ -469,7 +565,7 @@ proto2 or proto3.</p></td>
469
565
 
470
566
  <dt class="tag-source">Source:</dt>
471
567
  <dd class="tag-source"><ul class="dummy"><li>
472
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1707">line 1707</a>
568
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1744">line 1744</a>
473
569
  </li></ul></dd>
474
570
 
475
571
 
@@ -541,7 +637,7 @@ proto2 or proto3.</p></td>
541
637
 
542
638
  <dt class="tag-source">Source:</dt>
543
639
  <dd class="tag-source"><ul class="dummy"><li>
544
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1689">line 1689</a>
640
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1726">line 1726</a>
545
641
  </li></ul></dd>
546
642
 
547
643
 
@@ -671,7 +767,7 @@ proto2 or proto3.</p></td>
671
767
 
672
768
  <dt class="tag-source">Source:</dt>
673
769
  <dd class="tag-source"><ul class="dummy"><li>
674
- <a href="ProtoBuf.js.html">ProtoBuf.js</a>, <a href="ProtoBuf.js.html#line1737">line 1737</a>
770
+ <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1780">line 1780</a>
675
771
  </li></ul></dd>
676
772
 
677
773
 
@@ -741,7 +837,7 @@ proto2 or proto3.</p></td>
741
837
  <br class="clear">
742
838
 
743
839
  <footer>
744
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Tue Nov 17 2015 01:51:28 GMT+0100 (Mitteleuropäische Zeit)
840
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
745
841
  </footer>
746
842
 
747
843
  <script> prettyPrint(); </script>