protobufjs 6.8.8 → 6.9.0

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 (108) hide show
  1. package/CHANGELOG.md +941 -921
  2. package/LICENSE +39 -39
  3. package/README.md +901 -879
  4. package/cli/LICENSE +33 -33
  5. package/cli/README.md +11 -11
  6. package/cli/index.d.ts +3 -3
  7. package/cli/index.js +3 -3
  8. package/cli/lib/tsd-jsdoc/LICENSE +20 -20
  9. package/cli/lib/tsd-jsdoc/README.md +23 -23
  10. package/cli/lib/tsd-jsdoc/plugin.js +21 -21
  11. package/cli/lib/tsd-jsdoc/publish.js +705 -693
  12. package/cli/lib/tsd-jsdoc.json +18 -18
  13. package/cli/package.json +1 -1
  14. package/cli/package.standalone.json +32 -32
  15. package/cli/pbjs.d.ts +9 -9
  16. package/cli/pbjs.js +329 -329
  17. package/cli/pbts.d.ts +9 -9
  18. package/cli/pbts.js +197 -197
  19. package/cli/targets/json-module.js +38 -38
  20. package/cli/targets/json.js +8 -8
  21. package/cli/targets/proto.js +326 -326
  22. package/cli/targets/proto2.js +10 -10
  23. package/cli/targets/proto3.js +10 -10
  24. package/cli/targets/static-module.js +29 -29
  25. package/cli/targets/static.js +702 -702
  26. package/cli/util.js +183 -183
  27. package/cli/wrappers/amd.js +7 -7
  28. package/cli/wrappers/closure.js +7 -7
  29. package/cli/wrappers/commonjs.js +7 -7
  30. package/cli/wrappers/default.js +15 -15
  31. package/cli/wrappers/es6.js +5 -5
  32. package/dist/README.md +31 -31
  33. package/dist/light/README.md +31 -31
  34. package/dist/light/protobuf.js +6058 -6032
  35. package/dist/light/protobuf.js.map +1 -1
  36. package/dist/light/protobuf.min.js +3 -3
  37. package/dist/light/protobuf.min.js.map +1 -1
  38. package/dist/minimal/README.md +31 -31
  39. package/dist/minimal/protobuf.js +1900 -1877
  40. package/dist/minimal/protobuf.js.map +1 -1
  41. package/dist/minimal/protobuf.min.js +3 -3
  42. package/dist/minimal/protobuf.min.js.map +1 -1
  43. package/dist/protobuf.js +7625 -7596
  44. package/dist/protobuf.js.map +1 -1
  45. package/dist/protobuf.min.js +3 -3
  46. package/dist/protobuf.min.js.map +1 -1
  47. package/ext/debug/README.md +4 -4
  48. package/ext/debug/index.js +71 -71
  49. package/ext/descriptor/README.md +72 -72
  50. package/ext/descriptor/index.js +1052 -1052
  51. package/ext/descriptor/test.js +54 -54
  52. package/google/LICENSE +27 -27
  53. package/google/README.md +1 -1
  54. package/google/api/annotations.proto +10 -10
  55. package/google/protobuf/descriptor.proto +286 -286
  56. package/google/protobuf/source_context.proto +7 -7
  57. package/index.d.ts +6 -6
  58. package/index.js +4 -4
  59. package/light.d.ts +2 -2
  60. package/light.js +3 -3
  61. package/minimal.d.ts +2 -2
  62. package/minimal.js +4 -4
  63. package/package-lock.json +4223 -3171
  64. package/package.json +122 -122
  65. package/scripts/changelog.js +150 -150
  66. package/scripts/postinstall.js +35 -35
  67. package/src/common.js +399 -399
  68. package/src/converter.js +293 -293
  69. package/src/decoder.js +106 -106
  70. package/src/encoder.js +100 -100
  71. package/src/enum.js +181 -181
  72. package/src/field.js +371 -371
  73. package/src/index-light.js +104 -104
  74. package/src/index-minimal.js +36 -36
  75. package/src/index.js +12 -12
  76. package/src/mapfield.js +126 -126
  77. package/src/message.js +138 -138
  78. package/src/method.js +151 -151
  79. package/src/namespace.js +433 -433
  80. package/src/object.js +200 -200
  81. package/src/oneof.js +203 -203
  82. package/src/parse.js +761 -758
  83. package/src/reader.js +411 -405
  84. package/src/reader_buffer.js +51 -44
  85. package/src/root.js +353 -351
  86. package/src/roots.js +18 -18
  87. package/src/rpc/service.js +142 -142
  88. package/src/rpc.js +36 -36
  89. package/src/service.js +167 -167
  90. package/src/tokenize.js +397 -397
  91. package/src/type.js +589 -589
  92. package/src/types.js +196 -196
  93. package/src/typescript.jsdoc +15 -15
  94. package/src/util/longbits.js +200 -200
  95. package/src/util/minimal.js +414 -414
  96. package/src/util.js +178 -178
  97. package/src/verifier.js +176 -176
  98. package/src/wrappers.js +83 -83
  99. package/src/writer.js +465 -459
  100. package/src/writer_buffer.js +85 -81
  101. package/tsconfig.json +6 -6
  102. package/cli/node_modules/os-tmpdir/index.js +0 -25
  103. package/cli/node_modules/os-tmpdir/license +0 -21
  104. package/cli/node_modules/os-tmpdir/readme.md +0 -32
  105. package/cli/node_modules/tmp/LICENSE +0 -21
  106. package/cli/node_modules/tmp/README.md +0 -314
  107. package/cli/node_modules/tmp/lib/tmp.js +0 -611
  108. package/cli/package-lock.json +0 -20
