@flock/wirespec 0.8.56 → 0.9.1
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.
- package/arrow-arrow-atomic.js +21 -21
- package/arrow-arrow-atomic.js.map +1 -1
- package/arrow-arrow-continuations.js +8 -8
- package/arrow-arrow-core.js +100 -100
- package/arrow-arrow-core.js.map +1 -1
- package/clikt-clikt.js +1985 -1985
- package/clikt-clikt.js.map +1 -1
- package/colormath-root-colormath.js +421 -421
- package/colormath-root-colormath.js.map +1 -1
- package/{kotlin-kotlin-stdlib-js-ir.js → kotlin-kotlin-stdlib.js} +11311 -10651
- package/kotlin-kotlin-stdlib.js.map +1 -0
- package/kotlin-openapi-bindings.js +3637 -3637
- package/kotlin-openapi-bindings.js.map +1 -1
- package/kotlin-rgxgen.js +4328 -0
- package/kotlin-rgxgen.js.map +1 -0
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1640 -1640
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1328 -1320
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -1
- package/markdown.js +2128 -2131
- package/markdown.js.map +1 -1
- package/mordant-mordant.js +2279 -2287
- package/mordant-mordant.js.map +1 -1
- package/package.json +1 -1
- package/wirespec-src-compiler-core.js +2091 -2015
- package/wirespec-src-compiler-core.js.map +1 -1
- package/wirespec-src-compiler-lib.js +480 -431
- package/wirespec-src-compiler-lib.js.map +1 -1
- package/wirespec-src-converter-openapi.js +855 -855
- package/wirespec-src-converter-openapi.js.map +1 -1
- package/wirespec-src-generator.js +311 -0
- package/wirespec-src-generator.js.map +1 -0
- package/wirespec-src-plugin-arguments.js +123 -119
- package/wirespec-src-plugin-arguments.js.map +1 -1
- package/wirespec-src-plugin-cli.js +252 -232
- package/wirespec-src-plugin-cli.js.map +1 -1
- package/wirespec-src-plugin-npm.d.ts +6 -0
- package/wirespec-src-plugin-npm.js +52 -7
- package/wirespec-src-plugin-npm.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
(function (root, factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports', './kotlin-kotlin-stdlib
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js', './wirespec-src-compiler-core.js', './wirespec-src-converter-openapi.js', './arrow-arrow-core.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports, require('./kotlin-kotlin-stdlib
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./wirespec-src-compiler-core.js'), require('./wirespec-src-converter-openapi.js'), require('./arrow-arrow-core.js'));
|
|
6
6
|
else {
|
|
7
|
-
if (typeof this['kotlin-kotlin-stdlib
|
|
8
|
-
throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'kotlin-kotlin-stdlib
|
|
7
|
+
if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
+
throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'wirespec-src-compiler-lib'.");
|
|
9
9
|
}
|
|
10
10
|
if (typeof this['wirespec-src-compiler-core'] === 'undefined') {
|
|
11
11
|
throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'wirespec-src-compiler-core' was not found. Please, check whether 'wirespec-src-compiler-core' is loaded prior to 'wirespec-src-compiler-lib'.");
|
|
@@ -16,46 +16,46 @@
|
|
|
16
16
|
if (typeof this['arrow-arrow-core'] === 'undefined') {
|
|
17
17
|
throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'arrow-arrow-core' was not found. Please, check whether 'arrow-arrow-core' is loaded prior to 'wirespec-src-compiler-lib'.");
|
|
18
18
|
}
|
|
19
|
-
root['wirespec-src-compiler-lib'] = factory(typeof this['wirespec-src-compiler-lib'] === 'undefined' ? {} : this['wirespec-src-compiler-lib'], this['kotlin-kotlin-stdlib
|
|
19
|
+
root['wirespec-src-compiler-lib'] = factory(typeof this['wirespec-src-compiler-lib'] === 'undefined' ? {} : this['wirespec-src-compiler-lib'], this['kotlin-kotlin-stdlib'], this['wirespec-src-compiler-core'], this['wirespec-src-converter-openapi'], this['arrow-arrow-core']);
|
|
20
20
|
}
|
|
21
21
|
}(this, function (_, kotlin_kotlin, kotlin_community_flock_wirespec_compiler_core, kotlin_community_flock_wirespec_converter_openapi, kotlin_io_arrow_kt_arrow_core) {
|
|
22
22
|
'use strict';
|
|
23
23
|
//region block: imports
|
|
24
24
|
var imul = Math.imul;
|
|
25
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
26
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
27
|
-
var VOID = kotlin_kotlin.$_$.
|
|
28
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
29
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
30
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
31
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
32
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
33
|
-
var toString = kotlin_kotlin.$_$.
|
|
34
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
35
|
-
var equals = kotlin_kotlin.$_$.
|
|
36
|
-
var THROW_ISE = kotlin_kotlin.$_$.
|
|
37
|
-
var Unit_getInstance = kotlin_kotlin.$_$.
|
|
38
|
-
var Enum = kotlin_kotlin.$_$.
|
|
39
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
40
|
-
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.
|
|
41
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
42
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
43
|
-
var Union = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
25
|
+
var protoOf = kotlin_kotlin.$_$.ca;
|
|
26
|
+
var interfaceMeta = kotlin_kotlin.$_$.g9;
|
|
27
|
+
var VOID = kotlin_kotlin.$_$.gf;
|
|
28
|
+
var setMetadataFor = kotlin_kotlin.$_$.da;
|
|
29
|
+
var getStringHashCode = kotlin_kotlin.$_$.e9;
|
|
30
|
+
var THROW_CCE = kotlin_kotlin.$_$.he;
|
|
31
|
+
var defineProp = kotlin_kotlin.$_$.z8;
|
|
32
|
+
var classMeta = kotlin_kotlin.$_$.x8;
|
|
33
|
+
var toString = kotlin_kotlin.$_$.ha;
|
|
34
|
+
var hashCode = kotlin_kotlin.$_$.f9;
|
|
35
|
+
var equals = kotlin_kotlin.$_$.a9;
|
|
36
|
+
var THROW_ISE = kotlin_kotlin.$_$.ie;
|
|
37
|
+
var Unit_getInstance = kotlin_kotlin.$_$.x3;
|
|
38
|
+
var Enum = kotlin_kotlin.$_$.xd;
|
|
39
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.w4;
|
|
40
|
+
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.j;
|
|
41
|
+
var copyToArray = kotlin_kotlin.$_$.k5;
|
|
42
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.cf;
|
|
43
|
+
var Union = kotlin_community_flock_wirespec_compiler_core.$_$.z;
|
|
44
44
|
var Refined = kotlin_community_flock_wirespec_compiler_core.$_$.r;
|
|
45
45
|
var Enum_0 = kotlin_community_flock_wirespec_compiler_core.$_$.p;
|
|
46
46
|
var Endpoint = kotlin_community_flock_wirespec_compiler_core.$_$.o;
|
|
47
|
-
var Type = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
47
|
+
var Type = kotlin_community_flock_wirespec_compiler_core.$_$.y;
|
|
48
48
|
var Param = kotlin_community_flock_wirespec_compiler_core.$_$.n;
|
|
49
49
|
var Literal = kotlin_community_flock_wirespec_compiler_core.$_$.m;
|
|
50
|
-
var Primitive = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
51
|
-
var Custom = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
52
|
-
var Unit = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
53
|
-
var Any = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
54
|
-
var Logger = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
55
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
50
|
+
var Primitive = kotlin_community_flock_wirespec_compiler_core.$_$.u;
|
|
51
|
+
var Custom = kotlin_community_flock_wirespec_compiler_core.$_$.t;
|
|
52
|
+
var Unit = kotlin_community_flock_wirespec_compiler_core.$_$.v;
|
|
53
|
+
var Any = kotlin_community_flock_wirespec_compiler_core.$_$.s;
|
|
54
|
+
var Logger = kotlin_community_flock_wirespec_compiler_core.$_$.e1;
|
|
55
|
+
var objectMeta = kotlin_kotlin.$_$.ba;
|
|
56
56
|
var WirespecSpec_getInstance = kotlin_community_flock_wirespec_compiler_core.$_$.m1;
|
|
57
|
-
var compile = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
58
|
-
var tokenize = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
57
|
+
var compile = kotlin_community_flock_wirespec_compiler_core.$_$.b1;
|
|
58
|
+
var tokenize = kotlin_community_flock_wirespec_compiler_core.$_$.a1;
|
|
59
59
|
var Parser = kotlin_community_flock_wirespec_compiler_core.$_$.q;
|
|
60
60
|
var KotlinEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.d;
|
|
61
61
|
var TypeScriptEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.f;
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
var Right = kotlin_io_arrow_kt_arrow_core.$_$.d;
|
|
68
68
|
var NonEmptyList = kotlin_io_arrow_kt_arrow_core.$_$.e;
|
|
69
69
|
var Left = kotlin_io_arrow_kt_arrow_core.$_$.c;
|
|
70
|
-
var first = kotlin_kotlin.$_$.
|
|
71
|
-
var contentEquals = kotlin_kotlin.$_$.
|
|
72
|
-
var contentHashCode = kotlin_kotlin.$_$.
|
|
70
|
+
var first = kotlin_kotlin.$_$.v5;
|
|
71
|
+
var contentEquals = kotlin_kotlin.$_$.y4;
|
|
72
|
+
var contentHashCode = kotlin_kotlin.$_$.z4;
|
|
73
73
|
//endregion
|
|
74
74
|
//region block: pre-declaration
|
|
75
75
|
setMetadataFor(WsNode, 'WsNode', interfaceMeta);
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
setMetadataFor(WsCompiled, 'WsCompiled', classMeta);
|
|
122
122
|
setMetadataFor(WsCompiledFile, 'WsCompiledFile', classMeta);
|
|
123
123
|
setMetadataFor(WsParseResult, 'WsParseResult', classMeta);
|
|
124
|
+
setMetadataFor(WsStringResult, 'WsStringResult', classMeta);
|
|
124
125
|
setMetadataFor(WsTokenResult, 'WsTokenResult', classMeta);
|
|
125
126
|
setMetadataFor(WsTokens, 'WsTokens', classMeta);
|
|
126
127
|
setMetadataFor(WsToken, 'WsToken', classMeta);
|
|
@@ -131,34 +132,34 @@
|
|
|
131
132
|
function WsNode() {
|
|
132
133
|
}
|
|
133
134
|
function WsType(name, shape) {
|
|
134
|
-
this.
|
|
135
|
+
this.r23_1 = name;
|
|
135
136
|
this.shape = shape;
|
|
136
137
|
}
|
|
137
|
-
protoOf(WsType).
|
|
138
|
-
return this.
|
|
138
|
+
protoOf(WsType).va = function () {
|
|
139
|
+
return this.r23_1;
|
|
139
140
|
};
|
|
140
|
-
protoOf(WsType).
|
|
141
|
+
protoOf(WsType).s23 = function () {
|
|
141
142
|
return this.shape;
|
|
142
143
|
};
|
|
143
|
-
protoOf(WsType).
|
|
144
|
-
return this.
|
|
144
|
+
protoOf(WsType).fd = function () {
|
|
145
|
+
return this.r23_1;
|
|
145
146
|
};
|
|
146
|
-
protoOf(WsType).
|
|
147
|
+
protoOf(WsType).gd = function () {
|
|
147
148
|
return this.shape;
|
|
148
149
|
};
|
|
149
|
-
protoOf(WsType).
|
|
150
|
+
protoOf(WsType).t23 = function (name, shape) {
|
|
150
151
|
return new WsType(name, shape);
|
|
151
152
|
};
|
|
152
153
|
protoOf(WsType).copy = function (name, shape, $super) {
|
|
153
|
-
name = name === VOID ? this.
|
|
154
|
+
name = name === VOID ? this.r23_1 : name;
|
|
154
155
|
shape = shape === VOID ? this.shape : shape;
|
|
155
|
-
return this.
|
|
156
|
+
return this.t23(name, shape);
|
|
156
157
|
};
|
|
157
158
|
protoOf(WsType).toString = function () {
|
|
158
|
-
return 'WsType(name=' + this.
|
|
159
|
+
return 'WsType(name=' + this.r23_1 + ', shape=' + this.shape + ')';
|
|
159
160
|
};
|
|
160
161
|
protoOf(WsType).hashCode = function () {
|
|
161
|
-
var result = getStringHashCode(this.
|
|
162
|
+
var result = getStringHashCode(this.r23_1);
|
|
162
163
|
result = imul(result, 31) + this.shape.hashCode() | 0;
|
|
163
164
|
return result;
|
|
164
165
|
};
|
|
@@ -168,7 +169,7 @@
|
|
|
168
169
|
if (!(other instanceof WsType))
|
|
169
170
|
return false;
|
|
170
171
|
var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
|
|
171
|
-
if (!(this.
|
|
172
|
+
if (!(this.r23_1 === tmp0_other_with_cast.r23_1))
|
|
172
173
|
return false;
|
|
173
174
|
if (!this.shape.equals(tmp0_other_with_cast.shape))
|
|
174
175
|
return false;
|
|
@@ -177,18 +178,18 @@
|
|
|
177
178
|
function WsShape(value) {
|
|
178
179
|
this.value = value;
|
|
179
180
|
}
|
|
180
|
-
protoOf(WsShape).
|
|
181
|
+
protoOf(WsShape).p2 = function () {
|
|
181
182
|
return this.value;
|
|
182
183
|
};
|
|
183
|
-
protoOf(WsShape).
|
|
184
|
+
protoOf(WsShape).fd = function () {
|
|
184
185
|
return this.value;
|
|
185
186
|
};
|
|
186
|
-
protoOf(WsShape).
|
|
187
|
+
protoOf(WsShape).u23 = function (value) {
|
|
187
188
|
return new WsShape(value);
|
|
188
189
|
};
|
|
189
190
|
protoOf(WsShape).copy = function (value, $super) {
|
|
190
191
|
value = value === VOID ? this.value : value;
|
|
191
|
-
return this.
|
|
192
|
+
return this.u23(value);
|
|
192
193
|
};
|
|
193
194
|
protoOf(WsShape).toString = function () {
|
|
194
195
|
return 'WsShape(value=' + toString(this.value) + ')';
|
|
@@ -207,7 +208,7 @@
|
|
|
207
208
|
return true;
|
|
208
209
|
};
|
|
209
210
|
function WsEndpoint(name, method, path, query, headers, cookies, requests, responses) {
|
|
210
|
-
this.
|
|
211
|
+
this.v23_1 = name;
|
|
211
212
|
this.method = method;
|
|
212
213
|
this.path = path;
|
|
213
214
|
this.query = query;
|
|
@@ -216,59 +217,59 @@
|
|
|
216
217
|
this.requests = requests;
|
|
217
218
|
this.responses = responses;
|
|
218
219
|
}
|
|
219
|
-
protoOf(WsEndpoint).
|
|
220
|
-
return this.
|
|
220
|
+
protoOf(WsEndpoint).va = function () {
|
|
221
|
+
return this.v23_1;
|
|
221
222
|
};
|
|
222
|
-
protoOf(WsEndpoint).
|
|
223
|
+
protoOf(WsEndpoint).w23 = function () {
|
|
223
224
|
return this.method;
|
|
224
225
|
};
|
|
225
|
-
protoOf(WsEndpoint).
|
|
226
|
+
protoOf(WsEndpoint).x23 = function () {
|
|
226
227
|
return this.path;
|
|
227
228
|
};
|
|
228
|
-
protoOf(WsEndpoint).
|
|
229
|
+
protoOf(WsEndpoint).y23 = function () {
|
|
229
230
|
return this.query;
|
|
230
231
|
};
|
|
231
|
-
protoOf(WsEndpoint).
|
|
232
|
+
protoOf(WsEndpoint).z23 = function () {
|
|
232
233
|
return this.headers;
|
|
233
234
|
};
|
|
234
|
-
protoOf(WsEndpoint).
|
|
235
|
+
protoOf(WsEndpoint).a24 = function () {
|
|
235
236
|
return this.cookies;
|
|
236
237
|
};
|
|
237
|
-
protoOf(WsEndpoint).
|
|
238
|
+
protoOf(WsEndpoint).b24 = function () {
|
|
238
239
|
return this.requests;
|
|
239
240
|
};
|
|
240
|
-
protoOf(WsEndpoint).
|
|
241
|
+
protoOf(WsEndpoint).c24 = function () {
|
|
241
242
|
return this.responses;
|
|
242
243
|
};
|
|
243
|
-
protoOf(WsEndpoint).
|
|
244
|
-
return this.
|
|
244
|
+
protoOf(WsEndpoint).fd = function () {
|
|
245
|
+
return this.v23_1;
|
|
245
246
|
};
|
|
246
|
-
protoOf(WsEndpoint).
|
|
247
|
+
protoOf(WsEndpoint).gd = function () {
|
|
247
248
|
return this.method;
|
|
248
249
|
};
|
|
249
|
-
protoOf(WsEndpoint).
|
|
250
|
+
protoOf(WsEndpoint).zg = function () {
|
|
250
251
|
return this.path;
|
|
251
252
|
};
|
|
252
|
-
protoOf(WsEndpoint).
|
|
253
|
+
protoOf(WsEndpoint).d24 = function () {
|
|
253
254
|
return this.query;
|
|
254
255
|
};
|
|
255
|
-
protoOf(WsEndpoint).
|
|
256
|
+
protoOf(WsEndpoint).e24 = function () {
|
|
256
257
|
return this.headers;
|
|
257
258
|
};
|
|
258
|
-
protoOf(WsEndpoint).
|
|
259
|
+
protoOf(WsEndpoint).f24 = function () {
|
|
259
260
|
return this.cookies;
|
|
260
261
|
};
|
|
261
|
-
protoOf(WsEndpoint).
|
|
262
|
+
protoOf(WsEndpoint).g24 = function () {
|
|
262
263
|
return this.requests;
|
|
263
264
|
};
|
|
264
|
-
protoOf(WsEndpoint).
|
|
265
|
+
protoOf(WsEndpoint).h24 = function () {
|
|
265
266
|
return this.responses;
|
|
266
267
|
};
|
|
267
|
-
protoOf(WsEndpoint).
|
|
268
|
+
protoOf(WsEndpoint).i24 = function (name, method, path, query, headers, cookies, requests, responses) {
|
|
268
269
|
return new WsEndpoint(name, method, path, query, headers, cookies, requests, responses);
|
|
269
270
|
};
|
|
270
271
|
protoOf(WsEndpoint).copy = function (name, method, path, query, headers, cookies, requests, responses, $super) {
|
|
271
|
-
name = name === VOID ? this.
|
|
272
|
+
name = name === VOID ? this.v23_1 : name;
|
|
272
273
|
method = method === VOID ? this.method : method;
|
|
273
274
|
path = path === VOID ? this.path : path;
|
|
274
275
|
query = query === VOID ? this.query : query;
|
|
@@ -276,13 +277,13 @@
|
|
|
276
277
|
cookies = cookies === VOID ? this.cookies : cookies;
|
|
277
278
|
requests = requests === VOID ? this.requests : requests;
|
|
278
279
|
responses = responses === VOID ? this.responses : responses;
|
|
279
|
-
return this.
|
|
280
|
+
return this.i24(name, method, path, query, headers, cookies, requests, responses);
|
|
280
281
|
};
|
|
281
282
|
protoOf(WsEndpoint).toString = function () {
|
|
282
|
-
return 'WsEndpoint(name=' + this.
|
|
283
|
+
return 'WsEndpoint(name=' + this.v23_1 + ', method=' + this.method + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
|
|
283
284
|
};
|
|
284
285
|
protoOf(WsEndpoint).hashCode = function () {
|
|
285
|
-
var result = getStringHashCode(this.
|
|
286
|
+
var result = getStringHashCode(this.v23_1);
|
|
286
287
|
result = imul(result, 31) + this.method.hashCode() | 0;
|
|
287
288
|
result = imul(result, 31) + hashCode(this.path) | 0;
|
|
288
289
|
result = imul(result, 31) + hashCode(this.query) | 0;
|
|
@@ -298,7 +299,7 @@
|
|
|
298
299
|
if (!(other instanceof WsEndpoint))
|
|
299
300
|
return false;
|
|
300
301
|
var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
|
|
301
|
-
if (!(this.
|
|
302
|
+
if (!(this.v23_1 === tmp0_other_with_cast.v23_1))
|
|
302
303
|
return false;
|
|
303
304
|
if (!this.method.equals(tmp0_other_with_cast.method))
|
|
304
305
|
return false;
|
|
@@ -317,34 +318,34 @@
|
|
|
317
318
|
return true;
|
|
318
319
|
};
|
|
319
320
|
function WsEnum(name, entries) {
|
|
320
|
-
this.
|
|
321
|
+
this.j24_1 = name;
|
|
321
322
|
this.entries = entries;
|
|
322
323
|
}
|
|
323
|
-
protoOf(WsEnum).
|
|
324
|
-
return this.
|
|
324
|
+
protoOf(WsEnum).va = function () {
|
|
325
|
+
return this.j24_1;
|
|
325
326
|
};
|
|
326
|
-
protoOf(WsEnum).
|
|
327
|
+
protoOf(WsEnum).n2 = function () {
|
|
327
328
|
return this.entries;
|
|
328
329
|
};
|
|
329
|
-
protoOf(WsEnum).
|
|
330
|
-
return this.
|
|
330
|
+
protoOf(WsEnum).fd = function () {
|
|
331
|
+
return this.j24_1;
|
|
331
332
|
};
|
|
332
|
-
protoOf(WsEnum).
|
|
333
|
+
protoOf(WsEnum).gd = function () {
|
|
333
334
|
return this.entries;
|
|
334
335
|
};
|
|
335
|
-
protoOf(WsEnum).
|
|
336
|
+
protoOf(WsEnum).k24 = function (name, entries) {
|
|
336
337
|
return new WsEnum(name, entries);
|
|
337
338
|
};
|
|
338
339
|
protoOf(WsEnum).copy = function (name, entries, $super) {
|
|
339
|
-
name = name === VOID ? this.
|
|
340
|
+
name = name === VOID ? this.j24_1 : name;
|
|
340
341
|
entries = entries === VOID ? this.entries : entries;
|
|
341
|
-
return this.
|
|
342
|
+
return this.k24(name, entries);
|
|
342
343
|
};
|
|
343
344
|
protoOf(WsEnum).toString = function () {
|
|
344
|
-
return 'WsEnum(name=' + this.
|
|
345
|
+
return 'WsEnum(name=' + this.j24_1 + ', entries=' + toString(this.entries) + ')';
|
|
345
346
|
};
|
|
346
347
|
protoOf(WsEnum).hashCode = function () {
|
|
347
|
-
var result = getStringHashCode(this.
|
|
348
|
+
var result = getStringHashCode(this.j24_1);
|
|
348
349
|
result = imul(result, 31) + hashCode(this.entries) | 0;
|
|
349
350
|
return result;
|
|
350
351
|
};
|
|
@@ -354,41 +355,41 @@
|
|
|
354
355
|
if (!(other instanceof WsEnum))
|
|
355
356
|
return false;
|
|
356
357
|
var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
|
|
357
|
-
if (!(this.
|
|
358
|
+
if (!(this.j24_1 === tmp0_other_with_cast.j24_1))
|
|
358
359
|
return false;
|
|
359
360
|
if (!equals(this.entries, tmp0_other_with_cast.entries))
|
|
360
361
|
return false;
|
|
361
362
|
return true;
|
|
362
363
|
};
|
|
363
364
|
function WsRefined(name, validator) {
|
|
364
|
-
this.
|
|
365
|
+
this.l24_1 = name;
|
|
365
366
|
this.validator = validator;
|
|
366
367
|
}
|
|
367
|
-
protoOf(WsRefined).
|
|
368
|
-
return this.
|
|
368
|
+
protoOf(WsRefined).va = function () {
|
|
369
|
+
return this.l24_1;
|
|
369
370
|
};
|
|
370
|
-
protoOf(WsRefined).
|
|
371
|
+
protoOf(WsRefined).m24 = function () {
|
|
371
372
|
return this.validator;
|
|
372
373
|
};
|
|
373
|
-
protoOf(WsRefined).
|
|
374
|
-
return this.
|
|
374
|
+
protoOf(WsRefined).fd = function () {
|
|
375
|
+
return this.l24_1;
|
|
375
376
|
};
|
|
376
|
-
protoOf(WsRefined).
|
|
377
|
+
protoOf(WsRefined).gd = function () {
|
|
377
378
|
return this.validator;
|
|
378
379
|
};
|
|
379
|
-
protoOf(WsRefined).
|
|
380
|
+
protoOf(WsRefined).n24 = function (name, validator) {
|
|
380
381
|
return new WsRefined(name, validator);
|
|
381
382
|
};
|
|
382
383
|
protoOf(WsRefined).copy = function (name, validator, $super) {
|
|
383
|
-
name = name === VOID ? this.
|
|
384
|
+
name = name === VOID ? this.l24_1 : name;
|
|
384
385
|
validator = validator === VOID ? this.validator : validator;
|
|
385
|
-
return this.
|
|
386
|
+
return this.n24(name, validator);
|
|
386
387
|
};
|
|
387
388
|
protoOf(WsRefined).toString = function () {
|
|
388
|
-
return 'WsRefined(name=' + this.
|
|
389
|
+
return 'WsRefined(name=' + this.l24_1 + ', validator=' + this.validator + ')';
|
|
389
390
|
};
|
|
390
391
|
protoOf(WsRefined).hashCode = function () {
|
|
391
|
-
var result = getStringHashCode(this.
|
|
392
|
+
var result = getStringHashCode(this.l24_1);
|
|
392
393
|
result = imul(result, 31) + getStringHashCode(this.validator) | 0;
|
|
393
394
|
return result;
|
|
394
395
|
};
|
|
@@ -398,7 +399,7 @@
|
|
|
398
399
|
if (!(other instanceof WsRefined))
|
|
399
400
|
return false;
|
|
400
401
|
var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
|
|
401
|
-
if (!(this.
|
|
402
|
+
if (!(this.l24_1 === tmp0_other_with_cast.l24_1))
|
|
402
403
|
return false;
|
|
403
404
|
if (!(this.validator === tmp0_other_with_cast.validator))
|
|
404
405
|
return false;
|
|
@@ -461,18 +462,18 @@
|
|
|
461
462
|
function WsLiteral(value) {
|
|
462
463
|
this.value = value;
|
|
463
464
|
}
|
|
464
|
-
protoOf(WsLiteral).
|
|
465
|
+
protoOf(WsLiteral).p2 = function () {
|
|
465
466
|
return this.value;
|
|
466
467
|
};
|
|
467
|
-
protoOf(WsLiteral).
|
|
468
|
+
protoOf(WsLiteral).fd = function () {
|
|
468
469
|
return this.value;
|
|
469
470
|
};
|
|
470
|
-
protoOf(WsLiteral).
|
|
471
|
+
protoOf(WsLiteral).q24 = function (value) {
|
|
471
472
|
return new WsLiteral(value);
|
|
472
473
|
};
|
|
473
474
|
protoOf(WsLiteral).copy = function (value, $super) {
|
|
474
475
|
value = value === VOID ? this.value : value;
|
|
475
|
-
return this.
|
|
476
|
+
return this.q24(value);
|
|
476
477
|
};
|
|
477
478
|
protoOf(WsLiteral).toString = function () {
|
|
478
479
|
return 'WsLiteral(value=' + this.value + ')';
|
|
@@ -494,25 +495,25 @@
|
|
|
494
495
|
this.identifier = identifier;
|
|
495
496
|
this.reference = reference;
|
|
496
497
|
}
|
|
497
|
-
protoOf(WsParam).
|
|
498
|
+
protoOf(WsParam).r24 = function () {
|
|
498
499
|
return this.identifier;
|
|
499
500
|
};
|
|
500
|
-
protoOf(WsParam).
|
|
501
|
+
protoOf(WsParam).s24 = function () {
|
|
501
502
|
return this.reference;
|
|
502
503
|
};
|
|
503
|
-
protoOf(WsParam).
|
|
504
|
+
protoOf(WsParam).fd = function () {
|
|
504
505
|
return this.identifier;
|
|
505
506
|
};
|
|
506
|
-
protoOf(WsParam).
|
|
507
|
+
protoOf(WsParam).gd = function () {
|
|
507
508
|
return this.reference;
|
|
508
509
|
};
|
|
509
|
-
protoOf(WsParam).
|
|
510
|
+
protoOf(WsParam).t24 = function (identifier, reference) {
|
|
510
511
|
return new WsParam(identifier, reference);
|
|
511
512
|
};
|
|
512
513
|
protoOf(WsParam).copy = function (identifier, reference, $super) {
|
|
513
514
|
identifier = identifier === VOID ? this.identifier : identifier;
|
|
514
515
|
reference = reference === VOID ? this.reference : reference;
|
|
515
|
-
return this.
|
|
516
|
+
return this.t24(identifier, reference);
|
|
516
517
|
};
|
|
517
518
|
protoOf(WsParam).toString = function () {
|
|
518
519
|
return 'WsParam(identifier=' + this.identifier + ', reference=' + this.reference + ')';
|
|
@@ -537,18 +538,18 @@
|
|
|
537
538
|
function Shape(value) {
|
|
538
539
|
this.value = value;
|
|
539
540
|
}
|
|
540
|
-
protoOf(Shape).
|
|
541
|
+
protoOf(Shape).p2 = function () {
|
|
541
542
|
return this.value;
|
|
542
543
|
};
|
|
543
|
-
protoOf(Shape).
|
|
544
|
+
protoOf(Shape).fd = function () {
|
|
544
545
|
return this.value;
|
|
545
546
|
};
|
|
546
|
-
protoOf(Shape).
|
|
547
|
+
protoOf(Shape).u23 = function (value) {
|
|
547
548
|
return new Shape(value);
|
|
548
549
|
};
|
|
549
550
|
protoOf(Shape).copy = function (value, $super) {
|
|
550
551
|
value = value === VOID ? this.value : value;
|
|
551
|
-
return this.
|
|
552
|
+
return this.u23(value);
|
|
552
553
|
};
|
|
553
554
|
protoOf(Shape).toString = function () {
|
|
554
555
|
return 'Shape(value=' + toString(this.value) + ')';
|
|
@@ -571,32 +572,32 @@
|
|
|
571
572
|
this.reference = reference;
|
|
572
573
|
this.isNullable = isNullable;
|
|
573
574
|
}
|
|
574
|
-
protoOf(WsField).
|
|
575
|
+
protoOf(WsField).r24 = function () {
|
|
575
576
|
return this.identifier;
|
|
576
577
|
};
|
|
577
|
-
protoOf(WsField).
|
|
578
|
+
protoOf(WsField).s24 = function () {
|
|
578
579
|
return this.reference;
|
|
579
580
|
};
|
|
580
|
-
protoOf(WsField).
|
|
581
|
+
protoOf(WsField).tj = function () {
|
|
581
582
|
return this.isNullable;
|
|
582
583
|
};
|
|
583
|
-
protoOf(WsField).
|
|
584
|
+
protoOf(WsField).fd = function () {
|
|
584
585
|
return this.identifier;
|
|
585
586
|
};
|
|
586
|
-
protoOf(WsField).
|
|
587
|
+
protoOf(WsField).gd = function () {
|
|
587
588
|
return this.reference;
|
|
588
589
|
};
|
|
589
|
-
protoOf(WsField).
|
|
590
|
+
protoOf(WsField).zg = function () {
|
|
590
591
|
return this.isNullable;
|
|
591
592
|
};
|
|
592
|
-
protoOf(WsField).
|
|
593
|
+
protoOf(WsField).u24 = function (identifier, reference, isNullable) {
|
|
593
594
|
return new WsField(identifier, reference, isNullable);
|
|
594
595
|
};
|
|
595
596
|
protoOf(WsField).copy = function (identifier, reference, isNullable, $super) {
|
|
596
597
|
identifier = identifier === VOID ? this.identifier : identifier;
|
|
597
598
|
reference = reference === VOID ? this.reference : reference;
|
|
598
599
|
isNullable = isNullable === VOID ? this.isNullable : isNullable;
|
|
599
|
-
return this.
|
|
600
|
+
return this.u24(identifier, reference, isNullable);
|
|
600
601
|
};
|
|
601
602
|
protoOf(WsField).toString = function () {
|
|
602
603
|
return 'WsField(identifier=' + this.identifier + ', reference=' + this.reference + ', isNullable=' + this.isNullable + ')';
|
|
@@ -624,18 +625,18 @@
|
|
|
624
625
|
function WsIdentifier(value) {
|
|
625
626
|
this.value = value;
|
|
626
627
|
}
|
|
627
|
-
protoOf(WsIdentifier).
|
|
628
|
+
protoOf(WsIdentifier).p2 = function () {
|
|
628
629
|
return this.value;
|
|
629
630
|
};
|
|
630
|
-
protoOf(WsIdentifier).
|
|
631
|
+
protoOf(WsIdentifier).fd = function () {
|
|
631
632
|
return this.value;
|
|
632
633
|
};
|
|
633
|
-
protoOf(WsIdentifier).
|
|
634
|
+
protoOf(WsIdentifier).q24 = function (value) {
|
|
634
635
|
return new WsIdentifier(value);
|
|
635
636
|
};
|
|
636
637
|
protoOf(WsIdentifier).copy = function (value, $super) {
|
|
637
638
|
value = value === VOID ? this.value : value;
|
|
638
|
-
return this.
|
|
639
|
+
return this.q24(value);
|
|
639
640
|
};
|
|
640
641
|
protoOf(WsIdentifier).toString = function () {
|
|
641
642
|
return 'WsIdentifier(value=' + this.value + ')';
|
|
@@ -657,35 +658,35 @@
|
|
|
657
658
|
}
|
|
658
659
|
function WsAny(isIterable, isMap) {
|
|
659
660
|
isMap = isMap === VOID ? false : isMap;
|
|
660
|
-
this.
|
|
661
|
-
this.
|
|
661
|
+
this.v24_1 = isIterable;
|
|
662
|
+
this.w24_1 = isMap;
|
|
662
663
|
}
|
|
663
|
-
protoOf(WsAny).
|
|
664
|
-
return this.
|
|
664
|
+
protoOf(WsAny).g1s = function () {
|
|
665
|
+
return this.v24_1;
|
|
665
666
|
};
|
|
666
|
-
protoOf(WsAny).
|
|
667
|
-
return this.
|
|
667
|
+
protoOf(WsAny).s1z = function () {
|
|
668
|
+
return this.w24_1;
|
|
668
669
|
};
|
|
669
|
-
protoOf(WsAny).
|
|
670
|
-
return this.
|
|
670
|
+
protoOf(WsAny).fd = function () {
|
|
671
|
+
return this.v24_1;
|
|
671
672
|
};
|
|
672
|
-
protoOf(WsAny).
|
|
673
|
-
return this.
|
|
673
|
+
protoOf(WsAny).gd = function () {
|
|
674
|
+
return this.w24_1;
|
|
674
675
|
};
|
|
675
|
-
protoOf(WsAny).
|
|
676
|
+
protoOf(WsAny).z20 = function (isIterable, isMap) {
|
|
676
677
|
return new WsAny(isIterable, isMap);
|
|
677
678
|
};
|
|
678
679
|
protoOf(WsAny).copy = function (isIterable, isMap, $super) {
|
|
679
|
-
isIterable = isIterable === VOID ? this.
|
|
680
|
-
isMap = isMap === VOID ? this.
|
|
681
|
-
return this.
|
|
680
|
+
isIterable = isIterable === VOID ? this.v24_1 : isIterable;
|
|
681
|
+
isMap = isMap === VOID ? this.w24_1 : isMap;
|
|
682
|
+
return this.z20(isIterable, isMap);
|
|
682
683
|
};
|
|
683
684
|
protoOf(WsAny).toString = function () {
|
|
684
|
-
return 'WsAny(isIterable=' + this.
|
|
685
|
+
return 'WsAny(isIterable=' + this.v24_1 + ', isMap=' + this.w24_1 + ')';
|
|
685
686
|
};
|
|
686
687
|
protoOf(WsAny).hashCode = function () {
|
|
687
|
-
var result = this.
|
|
688
|
-
result = imul(result, 31) + (this.
|
|
688
|
+
var result = this.v24_1 | 0;
|
|
689
|
+
result = imul(result, 31) + (this.w24_1 | 0) | 0;
|
|
689
690
|
return result;
|
|
690
691
|
};
|
|
691
692
|
protoOf(WsAny).equals = function (other) {
|
|
@@ -694,43 +695,43 @@
|
|
|
694
695
|
if (!(other instanceof WsAny))
|
|
695
696
|
return false;
|
|
696
697
|
var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
|
|
697
|
-
if (!(this.
|
|
698
|
+
if (!(this.v24_1 === tmp0_other_with_cast.v24_1))
|
|
698
699
|
return false;
|
|
699
|
-
if (!(this.
|
|
700
|
+
if (!(this.w24_1 === tmp0_other_with_cast.w24_1))
|
|
700
701
|
return false;
|
|
701
702
|
return true;
|
|
702
703
|
};
|
|
703
704
|
function WsUnit(isIterable, isMap) {
|
|
704
705
|
isMap = isMap === VOID ? false : isMap;
|
|
705
|
-
this.
|
|
706
|
-
this.
|
|
706
|
+
this.x24_1 = isIterable;
|
|
707
|
+
this.y24_1 = isMap;
|
|
707
708
|
}
|
|
708
|
-
protoOf(WsUnit).
|
|
709
|
-
return this.
|
|
709
|
+
protoOf(WsUnit).g1s = function () {
|
|
710
|
+
return this.x24_1;
|
|
710
711
|
};
|
|
711
|
-
protoOf(WsUnit).
|
|
712
|
-
return this.
|
|
712
|
+
protoOf(WsUnit).s1z = function () {
|
|
713
|
+
return this.y24_1;
|
|
713
714
|
};
|
|
714
|
-
protoOf(WsUnit).
|
|
715
|
-
return this.
|
|
715
|
+
protoOf(WsUnit).fd = function () {
|
|
716
|
+
return this.x24_1;
|
|
716
717
|
};
|
|
717
|
-
protoOf(WsUnit).
|
|
718
|
-
return this.
|
|
718
|
+
protoOf(WsUnit).gd = function () {
|
|
719
|
+
return this.y24_1;
|
|
719
720
|
};
|
|
720
|
-
protoOf(WsUnit).
|
|
721
|
+
protoOf(WsUnit).z20 = function (isIterable, isMap) {
|
|
721
722
|
return new WsUnit(isIterable, isMap);
|
|
722
723
|
};
|
|
723
724
|
protoOf(WsUnit).copy = function (isIterable, isMap, $super) {
|
|
724
|
-
isIterable = isIterable === VOID ? this.
|
|
725
|
-
isMap = isMap === VOID ? this.
|
|
726
|
-
return this.
|
|
725
|
+
isIterable = isIterable === VOID ? this.x24_1 : isIterable;
|
|
726
|
+
isMap = isMap === VOID ? this.y24_1 : isMap;
|
|
727
|
+
return this.z20(isIterable, isMap);
|
|
727
728
|
};
|
|
728
729
|
protoOf(WsUnit).toString = function () {
|
|
729
|
-
return 'WsUnit(isIterable=' + this.
|
|
730
|
+
return 'WsUnit(isIterable=' + this.x24_1 + ', isMap=' + this.y24_1 + ')';
|
|
730
731
|
};
|
|
731
732
|
protoOf(WsUnit).hashCode = function () {
|
|
732
|
-
var result = this.
|
|
733
|
-
result = imul(result, 31) + (this.
|
|
733
|
+
var result = this.x24_1 | 0;
|
|
734
|
+
result = imul(result, 31) + (this.y24_1 | 0) | 0;
|
|
734
735
|
return result;
|
|
735
736
|
};
|
|
736
737
|
protoOf(WsUnit).equals = function (other) {
|
|
@@ -739,52 +740,52 @@
|
|
|
739
740
|
if (!(other instanceof WsUnit))
|
|
740
741
|
return false;
|
|
741
742
|
var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
|
|
742
|
-
if (!(this.
|
|
743
|
+
if (!(this.x24_1 === tmp0_other_with_cast.x24_1))
|
|
743
744
|
return false;
|
|
744
|
-
if (!(this.
|
|
745
|
+
if (!(this.y24_1 === tmp0_other_with_cast.y24_1))
|
|
745
746
|
return false;
|
|
746
747
|
return true;
|
|
747
748
|
};
|
|
748
749
|
function WsCustom(value, isIterable, isMap) {
|
|
749
750
|
isMap = isMap === VOID ? false : isMap;
|
|
750
751
|
this.value = value;
|
|
751
|
-
this.
|
|
752
|
-
this.
|
|
752
|
+
this.z24_1 = isIterable;
|
|
753
|
+
this.a25_1 = isMap;
|
|
753
754
|
}
|
|
754
|
-
protoOf(WsCustom).
|
|
755
|
+
protoOf(WsCustom).p2 = function () {
|
|
755
756
|
return this.value;
|
|
756
757
|
};
|
|
757
|
-
protoOf(WsCustom).
|
|
758
|
-
return this.
|
|
758
|
+
protoOf(WsCustom).g1s = function () {
|
|
759
|
+
return this.z24_1;
|
|
759
760
|
};
|
|
760
|
-
protoOf(WsCustom).
|
|
761
|
-
return this.
|
|
761
|
+
protoOf(WsCustom).s1z = function () {
|
|
762
|
+
return this.a25_1;
|
|
762
763
|
};
|
|
763
|
-
protoOf(WsCustom).
|
|
764
|
+
protoOf(WsCustom).fd = function () {
|
|
764
765
|
return this.value;
|
|
765
766
|
};
|
|
766
|
-
protoOf(WsCustom).
|
|
767
|
-
return this.
|
|
767
|
+
protoOf(WsCustom).gd = function () {
|
|
768
|
+
return this.z24_1;
|
|
768
769
|
};
|
|
769
|
-
protoOf(WsCustom).
|
|
770
|
-
return this.
|
|
770
|
+
protoOf(WsCustom).zg = function () {
|
|
771
|
+
return this.a25_1;
|
|
771
772
|
};
|
|
772
|
-
protoOf(WsCustom).
|
|
773
|
+
protoOf(WsCustom).e21 = function (value, isIterable, isMap) {
|
|
773
774
|
return new WsCustom(value, isIterable, isMap);
|
|
774
775
|
};
|
|
775
776
|
protoOf(WsCustom).copy = function (value, isIterable, isMap, $super) {
|
|
776
777
|
value = value === VOID ? this.value : value;
|
|
777
|
-
isIterable = isIterable === VOID ? this.
|
|
778
|
-
isMap = isMap === VOID ? this.
|
|
779
|
-
return this.
|
|
778
|
+
isIterable = isIterable === VOID ? this.z24_1 : isIterable;
|
|
779
|
+
isMap = isMap === VOID ? this.a25_1 : isMap;
|
|
780
|
+
return this.e21(value, isIterable, isMap);
|
|
780
781
|
};
|
|
781
782
|
protoOf(WsCustom).toString = function () {
|
|
782
|
-
return 'WsCustom(value=' + this.value + ', isIterable=' + this.
|
|
783
|
+
return 'WsCustom(value=' + this.value + ', isIterable=' + this.z24_1 + ', isMap=' + this.a25_1 + ')';
|
|
783
784
|
};
|
|
784
785
|
protoOf(WsCustom).hashCode = function () {
|
|
785
786
|
var result = getStringHashCode(this.value);
|
|
786
|
-
result = imul(result, 31) + (this.
|
|
787
|
-
result = imul(result, 31) + (this.
|
|
787
|
+
result = imul(result, 31) + (this.z24_1 | 0) | 0;
|
|
788
|
+
result = imul(result, 31) + (this.a25_1 | 0) | 0;
|
|
788
789
|
return result;
|
|
789
790
|
};
|
|
790
791
|
protoOf(WsCustom).equals = function (other) {
|
|
@@ -795,52 +796,52 @@
|
|
|
795
796
|
var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
|
|
796
797
|
if (!(this.value === tmp0_other_with_cast.value))
|
|
797
798
|
return false;
|
|
798
|
-
if (!(this.
|
|
799
|
+
if (!(this.z24_1 === tmp0_other_with_cast.z24_1))
|
|
799
800
|
return false;
|
|
800
|
-
if (!(this.
|
|
801
|
+
if (!(this.a25_1 === tmp0_other_with_cast.a25_1))
|
|
801
802
|
return false;
|
|
802
803
|
return true;
|
|
803
804
|
};
|
|
804
805
|
function WsPrimitive(type, isIterable, isMap) {
|
|
805
806
|
isMap = isMap === VOID ? false : isMap;
|
|
806
807
|
this.type = type;
|
|
807
|
-
this.
|
|
808
|
-
this.
|
|
808
|
+
this.b25_1 = isIterable;
|
|
809
|
+
this.c25_1 = isMap;
|
|
809
810
|
}
|
|
810
|
-
protoOf(WsPrimitive).
|
|
811
|
+
protoOf(WsPrimitive).d25 = function () {
|
|
811
812
|
return this.type;
|
|
812
813
|
};
|
|
813
|
-
protoOf(WsPrimitive).
|
|
814
|
-
return this.
|
|
814
|
+
protoOf(WsPrimitive).g1s = function () {
|
|
815
|
+
return this.b25_1;
|
|
815
816
|
};
|
|
816
|
-
protoOf(WsPrimitive).
|
|
817
|
-
return this.
|
|
817
|
+
protoOf(WsPrimitive).s1z = function () {
|
|
818
|
+
return this.c25_1;
|
|
818
819
|
};
|
|
819
|
-
protoOf(WsPrimitive).
|
|
820
|
+
protoOf(WsPrimitive).fd = function () {
|
|
820
821
|
return this.type;
|
|
821
822
|
};
|
|
822
|
-
protoOf(WsPrimitive).
|
|
823
|
-
return this.
|
|
823
|
+
protoOf(WsPrimitive).gd = function () {
|
|
824
|
+
return this.b25_1;
|
|
824
825
|
};
|
|
825
|
-
protoOf(WsPrimitive).
|
|
826
|
-
return this.
|
|
826
|
+
protoOf(WsPrimitive).zg = function () {
|
|
827
|
+
return this.c25_1;
|
|
827
828
|
};
|
|
828
|
-
protoOf(WsPrimitive).
|
|
829
|
+
protoOf(WsPrimitive).e25 = function (type, isIterable, isMap) {
|
|
829
830
|
return new WsPrimitive(type, isIterable, isMap);
|
|
830
831
|
};
|
|
831
832
|
protoOf(WsPrimitive).copy = function (type, isIterable, isMap, $super) {
|
|
832
833
|
type = type === VOID ? this.type : type;
|
|
833
|
-
isIterable = isIterable === VOID ? this.
|
|
834
|
-
isMap = isMap === VOID ? this.
|
|
835
|
-
return this.
|
|
834
|
+
isIterable = isIterable === VOID ? this.b25_1 : isIterable;
|
|
835
|
+
isMap = isMap === VOID ? this.c25_1 : isMap;
|
|
836
|
+
return this.e25(type, isIterable, isMap);
|
|
836
837
|
};
|
|
837
838
|
protoOf(WsPrimitive).toString = function () {
|
|
838
|
-
return 'WsPrimitive(type=' + this.type + ', isIterable=' + this.
|
|
839
|
+
return 'WsPrimitive(type=' + this.type + ', isIterable=' + this.b25_1 + ', isMap=' + this.c25_1 + ')';
|
|
839
840
|
};
|
|
840
841
|
protoOf(WsPrimitive).hashCode = function () {
|
|
841
842
|
var result = this.type.hashCode();
|
|
842
|
-
result = imul(result, 31) + (this.
|
|
843
|
-
result = imul(result, 31) + (this.
|
|
843
|
+
result = imul(result, 31) + (this.b25_1 | 0) | 0;
|
|
844
|
+
result = imul(result, 31) + (this.c25_1 | 0) | 0;
|
|
844
845
|
return result;
|
|
845
846
|
};
|
|
846
847
|
protoOf(WsPrimitive).equals = function (other) {
|
|
@@ -851,9 +852,9 @@
|
|
|
851
852
|
var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
|
|
852
853
|
if (!this.type.equals(tmp0_other_with_cast.type))
|
|
853
854
|
return false;
|
|
854
|
-
if (!(this.
|
|
855
|
+
if (!(this.b25_1 === tmp0_other_with_cast.b25_1))
|
|
855
856
|
return false;
|
|
856
|
-
if (!(this.
|
|
857
|
+
if (!(this.c25_1 === tmp0_other_with_cast.c25_1))
|
|
857
858
|
return false;
|
|
858
859
|
return true;
|
|
859
860
|
};
|
|
@@ -896,18 +897,18 @@
|
|
|
896
897
|
function WsRequest(content) {
|
|
897
898
|
this.content = content;
|
|
898
899
|
}
|
|
899
|
-
protoOf(WsRequest).
|
|
900
|
+
protoOf(WsRequest).n10 = function () {
|
|
900
901
|
return this.content;
|
|
901
902
|
};
|
|
902
|
-
protoOf(WsRequest).
|
|
903
|
+
protoOf(WsRequest).fd = function () {
|
|
903
904
|
return this.content;
|
|
904
905
|
};
|
|
905
|
-
protoOf(WsRequest).
|
|
906
|
+
protoOf(WsRequest).h25 = function (content) {
|
|
906
907
|
return new WsRequest(content);
|
|
907
908
|
};
|
|
908
909
|
protoOf(WsRequest).copy = function (content, $super) {
|
|
909
910
|
content = content === VOID ? this.content : content;
|
|
910
|
-
return this.
|
|
911
|
+
return this.h25(content);
|
|
911
912
|
};
|
|
912
913
|
protoOf(WsRequest).toString = function () {
|
|
913
914
|
return 'WsRequest(content=' + this.content + ')';
|
|
@@ -929,25 +930,25 @@
|
|
|
929
930
|
this.status = status;
|
|
930
931
|
this.content = content;
|
|
931
932
|
}
|
|
932
|
-
protoOf(WsResponse).
|
|
933
|
+
protoOf(WsResponse).i25 = function () {
|
|
933
934
|
return this.status;
|
|
934
935
|
};
|
|
935
|
-
protoOf(WsResponse).
|
|
936
|
+
protoOf(WsResponse).n10 = function () {
|
|
936
937
|
return this.content;
|
|
937
938
|
};
|
|
938
|
-
protoOf(WsResponse).
|
|
939
|
+
protoOf(WsResponse).fd = function () {
|
|
939
940
|
return this.status;
|
|
940
941
|
};
|
|
941
|
-
protoOf(WsResponse).
|
|
942
|
+
protoOf(WsResponse).gd = function () {
|
|
942
943
|
return this.content;
|
|
943
944
|
};
|
|
944
|
-
protoOf(WsResponse).
|
|
945
|
+
protoOf(WsResponse).j25 = function (status, content) {
|
|
945
946
|
return new WsResponse(status, content);
|
|
946
947
|
};
|
|
947
948
|
protoOf(WsResponse).copy = function (status, content, $super) {
|
|
948
949
|
status = status === VOID ? this.status : status;
|
|
949
950
|
content = content === VOID ? this.content : content;
|
|
950
|
-
return this.
|
|
951
|
+
return this.j25(status, content);
|
|
951
952
|
};
|
|
952
953
|
protoOf(WsResponse).toString = function () {
|
|
953
954
|
return 'WsResponse(status=' + this.status + ', content=' + this.content + ')';
|
|
@@ -975,32 +976,32 @@
|
|
|
975
976
|
this.reference = reference;
|
|
976
977
|
this.isNullable = isNullable;
|
|
977
978
|
}
|
|
978
|
-
protoOf(WsContent).
|
|
979
|
+
protoOf(WsContent).d25 = function () {
|
|
979
980
|
return this.type;
|
|
980
981
|
};
|
|
981
|
-
protoOf(WsContent).
|
|
982
|
+
protoOf(WsContent).s24 = function () {
|
|
982
983
|
return this.reference;
|
|
983
984
|
};
|
|
984
|
-
protoOf(WsContent).
|
|
985
|
+
protoOf(WsContent).tj = function () {
|
|
985
986
|
return this.isNullable;
|
|
986
987
|
};
|
|
987
|
-
protoOf(WsContent).
|
|
988
|
+
protoOf(WsContent).fd = function () {
|
|
988
989
|
return this.type;
|
|
989
990
|
};
|
|
990
|
-
protoOf(WsContent).
|
|
991
|
+
protoOf(WsContent).gd = function () {
|
|
991
992
|
return this.reference;
|
|
992
993
|
};
|
|
993
|
-
protoOf(WsContent).
|
|
994
|
+
protoOf(WsContent).zg = function () {
|
|
994
995
|
return this.isNullable;
|
|
995
996
|
};
|
|
996
|
-
protoOf(WsContent).
|
|
997
|
+
protoOf(WsContent).k25 = function (type, reference, isNullable) {
|
|
997
998
|
return new WsContent(type, reference, isNullable);
|
|
998
999
|
};
|
|
999
1000
|
protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
|
|
1000
1001
|
type = type === VOID ? this.type : type;
|
|
1001
1002
|
reference = reference === VOID ? this.reference : reference;
|
|
1002
1003
|
isNullable = isNullable === VOID ? this.isNullable : isNullable;
|
|
1003
|
-
return this.
|
|
1004
|
+
return this.k25(type, reference, isNullable);
|
|
1004
1005
|
};
|
|
1005
1006
|
protoOf(WsContent).toString = function () {
|
|
1006
1007
|
return 'WsContent(type=' + this.type + ', reference=' + this.reference + ', isNullable=' + this.isNullable + ')';
|
|
@@ -1030,40 +1031,40 @@
|
|
|
1030
1031
|
// Inline function 'kotlin.collections.map' call
|
|
1031
1032
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1032
1033
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1033
|
-
var tmp0_iterator = _this__u8e3s4.
|
|
1034
|
-
while (tmp0_iterator.
|
|
1035
|
-
var item = tmp0_iterator.
|
|
1034
|
+
var tmp0_iterator = _this__u8e3s4.v();
|
|
1035
|
+
while (tmp0_iterator.w()) {
|
|
1036
|
+
var item = tmp0_iterator.y();
|
|
1036
1037
|
var tmp$ret$0;
|
|
1037
1038
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1038
1039
|
tmp$ret$0 = produce_0(item);
|
|
1039
|
-
tmp0_mapTo.
|
|
1040
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1040
1041
|
}
|
|
1041
1042
|
return copyToArray(tmp0_mapTo);
|
|
1042
1043
|
}
|
|
1043
1044
|
function produce_0(_this__u8e3s4) {
|
|
1044
1045
|
var tmp;
|
|
1045
1046
|
if (_this__u8e3s4 instanceof Type) {
|
|
1046
|
-
tmp = new WsType(_this__u8e3s4.
|
|
1047
|
+
tmp = new WsType(_this__u8e3s4.a1y_1, produce_1(_this__u8e3s4.b1y_1));
|
|
1047
1048
|
} else {
|
|
1048
1049
|
if (_this__u8e3s4 instanceof Endpoint) {
|
|
1049
|
-
tmp = new WsEndpoint(_this__u8e3s4.
|
|
1050
|
+
tmp = new WsEndpoint(_this__u8e3s4.f1z_1, produce_2(_this__u8e3s4.g1z_1), produce_3(_this__u8e3s4.h1z_1), produce_4(_this__u8e3s4.i1z_1), produce_4(_this__u8e3s4.j1z_1), produce_4(_this__u8e3s4.k1z_1), produce_5(_this__u8e3s4.l1z_1), produce_6(_this__u8e3s4.m1z_1));
|
|
1050
1051
|
} else {
|
|
1051
1052
|
if (_this__u8e3s4 instanceof Enum_0) {
|
|
1052
1053
|
var tmp$ret$0;
|
|
1053
1054
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1054
|
-
var tmp0_toTypedArray = _this__u8e3s4.
|
|
1055
|
+
var tmp0_toTypedArray = _this__u8e3s4.z1x_1;
|
|
1055
1056
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
1056
|
-
tmp = new WsEnum(_this__u8e3s4.
|
|
1057
|
+
tmp = new WsEnum(_this__u8e3s4.y1x_1, tmp$ret$0);
|
|
1057
1058
|
} else {
|
|
1058
1059
|
if (_this__u8e3s4 instanceof Refined) {
|
|
1059
|
-
tmp = new WsRefined(_this__u8e3s4.
|
|
1060
|
+
tmp = new WsRefined(_this__u8e3s4.q1y_1, _this__u8e3s4.r1y_1.t1y_1);
|
|
1060
1061
|
} else {
|
|
1061
1062
|
if (_this__u8e3s4 instanceof Union) {
|
|
1062
1063
|
var tmp$ret$1;
|
|
1063
1064
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1064
|
-
var tmp1_toTypedArray = _this__u8e3s4.
|
|
1065
|
+
var tmp1_toTypedArray = _this__u8e3s4.u1z_1;
|
|
1065
1066
|
tmp$ret$1 = copyToArray(tmp1_toTypedArray);
|
|
1066
|
-
tmp = new WsEnum(_this__u8e3s4.
|
|
1067
|
+
tmp = new WsEnum(_this__u8e3s4.t1z_1, tmp$ret$1);
|
|
1067
1068
|
} else {
|
|
1068
1069
|
noWhenBranchMatchedException();
|
|
1069
1070
|
}
|
|
@@ -1077,23 +1078,23 @@
|
|
|
1077
1078
|
var tmp$ret$3;
|
|
1078
1079
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1079
1080
|
// Inline function 'kotlin.collections.map' call
|
|
1080
|
-
var tmp0_map = _this__u8e3s4.
|
|
1081
|
+
var tmp0_map = _this__u8e3s4.d1y_1;
|
|
1081
1082
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1082
1083
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1083
|
-
var tmp0_iterator = tmp0_map.
|
|
1084
|
-
while (tmp0_iterator.
|
|
1085
|
-
var item = tmp0_iterator.
|
|
1084
|
+
var tmp0_iterator = tmp0_map.v();
|
|
1085
|
+
while (tmp0_iterator.w()) {
|
|
1086
|
+
var item = tmp0_iterator.y();
|
|
1086
1087
|
var tmp$ret$0;
|
|
1087
1088
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1088
1089
|
tmp$ret$0 = produce_7(item);
|
|
1089
|
-
tmp0_mapTo.
|
|
1090
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1090
1091
|
}
|
|
1091
1092
|
tmp$ret$3 = copyToArray(tmp0_mapTo);
|
|
1092
1093
|
return new WsShape(tmp$ret$3);
|
|
1093
1094
|
}
|
|
1094
1095
|
function produce_2(_this__u8e3s4) {
|
|
1095
1096
|
var tmp;
|
|
1096
|
-
switch (_this__u8e3s4.
|
|
1097
|
+
switch (_this__u8e3s4.c9_1) {
|
|
1097
1098
|
case 0:
|
|
1098
1099
|
tmp = WsMethod_GET_getInstance();
|
|
1099
1100
|
break;
|
|
@@ -1129,23 +1130,23 @@
|
|
|
1129
1130
|
// Inline function 'kotlin.collections.map' call
|
|
1130
1131
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1131
1132
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1132
|
-
var tmp0_iterator = _this__u8e3s4.
|
|
1133
|
-
while (tmp0_iterator.
|
|
1134
|
-
var item = tmp0_iterator.
|
|
1133
|
+
var tmp0_iterator = _this__u8e3s4.v();
|
|
1134
|
+
while (tmp0_iterator.w()) {
|
|
1135
|
+
var item = tmp0_iterator.y();
|
|
1135
1136
|
var tmp$ret$0;
|
|
1136
1137
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1137
1138
|
var tmp;
|
|
1138
1139
|
if (item instanceof Literal) {
|
|
1139
|
-
tmp = new WsLiteral(item.
|
|
1140
|
+
tmp = new WsLiteral(item.z1y_1);
|
|
1140
1141
|
} else {
|
|
1141
1142
|
if (item instanceof Param) {
|
|
1142
|
-
tmp = new WsParam(produce_8(item.
|
|
1143
|
+
tmp = new WsParam(produce_8(item.u1y_1), produce_9(item.v1y_1));
|
|
1143
1144
|
} else {
|
|
1144
1145
|
noWhenBranchMatchedException();
|
|
1145
1146
|
}
|
|
1146
1147
|
}
|
|
1147
1148
|
tmp$ret$0 = tmp;
|
|
1148
|
-
tmp0_mapTo.
|
|
1149
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1149
1150
|
}
|
|
1150
1151
|
return copyToArray(tmp0_mapTo);
|
|
1151
1152
|
}
|
|
@@ -1154,13 +1155,13 @@
|
|
|
1154
1155
|
// Inline function 'kotlin.collections.map' call
|
|
1155
1156
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1156
1157
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1157
|
-
var tmp0_iterator = _this__u8e3s4.
|
|
1158
|
-
while (tmp0_iterator.
|
|
1159
|
-
var item = tmp0_iterator.
|
|
1158
|
+
var tmp0_iterator = _this__u8e3s4.v();
|
|
1159
|
+
while (tmp0_iterator.w()) {
|
|
1160
|
+
var item = tmp0_iterator.y();
|
|
1160
1161
|
var tmp$ret$0;
|
|
1161
1162
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1162
1163
|
tmp$ret$0 = produce_7(item);
|
|
1163
|
-
tmp0_mapTo.
|
|
1164
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1164
1165
|
}
|
|
1165
1166
|
return copyToArray(tmp0_mapTo);
|
|
1166
1167
|
}
|
|
@@ -1169,13 +1170,13 @@
|
|
|
1169
1170
|
// Inline function 'kotlin.collections.map' call
|
|
1170
1171
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1171
1172
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1172
|
-
var tmp0_iterator = _this__u8e3s4.
|
|
1173
|
-
while (tmp0_iterator.
|
|
1174
|
-
var item = tmp0_iterator.
|
|
1173
|
+
var tmp0_iterator = _this__u8e3s4.v();
|
|
1174
|
+
while (tmp0_iterator.w()) {
|
|
1175
|
+
var item = tmp0_iterator.y();
|
|
1175
1176
|
var tmp$ret$0;
|
|
1176
1177
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1177
1178
|
tmp$ret$0 = produce_10(item);
|
|
1178
|
-
tmp0_mapTo.
|
|
1179
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1179
1180
|
}
|
|
1180
1181
|
return copyToArray(tmp0_mapTo);
|
|
1181
1182
|
}
|
|
@@ -1184,35 +1185,35 @@
|
|
|
1184
1185
|
// Inline function 'kotlin.collections.map' call
|
|
1185
1186
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1186
1187
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1187
|
-
var tmp0_iterator = _this__u8e3s4.
|
|
1188
|
-
while (tmp0_iterator.
|
|
1189
|
-
var item = tmp0_iterator.
|
|
1188
|
+
var tmp0_iterator = _this__u8e3s4.v();
|
|
1189
|
+
while (tmp0_iterator.w()) {
|
|
1190
|
+
var item = tmp0_iterator.y();
|
|
1190
1191
|
var tmp$ret$0;
|
|
1191
1192
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1192
1193
|
tmp$ret$0 = produce_11(item);
|
|
1193
|
-
tmp0_mapTo.
|
|
1194
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1194
1195
|
}
|
|
1195
1196
|
return copyToArray(tmp0_mapTo);
|
|
1196
1197
|
}
|
|
1197
1198
|
function produce_7(_this__u8e3s4) {
|
|
1198
|
-
return new WsField(produce_8(_this__u8e3s4.
|
|
1199
|
+
return new WsField(produce_8(_this__u8e3s4.e1y_1), produce_9(_this__u8e3s4.f1y_1), _this__u8e3s4.g1y_1);
|
|
1199
1200
|
}
|
|
1200
1201
|
function produce_8(_this__u8e3s4) {
|
|
1201
|
-
return new WsIdentifier(_this__u8e3s4.
|
|
1202
|
+
return new WsIdentifier(_this__u8e3s4.j1y_1);
|
|
1202
1203
|
}
|
|
1203
1204
|
function produce_9(_this__u8e3s4) {
|
|
1204
1205
|
var tmp;
|
|
1205
1206
|
if (_this__u8e3s4 instanceof Any) {
|
|
1206
|
-
tmp = new WsAny(_this__u8e3s4.
|
|
1207
|
+
tmp = new WsAny(_this__u8e3s4.g1s(), _this__u8e3s4.s1z());
|
|
1207
1208
|
} else {
|
|
1208
1209
|
if (_this__u8e3s4 instanceof Unit) {
|
|
1209
|
-
tmp = new WsUnit(_this__u8e3s4.
|
|
1210
|
+
tmp = new WsUnit(_this__u8e3s4.g1s(), _this__u8e3s4.s1z());
|
|
1210
1211
|
} else {
|
|
1211
1212
|
if (_this__u8e3s4 instanceof Custom) {
|
|
1212
|
-
tmp = new WsCustom(_this__u8e3s4.
|
|
1213
|
+
tmp = new WsCustom(_this__u8e3s4.n1y_1, _this__u8e3s4.g1s(), _this__u8e3s4.s1z());
|
|
1213
1214
|
} else {
|
|
1214
1215
|
if (_this__u8e3s4 instanceof Primitive) {
|
|
1215
|
-
tmp = new WsPrimitive(produce_12(_this__u8e3s4.
|
|
1216
|
+
tmp = new WsPrimitive(produce_12(_this__u8e3s4.k1y_1), _this__u8e3s4.g1s(), _this__u8e3s4.s1z());
|
|
1216
1217
|
} else {
|
|
1217
1218
|
noWhenBranchMatchedException();
|
|
1218
1219
|
}
|
|
@@ -1222,16 +1223,16 @@
|
|
|
1222
1223
|
return tmp;
|
|
1223
1224
|
}
|
|
1224
1225
|
function produce_10(_this__u8e3s4) {
|
|
1225
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1226
|
+
var tmp0_safe_receiver = _this__u8e3s4.a1z_1;
|
|
1226
1227
|
return new WsRequest(tmp0_safe_receiver == null ? null : produce_13(tmp0_safe_receiver));
|
|
1227
1228
|
}
|
|
1228
1229
|
function produce_11(_this__u8e3s4) {
|
|
1229
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1230
|
-
return new WsResponse(_this__u8e3s4.
|
|
1230
|
+
var tmp0_safe_receiver = _this__u8e3s4.e1z_1;
|
|
1231
|
+
return new WsResponse(_this__u8e3s4.c1z_1, tmp0_safe_receiver == null ? null : produce_13(tmp0_safe_receiver));
|
|
1231
1232
|
}
|
|
1232
1233
|
function produce_12(_this__u8e3s4) {
|
|
1233
1234
|
var tmp;
|
|
1234
|
-
switch (_this__u8e3s4.
|
|
1235
|
+
switch (_this__u8e3s4.c9_1) {
|
|
1235
1236
|
case 0:
|
|
1236
1237
|
tmp = WsPrimitiveType_String_getInstance();
|
|
1237
1238
|
break;
|
|
@@ -1251,7 +1252,7 @@
|
|
|
1251
1252
|
return tmp;
|
|
1252
1253
|
}
|
|
1253
1254
|
function produce_13(_this__u8e3s4) {
|
|
1254
|
-
return new WsContent(_this__u8e3s4.
|
|
1255
|
+
return new WsContent(_this__u8e3s4.n1z_1, produce_9(_this__u8e3s4.o1z_1), _this__u8e3s4.p1z_1);
|
|
1255
1256
|
}
|
|
1256
1257
|
function WsMethod_GET_getInstance() {
|
|
1257
1258
|
WsMethod_initEntries();
|
|
@@ -1309,7 +1310,7 @@
|
|
|
1309
1310
|
var tmp = this;
|
|
1310
1311
|
tmp.logger = new Compiler$Companion$logger$1();
|
|
1311
1312
|
}
|
|
1312
|
-
protoOf(Companion).
|
|
1313
|
+
protoOf(Companion).l25 = function () {
|
|
1313
1314
|
return this.logger;
|
|
1314
1315
|
};
|
|
1315
1316
|
var Companion_instance;
|
|
@@ -1325,18 +1326,18 @@
|
|
|
1325
1326
|
return compile(WirespecSpec_getInstance(), source)(Companion_getInstance_1().logger);
|
|
1326
1327
|
};
|
|
1327
1328
|
protoOf(Compiler).tokenize = function (source) {
|
|
1328
|
-
return
|
|
1329
|
+
return produce_17(tokenize(WirespecSpec_getInstance(), source));
|
|
1329
1330
|
};
|
|
1330
1331
|
protoOf(Compiler).parse = function (source) {
|
|
1331
1332
|
// Inline function 'kotlin.let' call
|
|
1332
1333
|
var tmp0_let = tokenize(WirespecSpec_getInstance(), source);
|
|
1333
1334
|
// Inline function 'kotlin.contracts.contract' call
|
|
1334
1335
|
// Inline function 'community.flock.wirespec.compiler.lib.Compiler.parse.<anonymous>' call
|
|
1335
|
-
return produce_14((new Parser(Companion_getInstance_1().logger)).
|
|
1336
|
+
return produce_14((new Parser(Companion_getInstance_1().logger)).v1r(tmp0_let));
|
|
1336
1337
|
};
|
|
1337
1338
|
function Companion_0() {
|
|
1338
1339
|
Companion_instance_0 = this;
|
|
1339
|
-
this.
|
|
1340
|
+
this.m25_1 = new KotlinEmitter(VOID, Companion_getInstance_1().logger);
|
|
1340
1341
|
}
|
|
1341
1342
|
var Companion_instance_0;
|
|
1342
1343
|
function Companion_getInstance_2() {
|
|
@@ -1349,11 +1350,11 @@
|
|
|
1349
1350
|
Compiler.call(this);
|
|
1350
1351
|
}
|
|
1351
1352
|
protoOf(WsToKotlin).compile = function (source) {
|
|
1352
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_2().
|
|
1353
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_2().m25_1));
|
|
1353
1354
|
};
|
|
1354
1355
|
function Companion_1() {
|
|
1355
1356
|
Companion_instance_1 = this;
|
|
1356
|
-
this.
|
|
1357
|
+
this.n25_1 = new TypeScriptEmitter(Companion_getInstance_1().logger);
|
|
1357
1358
|
}
|
|
1358
1359
|
var Companion_instance_1;
|
|
1359
1360
|
function Companion_getInstance_3() {
|
|
@@ -1366,11 +1367,11 @@
|
|
|
1366
1367
|
Compiler.call(this);
|
|
1367
1368
|
}
|
|
1368
1369
|
protoOf(WsToTypeScript).compile = function (source) {
|
|
1369
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_3().
|
|
1370
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_3().n25_1));
|
|
1370
1371
|
};
|
|
1371
1372
|
function Companion_2() {
|
|
1372
1373
|
Companion_instance_2 = this;
|
|
1373
|
-
this.
|
|
1374
|
+
this.o25_1 = new ScalaEmitter(VOID, Companion_getInstance_1().logger);
|
|
1374
1375
|
}
|
|
1375
1376
|
var Companion_instance_2;
|
|
1376
1377
|
function Companion_getInstance_4() {
|
|
@@ -1383,11 +1384,11 @@
|
|
|
1383
1384
|
Compiler.call(this);
|
|
1384
1385
|
}
|
|
1385
1386
|
protoOf(WsToScala).compile = function (source) {
|
|
1386
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_4().
|
|
1387
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_4().o25_1));
|
|
1387
1388
|
};
|
|
1388
1389
|
function Companion_3() {
|
|
1389
1390
|
Companion_instance_3 = this;
|
|
1390
|
-
this.
|
|
1391
|
+
this.p25_1 = new JavaEmitter(VOID, Companion_getInstance_1().logger);
|
|
1391
1392
|
}
|
|
1392
1393
|
var Companion_instance_3;
|
|
1393
1394
|
function Companion_getInstance_5() {
|
|
@@ -1400,11 +1401,11 @@
|
|
|
1400
1401
|
Compiler.call(this);
|
|
1401
1402
|
}
|
|
1402
1403
|
protoOf(WsToJava).compile = function (source) {
|
|
1403
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_5().
|
|
1404
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_5().p25_1));
|
|
1404
1405
|
};
|
|
1405
1406
|
function Companion_4() {
|
|
1406
1407
|
Companion_instance_4 = this;
|
|
1407
|
-
this.
|
|
1408
|
+
this.q25_1 = new WirespecEmitter(Companion_getInstance_1().logger);
|
|
1408
1409
|
}
|
|
1409
1410
|
var Companion_instance_4;
|
|
1410
1411
|
function Companion_getInstance_6() {
|
|
@@ -1417,13 +1418,13 @@
|
|
|
1417
1418
|
Compiler.call(this);
|
|
1418
1419
|
}
|
|
1419
1420
|
protoOf(WsToWirespec).compile = function (source) {
|
|
1420
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_6().
|
|
1421
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_6().q25_1));
|
|
1421
1422
|
};
|
|
1422
1423
|
function OpenApiV2Parser() {
|
|
1423
1424
|
OpenApiV2Parser_instance = this;
|
|
1424
1425
|
}
|
|
1425
1426
|
protoOf(OpenApiV2Parser).parse = function (source) {
|
|
1426
|
-
return produce(Companion_getInstance().
|
|
1427
|
+
return produce(Companion_getInstance().s22(source));
|
|
1427
1428
|
};
|
|
1428
1429
|
var OpenApiV2Parser_instance;
|
|
1429
1430
|
function OpenApiV2Parser_getInstance() {
|
|
@@ -1438,27 +1439,27 @@
|
|
|
1438
1439
|
OpenApiV2ToTypescript_instance = this;
|
|
1439
1440
|
var tmp = this;
|
|
1440
1441
|
tmp.logger = new OpenApiV2ToTypescript$logger$1();
|
|
1441
|
-
this.
|
|
1442
|
+
this.r25_1 = new TypeScriptEmitter(this.logger);
|
|
1442
1443
|
}
|
|
1443
|
-
protoOf(OpenApiV2ToTypescript).
|
|
1444
|
+
protoOf(OpenApiV2ToTypescript).l25 = function () {
|
|
1444
1445
|
return this.logger;
|
|
1445
1446
|
};
|
|
1446
1447
|
protoOf(OpenApiV2ToTypescript).compile = function (source) {
|
|
1447
|
-
var ast = Companion_getInstance().
|
|
1448
|
+
var ast = Companion_getInstance().s22(source);
|
|
1448
1449
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1449
1450
|
// Inline function 'kotlin.collections.map' call
|
|
1450
|
-
var tmp0_map = this.
|
|
1451
|
+
var tmp0_map = this.r25_1.q1r(ast);
|
|
1451
1452
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1452
1453
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1453
|
-
var tmp0_iterator = tmp0_map.
|
|
1454
|
-
while (tmp0_iterator.
|
|
1455
|
-
var item = tmp0_iterator.
|
|
1454
|
+
var tmp0_iterator = tmp0_map.v();
|
|
1455
|
+
while (tmp0_iterator.w()) {
|
|
1456
|
+
var item = tmp0_iterator.y();
|
|
1456
1457
|
var tmp$ret$0;
|
|
1457
1458
|
// Inline function 'community.flock.wirespec.compiler.lib.OpenApiV2ToTypescript.compile.<anonymous>' call
|
|
1458
|
-
var file = item.
|
|
1459
|
-
var value = item.
|
|
1459
|
+
var file = item.fd();
|
|
1460
|
+
var value = item.gd();
|
|
1460
1461
|
tmp$ret$0 = new WsCompiledFile(file, value);
|
|
1461
|
-
tmp0_mapTo.
|
|
1462
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1462
1463
|
}
|
|
1463
1464
|
return copyToArray(tmp0_mapTo);
|
|
1464
1465
|
};
|
|
@@ -1475,27 +1476,27 @@
|
|
|
1475
1476
|
OpenApiV2ToWirespec_instance = this;
|
|
1476
1477
|
var tmp = this;
|
|
1477
1478
|
tmp.logger = new OpenApiV2ToWirespec$logger$1();
|
|
1478
|
-
this.
|
|
1479
|
+
this.s25_1 = new WirespecEmitter(this.logger);
|
|
1479
1480
|
}
|
|
1480
|
-
protoOf(OpenApiV2ToWirespec).
|
|
1481
|
+
protoOf(OpenApiV2ToWirespec).l25 = function () {
|
|
1481
1482
|
return this.logger;
|
|
1482
1483
|
};
|
|
1483
1484
|
protoOf(OpenApiV2ToWirespec).compile = function (source) {
|
|
1484
|
-
var ast = Companion_getInstance().
|
|
1485
|
+
var ast = Companion_getInstance().s22(source);
|
|
1485
1486
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1486
1487
|
// Inline function 'kotlin.collections.map' call
|
|
1487
|
-
var tmp0_map = this.
|
|
1488
|
+
var tmp0_map = this.s25_1.q1r(ast);
|
|
1488
1489
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1489
1490
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1490
|
-
var tmp0_iterator = tmp0_map.
|
|
1491
|
-
while (tmp0_iterator.
|
|
1492
|
-
var item = tmp0_iterator.
|
|
1491
|
+
var tmp0_iterator = tmp0_map.v();
|
|
1492
|
+
while (tmp0_iterator.w()) {
|
|
1493
|
+
var item = tmp0_iterator.y();
|
|
1493
1494
|
var tmp$ret$0;
|
|
1494
1495
|
// Inline function 'community.flock.wirespec.compiler.lib.OpenApiV2ToWirespec.compile.<anonymous>' call
|
|
1495
|
-
var file = item.
|
|
1496
|
-
var value = item.
|
|
1496
|
+
var file = item.fd();
|
|
1497
|
+
var value = item.gd();
|
|
1497
1498
|
tmp$ret$0 = new WsCompiledFile(file, value);
|
|
1498
|
-
tmp0_mapTo.
|
|
1499
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1499
1500
|
}
|
|
1500
1501
|
return copyToArray(tmp0_mapTo);
|
|
1501
1502
|
};
|
|
@@ -1509,7 +1510,7 @@
|
|
|
1509
1510
|
OpenApiV3Parser_instance = this;
|
|
1510
1511
|
}
|
|
1511
1512
|
protoOf(OpenApiV3Parser).parse = function (source) {
|
|
1512
|
-
return produce(Companion_getInstance_0().
|
|
1513
|
+
return produce(Companion_getInstance_0().f23(source));
|
|
1513
1514
|
};
|
|
1514
1515
|
var OpenApiV3Parser_instance;
|
|
1515
1516
|
function OpenApiV3Parser_getInstance() {
|
|
@@ -1524,27 +1525,27 @@
|
|
|
1524
1525
|
OpenApiV3ToTypescript_instance = this;
|
|
1525
1526
|
var tmp = this;
|
|
1526
1527
|
tmp.logger = new OpenApiV3ToTypescript$logger$1();
|
|
1527
|
-
this.
|
|
1528
|
+
this.t25_1 = new TypeScriptEmitter(this.logger);
|
|
1528
1529
|
}
|
|
1529
|
-
protoOf(OpenApiV3ToTypescript).
|
|
1530
|
+
protoOf(OpenApiV3ToTypescript).l25 = function () {
|
|
1530
1531
|
return this.logger;
|
|
1531
1532
|
};
|
|
1532
1533
|
protoOf(OpenApiV3ToTypescript).compile = function (source) {
|
|
1533
|
-
var ast = Companion_getInstance_0().
|
|
1534
|
+
var ast = Companion_getInstance_0().f23(source);
|
|
1534
1535
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1535
1536
|
// Inline function 'kotlin.collections.map' call
|
|
1536
|
-
var tmp0_map = this.
|
|
1537
|
+
var tmp0_map = this.t25_1.q1r(ast);
|
|
1537
1538
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1538
1539
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1539
|
-
var tmp0_iterator = tmp0_map.
|
|
1540
|
-
while (tmp0_iterator.
|
|
1541
|
-
var item = tmp0_iterator.
|
|
1540
|
+
var tmp0_iterator = tmp0_map.v();
|
|
1541
|
+
while (tmp0_iterator.w()) {
|
|
1542
|
+
var item = tmp0_iterator.y();
|
|
1542
1543
|
var tmp$ret$0;
|
|
1543
1544
|
// Inline function 'community.flock.wirespec.compiler.lib.OpenApiV3ToTypescript.compile.<anonymous>' call
|
|
1544
|
-
var file = item.
|
|
1545
|
-
var value = item.
|
|
1545
|
+
var file = item.fd();
|
|
1546
|
+
var value = item.gd();
|
|
1546
1547
|
tmp$ret$0 = new WsCompiledFile(file, value);
|
|
1547
|
-
tmp0_mapTo.
|
|
1548
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1548
1549
|
}
|
|
1549
1550
|
return copyToArray(tmp0_mapTo);
|
|
1550
1551
|
};
|
|
@@ -1561,27 +1562,27 @@
|
|
|
1561
1562
|
OpenApiV3ToWirespec_instance = this;
|
|
1562
1563
|
var tmp = this;
|
|
1563
1564
|
tmp.logger = new OpenApiV3ToWirespec$logger$1();
|
|
1564
|
-
this.
|
|
1565
|
+
this.u25_1 = new WirespecEmitter(this.logger);
|
|
1565
1566
|
}
|
|
1566
|
-
protoOf(OpenApiV3ToWirespec).
|
|
1567
|
+
protoOf(OpenApiV3ToWirespec).l25 = function () {
|
|
1567
1568
|
return this.logger;
|
|
1568
1569
|
};
|
|
1569
1570
|
protoOf(OpenApiV3ToWirespec).compile = function (source) {
|
|
1570
|
-
var ast = Companion_getInstance_0().
|
|
1571
|
+
var ast = Companion_getInstance_0().f23(source);
|
|
1571
1572
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1572
1573
|
// Inline function 'kotlin.collections.map' call
|
|
1573
|
-
var tmp0_map = this.
|
|
1574
|
+
var tmp0_map = this.u25_1.q1r(ast);
|
|
1574
1575
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1575
1576
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1576
|
-
var tmp0_iterator = tmp0_map.
|
|
1577
|
-
while (tmp0_iterator.
|
|
1578
|
-
var item = tmp0_iterator.
|
|
1577
|
+
var tmp0_iterator = tmp0_map.v();
|
|
1578
|
+
while (tmp0_iterator.w()) {
|
|
1579
|
+
var item = tmp0_iterator.y();
|
|
1579
1580
|
var tmp$ret$0;
|
|
1580
1581
|
// Inline function 'community.flock.wirespec.compiler.lib.OpenApiV3ToWirespec.compile.<anonymous>' call
|
|
1581
|
-
var file = item.
|
|
1582
|
-
var value = item.
|
|
1582
|
+
var file = item.fd();
|
|
1583
|
+
var value = item.gd();
|
|
1583
1584
|
tmp$ret$0 = new WsCompiledFile(file, value);
|
|
1584
|
-
tmp0_mapTo.
|
|
1585
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1585
1586
|
}
|
|
1586
1587
|
return copyToArray(tmp0_mapTo);
|
|
1587
1588
|
};
|
|
@@ -1604,26 +1605,26 @@
|
|
|
1604
1605
|
this.result = result;
|
|
1605
1606
|
this.errors = errors;
|
|
1606
1607
|
}
|
|
1607
|
-
protoOf(WsCompilationResult).
|
|
1608
|
+
protoOf(WsCompilationResult).v25 = function () {
|
|
1608
1609
|
return this.result;
|
|
1609
1610
|
};
|
|
1610
|
-
protoOf(WsCompilationResult).
|
|
1611
|
+
protoOf(WsCompilationResult).w25 = function () {
|
|
1611
1612
|
return this.errors;
|
|
1612
1613
|
};
|
|
1613
1614
|
function WsCompiled(value) {
|
|
1614
1615
|
this.value = value;
|
|
1615
1616
|
}
|
|
1616
|
-
protoOf(WsCompiled).
|
|
1617
|
+
protoOf(WsCompiled).p2 = function () {
|
|
1617
1618
|
return this.value;
|
|
1618
1619
|
};
|
|
1619
1620
|
function WsCompiledFile(name, value) {
|
|
1620
1621
|
this.name = name;
|
|
1621
1622
|
this.value = value;
|
|
1622
1623
|
}
|
|
1623
|
-
protoOf(WsCompiledFile).
|
|
1624
|
+
protoOf(WsCompiledFile).va = function () {
|
|
1624
1625
|
return this.name;
|
|
1625
1626
|
};
|
|
1626
|
-
protoOf(WsCompiledFile).
|
|
1627
|
+
protoOf(WsCompiledFile).p2 = function () {
|
|
1627
1628
|
return this.value;
|
|
1628
1629
|
};
|
|
1629
1630
|
function WsParseResult(result, errors) {
|
|
@@ -1632,10 +1633,22 @@
|
|
|
1632
1633
|
this.result = result;
|
|
1633
1634
|
this.errors = errors;
|
|
1634
1635
|
}
|
|
1635
|
-
protoOf(WsParseResult).
|
|
1636
|
+
protoOf(WsParseResult).v25 = function () {
|
|
1636
1637
|
return this.result;
|
|
1637
1638
|
};
|
|
1638
|
-
protoOf(WsParseResult).
|
|
1639
|
+
protoOf(WsParseResult).w25 = function () {
|
|
1640
|
+
return this.errors;
|
|
1641
|
+
};
|
|
1642
|
+
function WsStringResult(result, errors) {
|
|
1643
|
+
result = result === VOID ? null : result;
|
|
1644
|
+
errors = errors === VOID ? null : errors;
|
|
1645
|
+
this.result = result;
|
|
1646
|
+
this.errors = errors;
|
|
1647
|
+
}
|
|
1648
|
+
protoOf(WsStringResult).v25 = function () {
|
|
1649
|
+
return this.result;
|
|
1650
|
+
};
|
|
1651
|
+
protoOf(WsStringResult).w25 = function () {
|
|
1639
1652
|
return this.errors;
|
|
1640
1653
|
};
|
|
1641
1654
|
function produce_14(_this__u8e3s4) {
|
|
@@ -1644,21 +1657,21 @@
|
|
|
1644
1657
|
var tmp$ret$5;
|
|
1645
1658
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1646
1659
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
1647
|
-
var tmp0_map = _this__u8e3s4.
|
|
1660
|
+
var tmp0_map = _this__u8e3s4.j1q_1;
|
|
1648
1661
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1649
|
-
var tmp1_anonymous = tmp0_map.
|
|
1650
|
-
var tmp_0 =
|
|
1662
|
+
var tmp1_anonymous = tmp0_map.t1q_1;
|
|
1663
|
+
var tmp_0 = produce_21(tmp1_anonymous);
|
|
1651
1664
|
// Inline function 'kotlin.collections.map' call
|
|
1652
|
-
var tmp0_map_0 = tmp0_map.
|
|
1665
|
+
var tmp0_map_0 = tmp0_map.u1q_1;
|
|
1653
1666
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1654
1667
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map_0, 10));
|
|
1655
|
-
var tmp0_iterator = tmp0_map_0.
|
|
1656
|
-
while (tmp0_iterator.
|
|
1657
|
-
var item = tmp0_iterator.
|
|
1668
|
+
var tmp0_iterator = tmp0_map_0.v();
|
|
1669
|
+
while (tmp0_iterator.w()) {
|
|
1670
|
+
var item = tmp0_iterator.y();
|
|
1658
1671
|
var tmp$ret$1;
|
|
1659
1672
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1660
|
-
tmp$ret$1 =
|
|
1661
|
-
tmp0_mapTo.
|
|
1673
|
+
tmp$ret$1 = produce_21(item);
|
|
1674
|
+
tmp0_mapTo.s(tmp$ret$1);
|
|
1662
1675
|
}
|
|
1663
1676
|
var tmp2_toTypedArray = new NonEmptyList(tmp_0, tmp0_mapTo);
|
|
1664
1677
|
tmp$ret$5 = copyToArray(tmp2_toTypedArray);
|
|
@@ -1668,16 +1681,16 @@
|
|
|
1668
1681
|
var tmp$ret$9;
|
|
1669
1682
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1670
1683
|
// Inline function 'kotlin.collections.map' call
|
|
1671
|
-
var tmp3_map = _this__u8e3s4.
|
|
1684
|
+
var tmp3_map = _this__u8e3s4.p1q_1;
|
|
1672
1685
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1673
1686
|
var tmp0_mapTo_0 = ArrayList_init_$Create$(collectionSizeOrDefault(tmp3_map, 10));
|
|
1674
|
-
var tmp0_iterator_0 = tmp3_map.
|
|
1675
|
-
while (tmp0_iterator_0.
|
|
1676
|
-
var item_0 = tmp0_iterator_0.
|
|
1687
|
+
var tmp0_iterator_0 = tmp3_map.v();
|
|
1688
|
+
while (tmp0_iterator_0.w()) {
|
|
1689
|
+
var item_0 = tmp0_iterator_0.y();
|
|
1677
1690
|
var tmp$ret$6;
|
|
1678
1691
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1679
1692
|
tmp$ret$6 = produce_0(item_0);
|
|
1680
|
-
tmp0_mapTo_0.
|
|
1693
|
+
tmp0_mapTo_0.s(tmp$ret$6);
|
|
1681
1694
|
}
|
|
1682
1695
|
tmp$ret$9 = copyToArray(tmp0_mapTo_0);
|
|
1683
1696
|
tmp = new WsParseResult(tmp$ret$9);
|
|
@@ -1693,28 +1706,62 @@
|
|
|
1693
1706
|
var tmp$ret$5;
|
|
1694
1707
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1695
1708
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
1696
|
-
var tmp0_map = _this__u8e3s4.
|
|
1709
|
+
var tmp0_map = _this__u8e3s4.j1q_1;
|
|
1697
1710
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1698
|
-
var tmp1_anonymous = tmp0_map.
|
|
1699
|
-
var tmp_0 =
|
|
1711
|
+
var tmp1_anonymous = tmp0_map.t1q_1;
|
|
1712
|
+
var tmp_0 = produce_21(tmp1_anonymous);
|
|
1700
1713
|
// Inline function 'kotlin.collections.map' call
|
|
1701
|
-
var tmp0_map_0 = tmp0_map.
|
|
1714
|
+
var tmp0_map_0 = tmp0_map.u1q_1;
|
|
1702
1715
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1703
1716
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map_0, 10));
|
|
1704
|
-
var tmp0_iterator = tmp0_map_0.
|
|
1705
|
-
while (tmp0_iterator.
|
|
1706
|
-
var item = tmp0_iterator.
|
|
1717
|
+
var tmp0_iterator = tmp0_map_0.v();
|
|
1718
|
+
while (tmp0_iterator.w()) {
|
|
1719
|
+
var item = tmp0_iterator.y();
|
|
1707
1720
|
var tmp$ret$1;
|
|
1708
1721
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1709
|
-
tmp$ret$1 =
|
|
1710
|
-
tmp0_mapTo.
|
|
1722
|
+
tmp$ret$1 = produce_21(item);
|
|
1723
|
+
tmp0_mapTo.s(tmp$ret$1);
|
|
1711
1724
|
}
|
|
1712
1725
|
var tmp2_toTypedArray = new NonEmptyList(tmp_0, tmp0_mapTo);
|
|
1713
1726
|
tmp$ret$5 = copyToArray(tmp2_toTypedArray);
|
|
1714
1727
|
tmp = new WsCompilationResult(VOID, tmp$ret$5);
|
|
1715
1728
|
} else {
|
|
1716
1729
|
if (_this__u8e3s4 instanceof Right) {
|
|
1717
|
-
tmp = new WsCompilationResult(new WsCompiled(first(_this__u8e3s4.
|
|
1730
|
+
tmp = new WsCompilationResult(new WsCompiled(first(_this__u8e3s4.p1q_1).b1t_1));
|
|
1731
|
+
} else {
|
|
1732
|
+
noWhenBranchMatchedException();
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
return tmp;
|
|
1736
|
+
}
|
|
1737
|
+
function produce_16(_this__u8e3s4) {
|
|
1738
|
+
var tmp;
|
|
1739
|
+
if (_this__u8e3s4 instanceof Left) {
|
|
1740
|
+
var tmp$ret$5;
|
|
1741
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1742
|
+
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
1743
|
+
var tmp0_map = _this__u8e3s4.j1q_1;
|
|
1744
|
+
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1745
|
+
var tmp1_anonymous = tmp0_map.t1q_1;
|
|
1746
|
+
var tmp_0 = produce_21(tmp1_anonymous);
|
|
1747
|
+
// Inline function 'kotlin.collections.map' call
|
|
1748
|
+
var tmp0_map_0 = tmp0_map.u1q_1;
|
|
1749
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
1750
|
+
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map_0, 10));
|
|
1751
|
+
var tmp0_iterator = tmp0_map_0.v();
|
|
1752
|
+
while (tmp0_iterator.w()) {
|
|
1753
|
+
var item = tmp0_iterator.y();
|
|
1754
|
+
var tmp$ret$1;
|
|
1755
|
+
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1756
|
+
tmp$ret$1 = produce_21(item);
|
|
1757
|
+
tmp0_mapTo.s(tmp$ret$1);
|
|
1758
|
+
}
|
|
1759
|
+
var tmp2_toTypedArray = new NonEmptyList(tmp_0, tmp0_mapTo);
|
|
1760
|
+
tmp$ret$5 = copyToArray(tmp2_toTypedArray);
|
|
1761
|
+
tmp = new WsStringResult(VOID, tmp$ret$5);
|
|
1762
|
+
} else {
|
|
1763
|
+
if (_this__u8e3s4 instanceof Right) {
|
|
1764
|
+
tmp = new WsStringResult(_this__u8e3s4.p1q_1);
|
|
1718
1765
|
} else {
|
|
1719
1766
|
noWhenBranchMatchedException();
|
|
1720
1767
|
}
|
|
@@ -1727,25 +1774,25 @@
|
|
|
1727
1774
|
this.tokens = tokens;
|
|
1728
1775
|
this.error = error;
|
|
1729
1776
|
}
|
|
1730
|
-
protoOf(WsTokenResult).
|
|
1777
|
+
protoOf(WsTokenResult).x25 = function () {
|
|
1731
1778
|
return this.tokens;
|
|
1732
1779
|
};
|
|
1733
|
-
protoOf(WsTokenResult).
|
|
1780
|
+
protoOf(WsTokenResult).y25 = function () {
|
|
1734
1781
|
return this.error;
|
|
1735
1782
|
};
|
|
1736
|
-
protoOf(WsTokenResult).
|
|
1783
|
+
protoOf(WsTokenResult).fd = function () {
|
|
1737
1784
|
return this.tokens;
|
|
1738
1785
|
};
|
|
1739
|
-
protoOf(WsTokenResult).
|
|
1786
|
+
protoOf(WsTokenResult).gd = function () {
|
|
1740
1787
|
return this.error;
|
|
1741
1788
|
};
|
|
1742
|
-
protoOf(WsTokenResult).
|
|
1789
|
+
protoOf(WsTokenResult).z25 = function (tokens, error) {
|
|
1743
1790
|
return new WsTokenResult(tokens, error);
|
|
1744
1791
|
};
|
|
1745
1792
|
protoOf(WsTokenResult).copy = function (tokens, error, $super) {
|
|
1746
1793
|
tokens = tokens === VOID ? this.tokens : tokens;
|
|
1747
1794
|
error = error === VOID ? this.error : error;
|
|
1748
|
-
return this.
|
|
1795
|
+
return this.z25(tokens, error);
|
|
1749
1796
|
};
|
|
1750
1797
|
protoOf(WsTokenResult).toString = function () {
|
|
1751
1798
|
return 'WsTokenResult(tokens=' + this.tokens + ', error=' + this.error + ')';
|
|
@@ -1770,7 +1817,7 @@
|
|
|
1770
1817
|
function WsTokens(value) {
|
|
1771
1818
|
this.value = value;
|
|
1772
1819
|
}
|
|
1773
|
-
protoOf(WsTokens).
|
|
1820
|
+
protoOf(WsTokens).p2 = function () {
|
|
1774
1821
|
return this.value;
|
|
1775
1822
|
};
|
|
1776
1823
|
protoOf(WsTokens).equals = function (other) {
|
|
@@ -1787,15 +1834,15 @@
|
|
|
1787
1834
|
protoOf(WsTokens).hashCode = function () {
|
|
1788
1835
|
return contentHashCode(this.value);
|
|
1789
1836
|
};
|
|
1790
|
-
protoOf(WsTokens).
|
|
1837
|
+
protoOf(WsTokens).fd = function () {
|
|
1791
1838
|
return this.value;
|
|
1792
1839
|
};
|
|
1793
|
-
protoOf(WsTokens).
|
|
1840
|
+
protoOf(WsTokens).a26 = function (value) {
|
|
1794
1841
|
return new WsTokens(value);
|
|
1795
1842
|
};
|
|
1796
1843
|
protoOf(WsTokens).copy = function (value, $super) {
|
|
1797
1844
|
value = value === VOID ? this.value : value;
|
|
1798
|
-
return this.
|
|
1845
|
+
return this.a26(value);
|
|
1799
1846
|
};
|
|
1800
1847
|
protoOf(WsTokens).toString = function () {
|
|
1801
1848
|
return 'WsTokens(value=' + toString(this.value) + ')';
|
|
@@ -1806,32 +1853,32 @@
|
|
|
1806
1853
|
this.value = value;
|
|
1807
1854
|
this.coordinates = coordinates;
|
|
1808
1855
|
}
|
|
1809
|
-
protoOf(WsToken).
|
|
1856
|
+
protoOf(WsToken).d25 = function () {
|
|
1810
1857
|
return this.type;
|
|
1811
1858
|
};
|
|
1812
|
-
protoOf(WsToken).
|
|
1859
|
+
protoOf(WsToken).p2 = function () {
|
|
1813
1860
|
return this.value;
|
|
1814
1861
|
};
|
|
1815
|
-
protoOf(WsToken).
|
|
1862
|
+
protoOf(WsToken).b26 = function () {
|
|
1816
1863
|
return this.coordinates;
|
|
1817
1864
|
};
|
|
1818
|
-
protoOf(WsToken).
|
|
1865
|
+
protoOf(WsToken).fd = function () {
|
|
1819
1866
|
return this.type;
|
|
1820
1867
|
};
|
|
1821
|
-
protoOf(WsToken).
|
|
1868
|
+
protoOf(WsToken).gd = function () {
|
|
1822
1869
|
return this.value;
|
|
1823
1870
|
};
|
|
1824
|
-
protoOf(WsToken).
|
|
1871
|
+
protoOf(WsToken).zg = function () {
|
|
1825
1872
|
return this.coordinates;
|
|
1826
1873
|
};
|
|
1827
|
-
protoOf(WsToken).
|
|
1874
|
+
protoOf(WsToken).c26 = function (type, value, coordinates) {
|
|
1828
1875
|
return new WsToken(type, value, coordinates);
|
|
1829
1876
|
};
|
|
1830
1877
|
protoOf(WsToken).copy = function (type, value, coordinates, $super) {
|
|
1831
1878
|
type = type === VOID ? this.type : type;
|
|
1832
1879
|
value = value === VOID ? this.value : value;
|
|
1833
1880
|
coordinates = coordinates === VOID ? this.coordinates : coordinates;
|
|
1834
|
-
return this.
|
|
1881
|
+
return this.c26(type, value, coordinates);
|
|
1835
1882
|
};
|
|
1836
1883
|
protoOf(WsToken).toString = function () {
|
|
1837
1884
|
return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates + ')';
|
|
@@ -1864,32 +1911,32 @@
|
|
|
1864
1911
|
this.position = position;
|
|
1865
1912
|
this.idxAndLength = idxAndLength;
|
|
1866
1913
|
}
|
|
1867
|
-
protoOf(WsCoordinates).
|
|
1914
|
+
protoOf(WsCoordinates).d26 = function () {
|
|
1868
1915
|
return this.line;
|
|
1869
1916
|
};
|
|
1870
|
-
protoOf(WsCoordinates).
|
|
1917
|
+
protoOf(WsCoordinates).op = function () {
|
|
1871
1918
|
return this.position;
|
|
1872
1919
|
};
|
|
1873
|
-
protoOf(WsCoordinates).
|
|
1920
|
+
protoOf(WsCoordinates).e26 = function () {
|
|
1874
1921
|
return this.idxAndLength;
|
|
1875
1922
|
};
|
|
1876
|
-
protoOf(WsCoordinates).
|
|
1923
|
+
protoOf(WsCoordinates).fd = function () {
|
|
1877
1924
|
return this.line;
|
|
1878
1925
|
};
|
|
1879
|
-
protoOf(WsCoordinates).
|
|
1926
|
+
protoOf(WsCoordinates).gd = function () {
|
|
1880
1927
|
return this.position;
|
|
1881
1928
|
};
|
|
1882
|
-
protoOf(WsCoordinates).
|
|
1929
|
+
protoOf(WsCoordinates).zg = function () {
|
|
1883
1930
|
return this.idxAndLength;
|
|
1884
1931
|
};
|
|
1885
|
-
protoOf(WsCoordinates).
|
|
1932
|
+
protoOf(WsCoordinates).f26 = function (line, position, idxAndLength) {
|
|
1886
1933
|
return new WsCoordinates(line, position, idxAndLength);
|
|
1887
1934
|
};
|
|
1888
1935
|
protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
|
|
1889
1936
|
line = line === VOID ? this.line : line;
|
|
1890
1937
|
position = position === VOID ? this.position : position;
|
|
1891
1938
|
idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
|
|
1892
|
-
return this.
|
|
1939
|
+
return this.f26(line, position, idxAndLength);
|
|
1893
1940
|
};
|
|
1894
1941
|
protoOf(WsCoordinates).toString = function () {
|
|
1895
1942
|
return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength + ')';
|
|
@@ -1920,25 +1967,25 @@
|
|
|
1920
1967
|
this.idx = idx;
|
|
1921
1968
|
this.length = length;
|
|
1922
1969
|
}
|
|
1923
|
-
protoOf(WsIndex).
|
|
1970
|
+
protoOf(WsIndex).g26 = function () {
|
|
1924
1971
|
return this.idx;
|
|
1925
1972
|
};
|
|
1926
|
-
protoOf(WsIndex).
|
|
1973
|
+
protoOf(WsIndex).a = function () {
|
|
1927
1974
|
return this.length;
|
|
1928
1975
|
};
|
|
1929
|
-
protoOf(WsIndex).
|
|
1976
|
+
protoOf(WsIndex).fd = function () {
|
|
1930
1977
|
return this.idx;
|
|
1931
1978
|
};
|
|
1932
|
-
protoOf(WsIndex).
|
|
1979
|
+
protoOf(WsIndex).gd = function () {
|
|
1933
1980
|
return this.length;
|
|
1934
1981
|
};
|
|
1935
|
-
protoOf(WsIndex).
|
|
1982
|
+
protoOf(WsIndex).h26 = function (idx, length) {
|
|
1936
1983
|
return new WsIndex(idx, length);
|
|
1937
1984
|
};
|
|
1938
1985
|
protoOf(WsIndex).copy = function (idx, length, $super) {
|
|
1939
1986
|
idx = idx === VOID ? this.idx : idx;
|
|
1940
1987
|
length = length === VOID ? this.length : length;
|
|
1941
|
-
return this.
|
|
1988
|
+
return this.h26(idx, length);
|
|
1942
1989
|
};
|
|
1943
1990
|
protoOf(WsIndex).toString = function () {
|
|
1944
1991
|
return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
|
|
@@ -1960,63 +2007,63 @@
|
|
|
1960
2007
|
return false;
|
|
1961
2008
|
return true;
|
|
1962
2009
|
};
|
|
1963
|
-
function
|
|
2010
|
+
function produce_17(_this__u8e3s4) {
|
|
1964
2011
|
var tmp$ret$3;
|
|
1965
2012
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1966
2013
|
// Inline function 'kotlin.collections.map' call
|
|
1967
2014
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1968
2015
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
1969
|
-
var tmp0_iterator = _this__u8e3s4.
|
|
1970
|
-
while (tmp0_iterator.
|
|
1971
|
-
var item = tmp0_iterator.
|
|
2016
|
+
var tmp0_iterator = _this__u8e3s4.v();
|
|
2017
|
+
while (tmp0_iterator.w()) {
|
|
2018
|
+
var item = tmp0_iterator.y();
|
|
1972
2019
|
var tmp$ret$0;
|
|
1973
2020
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1974
|
-
tmp$ret$0 =
|
|
1975
|
-
tmp0_mapTo.
|
|
2021
|
+
tmp$ret$0 = produce_18(item);
|
|
2022
|
+
tmp0_mapTo.s(tmp$ret$0);
|
|
1976
2023
|
}
|
|
1977
2024
|
tmp$ret$3 = copyToArray(tmp0_mapTo);
|
|
1978
2025
|
return new WsTokenResult(new WsTokens(tmp$ret$3));
|
|
1979
2026
|
}
|
|
1980
|
-
function produce_17(_this__u8e3s4) {
|
|
1981
|
-
return new WsToken(_this__u8e3s4.h1z_1.j1z(), _this__u8e3s4.g1z_1, produce_18(_this__u8e3s4.i1z_1));
|
|
1982
|
-
}
|
|
1983
2027
|
function produce_18(_this__u8e3s4) {
|
|
1984
|
-
return new
|
|
2028
|
+
return new WsToken(_this__u8e3s4.b20_1.d20(), _this__u8e3s4.a20_1, produce_19(_this__u8e3s4.c20_1));
|
|
1985
2029
|
}
|
|
1986
2030
|
function produce_19(_this__u8e3s4) {
|
|
1987
|
-
return new
|
|
2031
|
+
return new WsCoordinates(_this__u8e3s4.e20_1, _this__u8e3s4.f20_1, produce_20(_this__u8e3s4.g20_1));
|
|
2032
|
+
}
|
|
2033
|
+
function produce_20(_this__u8e3s4) {
|
|
2034
|
+
return new WsIndex(_this__u8e3s4.k21_1, _this__u8e3s4.l21_1);
|
|
1988
2035
|
}
|
|
1989
2036
|
function WsError(index, length, value) {
|
|
1990
2037
|
this.index = index;
|
|
1991
2038
|
this.length = length;
|
|
1992
2039
|
this.value = value;
|
|
1993
2040
|
}
|
|
1994
|
-
protoOf(WsError).
|
|
2041
|
+
protoOf(WsError).i26 = function () {
|
|
1995
2042
|
return this.index;
|
|
1996
2043
|
};
|
|
1997
|
-
protoOf(WsError).
|
|
2044
|
+
protoOf(WsError).a = function () {
|
|
1998
2045
|
return this.length;
|
|
1999
2046
|
};
|
|
2000
|
-
protoOf(WsError).
|
|
2047
|
+
protoOf(WsError).p2 = function () {
|
|
2001
2048
|
return this.value;
|
|
2002
2049
|
};
|
|
2003
|
-
protoOf(WsError).
|
|
2050
|
+
protoOf(WsError).fd = function () {
|
|
2004
2051
|
return this.index;
|
|
2005
2052
|
};
|
|
2006
|
-
protoOf(WsError).
|
|
2053
|
+
protoOf(WsError).gd = function () {
|
|
2007
2054
|
return this.length;
|
|
2008
2055
|
};
|
|
2009
|
-
protoOf(WsError).
|
|
2056
|
+
protoOf(WsError).zg = function () {
|
|
2010
2057
|
return this.value;
|
|
2011
2058
|
};
|
|
2012
|
-
protoOf(WsError).
|
|
2059
|
+
protoOf(WsError).j26 = function (index, length, value) {
|
|
2013
2060
|
return new WsError(index, length, value);
|
|
2014
2061
|
};
|
|
2015
2062
|
protoOf(WsError).copy = function (index, length, value, $super) {
|
|
2016
2063
|
index = index === VOID ? this.index : index;
|
|
2017
2064
|
length = length === VOID ? this.length : length;
|
|
2018
2065
|
value = value === VOID ? this.value : value;
|
|
2019
|
-
return this.
|
|
2066
|
+
return this.j26(index, length, value);
|
|
2020
2067
|
};
|
|
2021
2068
|
protoOf(WsError).toString = function () {
|
|
2022
2069
|
return 'WsError(index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
|
|
@@ -2041,52 +2088,52 @@
|
|
|
2041
2088
|
return false;
|
|
2042
2089
|
return true;
|
|
2043
2090
|
};
|
|
2044
|
-
function
|
|
2045
|
-
var tmp = _this__u8e3s4.
|
|
2091
|
+
function produce_21(_this__u8e3s4) {
|
|
2092
|
+
var tmp = _this__u8e3s4.h20_1.g20_1.k21_1 - _this__u8e3s4.h20_1.g20_1.l21_1 | 0;
|
|
2046
2093
|
var tmp0_elvis_lhs = _this__u8e3s4.message;
|
|
2047
|
-
return new WsError(tmp, _this__u8e3s4.
|
|
2094
|
+
return new WsError(tmp, _this__u8e3s4.h20_1.g20_1.l21_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
|
|
2048
2095
|
}
|
|
2049
2096
|
//region block: post-declaration
|
|
2050
2097
|
defineProp(protoOf(WsType), 'name', function () {
|
|
2051
|
-
return this.
|
|
2098
|
+
return this.va();
|
|
2052
2099
|
}, VOID);
|
|
2053
2100
|
defineProp(protoOf(WsEndpoint), 'name', function () {
|
|
2054
|
-
return this.
|
|
2101
|
+
return this.va();
|
|
2055
2102
|
}, VOID);
|
|
2056
2103
|
defineProp(protoOf(WsEnum), 'name', function () {
|
|
2057
|
-
return this.
|
|
2104
|
+
return this.va();
|
|
2058
2105
|
}, VOID);
|
|
2059
2106
|
defineProp(protoOf(WsRefined), 'name', function () {
|
|
2060
|
-
return this.
|
|
2107
|
+
return this.va();
|
|
2061
2108
|
}, VOID);
|
|
2062
|
-
defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).
|
|
2063
|
-
defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).
|
|
2109
|
+
defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).va, VOID);
|
|
2110
|
+
defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).wa, VOID);
|
|
2064
2111
|
defineProp(protoOf(WsAny), 'isIterable', function () {
|
|
2065
|
-
return this.
|
|
2112
|
+
return this.g1s();
|
|
2066
2113
|
}, VOID);
|
|
2067
2114
|
defineProp(protoOf(WsAny), 'isMap', function () {
|
|
2068
|
-
return this.
|
|
2115
|
+
return this.s1z();
|
|
2069
2116
|
}, VOID);
|
|
2070
2117
|
defineProp(protoOf(WsUnit), 'isIterable', function () {
|
|
2071
|
-
return this.
|
|
2118
|
+
return this.g1s();
|
|
2072
2119
|
}, VOID);
|
|
2073
2120
|
defineProp(protoOf(WsUnit), 'isMap', function () {
|
|
2074
|
-
return this.
|
|
2121
|
+
return this.s1z();
|
|
2075
2122
|
}, VOID);
|
|
2076
2123
|
defineProp(protoOf(WsCustom), 'isIterable', function () {
|
|
2077
|
-
return this.
|
|
2124
|
+
return this.g1s();
|
|
2078
2125
|
}, VOID);
|
|
2079
2126
|
defineProp(protoOf(WsCustom), 'isMap', function () {
|
|
2080
|
-
return this.
|
|
2127
|
+
return this.s1z();
|
|
2081
2128
|
}, VOID);
|
|
2082
2129
|
defineProp(protoOf(WsPrimitive), 'isIterable', function () {
|
|
2083
|
-
return this.
|
|
2130
|
+
return this.g1s();
|
|
2084
2131
|
}, VOID);
|
|
2085
2132
|
defineProp(protoOf(WsPrimitive), 'isMap', function () {
|
|
2086
|
-
return this.
|
|
2133
|
+
return this.s1z();
|
|
2087
2134
|
}, VOID);
|
|
2088
|
-
defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).
|
|
2089
|
-
defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).
|
|
2135
|
+
defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).va, VOID);
|
|
2136
|
+
defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).wa, VOID);
|
|
2090
2137
|
//endregion
|
|
2091
2138
|
//region block: exports
|
|
2092
2139
|
function $jsExportAll$(_) {
|
|
@@ -2162,6 +2209,7 @@
|
|
|
2162
2209
|
$community$flock$wirespec$compiler$lib.WsCompiled = WsCompiled;
|
|
2163
2210
|
$community$flock$wirespec$compiler$lib.WsCompiledFile = WsCompiledFile;
|
|
2164
2211
|
$community$flock$wirespec$compiler$lib.WsParseResult = WsParseResult;
|
|
2212
|
+
$community$flock$wirespec$compiler$lib.WsStringResult = WsStringResult;
|
|
2165
2213
|
var $community = _.community || (_.community = {});
|
|
2166
2214
|
var $community$flock = $community.flock || ($community.flock = {});
|
|
2167
2215
|
var $community$flock$wirespec = $community$flock.wirespec || ($community$flock.wirespec = {});
|
|
@@ -2183,7 +2231,8 @@
|
|
|
2183
2231
|
_.$jsExportAll$ = $jsExportAll$;
|
|
2184
2232
|
_.$_$ = _.$_$ || {};
|
|
2185
2233
|
_.$_$.a = produce_14;
|
|
2186
|
-
_.$_$.b =
|
|
2234
|
+
_.$_$.b = produce_16;
|
|
2235
|
+
_.$_$.c = produce_0;
|
|
2187
2236
|
//endregion
|
|
2188
2237
|
return _;
|
|
2189
2238
|
}));
|