package/src/object.js CHANGED
@@ -1,200 +1,200 @@
1
- "use strict";
2
- module.exports = ReflectionObject;
3
-
4
- ReflectionObject.className = "ReflectionObject";
5
-
6
- var util = require("./util");
7
-
8
- var Root; // cyclic
9
-
10
- /**
11
- * Constructs a new reflection object instance.
12
- * @classdesc Base class of all reflection objects.
13
- * @constructor
14
- * @param {string} name Object name
15
- * @param {Object.<string,*>} [options] Declared options
16
- * @abstract
17
- */
18
- function ReflectionObject(name, options) {
19
-
20
- if (!util.isString(name))
21
- throw TypeError("name must be a string");
22
-
23
- if (options && !util.isObject(options))
24
- throw TypeError("options must be an object");
25
-
26
- /**
27
- * Options.
28
- * @type {Object.<string,*>|undefined}
29
- */
30
- this.options = options; // toJSON
31
-
32
- /**
33
- * Unique name within its namespace.
34
- * @type {string}
35
- */
36
- this.name = name;
37
-
38
- /**
39
- * Parent namespace.
40
- * @type {Namespace|null}
41
- */
42
- this.parent = null;
43
-
44
- /**
45
- * Whether already resolved or not.
46
- * @type {boolean}
47
- */
48
- this.resolved = false;
49
-
50
- /**
51
- * Comment text, if any.
52
- * @type {string|null}
53
- */
54
- this.comment = null;
55
-
56
- /**
57
- * Defining file name.
58
- * @type {string|null}
59
- */
60
- this.filename = null;
61
- }
62
-
63
- Object.defineProperties(ReflectionObject.prototype, {
64
-
65
- /**
66
- * Reference to the root namespace.
67
- * @name ReflectionObject#root
68
- * @type {Root}
69
- * @readonly
70
- */
71
- root: {
72
- get: function() {
73
- var ptr = this;
74
- while (ptr.parent !== null)
75
- ptr = ptr.parent;
76
- return ptr;
77
- }
78
- },
79
-
80
- /**
81
- * Full name including leading dot.
82
- * @name ReflectionObject#fullName
83
- * @type {string}
84
- * @readonly
85
- */
86
- fullName: {
87
- get: function() {
88
- var path = [ this.name ],
89
- ptr = this.parent;
90
- while (ptr) {
91
- path.unshift(ptr.name);
92
- ptr = ptr.parent;
93
- }
94
- return path.join(".");
95
- }
96
- }
97
- });
98
-
99
- /**
100
- * Converts this reflection object to its descriptor representation.
101
- * @returns {Object.<string,*>} Descriptor
102
- * @abstract
103
- */
104
- ReflectionObject.prototype.toJSON = /* istanbul ignore next */ function toJSON() {
105
- throw Error(); // not implemented, shouldn't happen
106
- };
107
-
108
- /**
109
- * Called when this object is added to a parent.
110
- * @param {ReflectionObject} parent Parent added to
111
- * @returns {undefined}
112
- */
113
- ReflectionObject.prototype.onAdd = function onAdd(parent) {
114
- if (this.parent && this.parent !== parent)
115
- this.parent.remove(this);
116
- this.parent = parent;
117
- this.resolved = false;
118
- var root = parent.root;
119
- if (root instanceof Root)
120
- root._handleAdd(this);
121
- };
122
-
123
- /**
124
- * Called when this object is removed from a parent.
125
- * @param {ReflectionObject} parent Parent removed from
126
- * @returns {undefined}
127
- */
128
- ReflectionObject.prototype.onRemove = function onRemove(parent) {
129
- var root = parent.root;
130
- if (root instanceof Root)
131
- root._handleRemove(this);
132
- this.parent = null;
133
- this.resolved = false;
134
- };
135
-
136
- /**
137
- * Resolves this objects type references.
138
- * @returns {ReflectionObject} `this`
139
- */
140
- ReflectionObject.prototype.resolve = function resolve() {
141
- if (this.resolved)
142
- return this;
143
- if (this.root instanceof Root)
144
- this.resolved = true; // only if part of a root
145
- return this;
146
- };
147
-
148
- /**
149
- * Gets an option value.
150
- * @param {string} name Option name
151
- * @returns {*} Option value or `undefined` if not set
152
- */
153
- ReflectionObject.prototype.getOption = function getOption(name) {
154
- if (this.options)
155
- return this.options[name];
156
- return undefined;
157
- };
158
-
159
- /**
160
- * Sets an option.
161
- * @param {string} name Option name
162
- * @param {*} value Option value
163
- * @param {boolean} [ifNotSet] Sets the option only if it isn't currently set
164
- * @returns {ReflectionObject} `this`
165
- */
166
- ReflectionObject.prototype.setOption = function setOption(name, value, ifNotSet) {
167
- if (!ifNotSet || !this.options || this.options[name] === undefined)
168
- (this.options || (this.options = {}))[name] = value;
169
- return this;
170
- };
171
-
172
- /**
173
- * Sets multiple options.
174
- * @param {Object.<string,*>} options Options to set
175
- * @param {boolean} [ifNotSet] Sets an option only if it isn't currently set
176
- * @returns {ReflectionObject} `this`
177
- */
178
- ReflectionObject.prototype.setOptions = function setOptions(options, ifNotSet) {
179
- if (options)
180
- for (var keys = Object.keys(options), i = 0; i < keys.length; ++i)
181
- this.setOption(keys[i], options[keys[i]], ifNotSet);
182
- return this;
183
- };
184
-
185
- /**
186
- * Converts this instance to its string representation.
187
- * @returns {string} Class name[, space, full name]
188
- */
189
- ReflectionObject.prototype.toString = function toString() {
190
- var className = this.constructor.className,
191
- fullName = this.fullName;
192
- if (fullName.length)
193
- return className + " " + fullName;
194
- return className;
195
- };
196
-
197
- // Sets up cyclic dependencies (called in index-light)
198
- ReflectionObject._configure = function(Root_) {
199
- Root = Root_;
200
- };
1
+ "use strict";
2
+ module.exports = ReflectionObject;
3
+
4
+ ReflectionObject.className = "ReflectionObject";
5
+
6
+ var util = require("./util");
7
+
8
+ var Root; // cyclic
9
+
10
+ /**
11
+ * Constructs a new reflection object instance.
12
+ * @classdesc Base class of all reflection objects.
13
+ * @constructor
14
+ * @param {string} name Object name
15
+ * @param {Object.<string,*>} [options] Declared options
16
+ * @abstract
17
+ */
18
+ function ReflectionObject(name, options) {
19
+
20
+ if (!util.isString(name))
21
+ throw TypeError("name must be a string");
22
+
23
+ if (options && !util.isObject(options))
24
+ throw TypeError("options must be an object");
25
+
26
+ /**
27
+ * Options.
28
+ * @type {Object.<string,*>|undefined}
29
+ */
30
+ this.options = options; // toJSON
31
+
32
+ /**
33
+ * Unique name within its namespace.
34
+ * @type {string}
35
+ */
36
+ this.name = name;
37
+
38
+ /**
39
+ * Parent namespace.
40
+ * @type {Namespace|null}
41
+ */
42
+ this.parent = null;
43
+
44
+ /**
45
+ * Whether already resolved or not.
46
+ * @type {boolean}
47
+ */
48
+ this.resolved = false;
49
+
50
+ /**
51
+ * Comment text, if any.
52
+ * @type {string|null}
53
+ */
54
+ this.comment = null;
55
+
56
+ /**
57
+ * Defining file name.
58
+ * @type {string|null}
59
+ */
60
+ this.filename = null;
61
+ }
62
+
63
+ Object.defineProperties(ReflectionObject.prototype, {
64
+
65
+ /**
66
+ * Reference to the root namespace.
67
+ * @name ReflectionObject#root
68
+ * @type {Root}
69
+ * @readonly
70
+ */
71
+ root: {
72
+ get: function() {
73
+ var ptr = this;
74
+ while (ptr.parent !== null)
75
+ ptr = ptr.parent;
76
+ return ptr;
77
+ }
78
+ },
79
+
80
+ /**
81
+ * Full name including leading dot.
82
+ * @name ReflectionObject#fullName
83
+ * @type {string}
84
+ * @readonly
85
+ */
86
+ fullName: {
87
+ get: function() {
88
+ var path = [ this.name ],
89
+ ptr = this.parent;
90
+ while (ptr) {
91
+ path.unshift(ptr.name);
92
+ ptr = ptr.parent;
93
+ }
94
+ return path.join(".");
95
+ }
96
+ }
97
+ });
98
+
99
+ /**
100
+ * Converts this reflection object to its descriptor representation.
101
+ * @returns {Object.<string,*>} Descriptor
102
+ * @abstract
103
+ */
104
+ ReflectionObject.prototype.toJSON = /* istanbul ignore next */ function toJSON() {
105
+ throw Error(); // not implemented, shouldn't happen
106
+ };
107
+
108
+ /**
109
+ * Called when this object is added to a parent.
110
+ * @param {ReflectionObject} parent Parent added to
111
+ * @returns {undefined}
112
+ */
113
+ ReflectionObject.prototype.onAdd = function onAdd(parent) {
114
+ if (this.parent && this.parent !== parent)
115
+ this.parent.remove(this);
116
+ this.parent = parent;
117
+ this.resolved = false;
118
+ var root = parent.root;
119
+ if (root instanceof Root)
120
+ root._handleAdd(this);
121
+ };
122
+
123
+ /**
124
+ * Called when this object is removed from a parent.
125
+ * @param {ReflectionObject} parent Parent removed from
126
+ * @returns {undefined}
127
+ */
128
+ ReflectionObject.prototype.onRemove = function onRemove(parent) {
129
+ var root = parent.root;
130
+ if (root instanceof Root)
131
+ root._handleRemove(this);
132
+ this.parent = null;
133
+ this.resolved = false;
134
+ };
135
+
136
+ /**
137
+ * Resolves this objects type references.
138
+ * @returns {ReflectionObject} `this`
139
+ */
140
+ ReflectionObject.prototype.resolve = function resolve() {
141
+ if (this.resolved)
142
+ return this;
143
+ if (this.root instanceof Root)
144
+ this.resolved = true; // only if part of a root
145
+ return this;
146
+ };
147
+
148
+ /**
149
+ * Gets an option value.
150
+ * @param {string} name Option name
151
+ * @returns {*} Option value or `undefined` if not set
152
+ */
153
+ ReflectionObject.prototype.getOption = function getOption(name) {
154
+ if (this.options)
155
+ return this.options[name];
156
+ return undefined;
157
+ };
158
+
159
+ /**
160
+ * Sets an option.
161
+ * @param {string} name Option name
162
+ * @param {*} value Option value
163
+ * @param {boolean} [ifNotSet] Sets the option only if it isn't currently set
164
+ * @returns {ReflectionObject} `this`
165
+ */
166
+ ReflectionObject.prototype.setOption = function setOption(name, value, ifNotSet) {
167
+ if (!ifNotSet || !this.options || this.options[name] === undefined)
168
+ (this.options || (this.options = {}))[name] = value;
169
+ return this;
170
+ };
171
+
172
+ /**
173
+ * Sets multiple options.
174
+ * @param {Object.<string,*>} options Options to set
175
+ * @param {boolean} [ifNotSet] Sets an option only if it isn't currently set
176
+ * @returns {ReflectionObject} `this`
177
+ */
178
+ ReflectionObject.prototype.setOptions = function setOptions(options, ifNotSet) {
179
+ if (options)
180
+ for (var keys = Object.keys(options), i = 0; i < keys.length; ++i)
181
+ this.setOption(keys[i], options[keys[i]], ifNotSet);
182
+ return this;
183
+ };
184
+
185
+ /**
186
+ * Converts this instance to its string representation.
187
+ * @returns {string} Class name[, space, full name]
188
+ */
189
+ ReflectionObject.prototype.toString = function toString() {
190
+ var className = this.constructor.className,
191
+ fullName = this.fullName;
192
+ if (fullName.length)
193
+ return className + " " + fullName;
194
+ return className;
195
+ };
196
+
197
+ // Sets up cyclic dependencies (called in index-light)
198
+ ReflectionObject._configure = function(Root_) {
199
+ Root = Root_;
200
+ };