@flock/wirespec 0.10.21 → 0.10.23
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-core.js +11 -3
- package/arrow-arrow-core.js.map +1 -1
- package/clikt-clikt.js +1168 -1167
- package/clikt-clikt.js.map +1 -1
- package/colormath-root-colormath.js +425 -425
- package/kotlin-kotlin-stdlib.js +13 -13
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-rgxgen.js +1767 -1767
- package/markdown.js +1871 -1871
- package/mordant-mordant.js +1642 -1642
- package/package.json +1 -1
- package/wirespec-src-compiler-core.js +1635 -1340
- package/wirespec-src-compiler-core.js.map +1 -1
- package/wirespec-src-compiler-lib.js +348 -328
- package/wirespec-src-compiler-lib.js.map +1 -1
- package/wirespec-src-converter-openapi.js +528 -405
- package/wirespec-src-converter-openapi.js.map +1 -1
- package/wirespec-src-plugin-arguments.js +78 -78
- package/wirespec-src-plugin-arguments.js.map +1 -1
- package/wirespec-src-plugin-cli.js +265 -184
- package/wirespec-src-plugin-cli.js.map +1 -1
- package/wirespec-src-plugin-npm.d.ts +6 -2
- package/wirespec-src-plugin-npm.js +8 -8
- package/wirespec-src-tools-generator.js +47 -55
- package/wirespec-src-tools-generator.js.map +1 -1
|
@@ -61,38 +61,38 @@
|
|
|
61
61
|
initMetadataForClass(Output, 'Output');
|
|
62
62
|
//endregion
|
|
63
63
|
function CompilerArguments(operation, input, output, languages, packageName, logLevel, shared, strict) {
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
64
|
+
this.i2b_1 = operation;
|
|
65
|
+
this.j2b_1 = input;
|
|
66
|
+
this.k2b_1 = output;
|
|
67
|
+
this.l2b_1 = languages;
|
|
68
|
+
this.m2b_1 = packageName;
|
|
69
|
+
this.n2b_1 = logLevel;
|
|
70
|
+
this.o2b_1 = shared;
|
|
71
|
+
this.p2b_1 = strict;
|
|
72
72
|
}
|
|
73
73
|
protoOf(CompilerArguments).toString = function () {
|
|
74
|
-
var tmp = toString(this.
|
|
75
|
-
var tmp_0 = toString(this.
|
|
76
|
-
var tmp_1 = this.
|
|
77
|
-
return 'CompilerArguments(operation=' + tmp + ', input=' + tmp_0 + ', output=' + toString_0(tmp_1 == null ? null : new Output(tmp_1)) + ', languages=' + toString(this.
|
|
74
|
+
var tmp = toString(this.i2b_1);
|
|
75
|
+
var tmp_0 = toString(this.j2b_1);
|
|
76
|
+
var tmp_1 = this.k2b_1;
|
|
77
|
+
return 'CompilerArguments(operation=' + tmp + ', input=' + tmp_0 + ', output=' + toString_0(tmp_1 == null ? null : new Output(tmp_1)) + ', languages=' + toString(this.l2b_1) + ', packageName=' + PackageName__toString_impl_pes5ww(this.m2b_1) + ', logLevel=' + this.n2b_1.toString() + ', shared=' + this.o2b_1 + ', strict=' + this.p2b_1 + ')';
|
|
78
78
|
};
|
|
79
79
|
protoOf(CompilerArguments).hashCode = function () {
|
|
80
|
-
var result = hashCode(this.
|
|
81
|
-
result = imul(result, 31) + hashCode(this.
|
|
80
|
+
var result = hashCode(this.i2b_1);
|
|
81
|
+
result = imul(result, 31) + hashCode(this.j2b_1) | 0;
|
|
82
82
|
var tmp = imul(result, 31);
|
|
83
83
|
var tmp_0;
|
|
84
|
-
var tmp_1 = this.
|
|
84
|
+
var tmp_1 = this.k2b_1;
|
|
85
85
|
if ((tmp_1 == null ? null : new Output(tmp_1)) == null) {
|
|
86
86
|
tmp_0 = 0;
|
|
87
87
|
} else {
|
|
88
|
-
tmp_0 = Output__hashCode_impl_m9q6pd(this.
|
|
88
|
+
tmp_0 = Output__hashCode_impl_m9q6pd(this.k2b_1);
|
|
89
89
|
}
|
|
90
90
|
result = tmp + tmp_0 | 0;
|
|
91
|
-
result = imul(result, 31) + hashCode(this.
|
|
92
|
-
result = imul(result, 31) + PackageName__hashCode_impl_nv5z9d(this.
|
|
93
|
-
result = imul(result, 31) + this.
|
|
94
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
95
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
91
|
+
result = imul(result, 31) + hashCode(this.l2b_1) | 0;
|
|
92
|
+
result = imul(result, 31) + PackageName__hashCode_impl_nv5z9d(this.m2b_1) | 0;
|
|
93
|
+
result = imul(result, 31) + this.n2b_1.hashCode() | 0;
|
|
94
|
+
result = imul(result, 31) + getBooleanHashCode(this.o2b_1) | 0;
|
|
95
|
+
result = imul(result, 31) + getBooleanHashCode(this.p2b_1) | 0;
|
|
96
96
|
return result;
|
|
97
97
|
};
|
|
98
98
|
protoOf(CompilerArguments).equals = function (other) {
|
|
@@ -101,24 +101,24 @@
|
|
|
101
101
|
if (!(other instanceof CompilerArguments))
|
|
102
102
|
return false;
|
|
103
103
|
var tmp0_other_with_cast = other instanceof CompilerArguments ? other : THROW_CCE();
|
|
104
|
-
if (!equals(this.
|
|
104
|
+
if (!equals(this.i2b_1, tmp0_other_with_cast.i2b_1))
|
|
105
105
|
return false;
|
|
106
|
-
if (!equals(this.
|
|
106
|
+
if (!equals(this.j2b_1, tmp0_other_with_cast.j2b_1))
|
|
107
107
|
return false;
|
|
108
|
-
var tmp = this.
|
|
108
|
+
var tmp = this.k2b_1;
|
|
109
109
|
var tmp_0 = tmp == null ? null : new Output(tmp);
|
|
110
|
-
var tmp_1 = tmp0_other_with_cast.
|
|
110
|
+
var tmp_1 = tmp0_other_with_cast.k2b_1;
|
|
111
111
|
if (!equals(tmp_0, tmp_1 == null ? null : new Output(tmp_1)))
|
|
112
112
|
return false;
|
|
113
|
-
if (!equals(this.
|
|
113
|
+
if (!equals(this.l2b_1, tmp0_other_with_cast.l2b_1))
|
|
114
114
|
return false;
|
|
115
|
-
if (!(this.
|
|
115
|
+
if (!(this.m2b_1 === tmp0_other_with_cast.m2b_1))
|
|
116
116
|
return false;
|
|
117
|
-
if (!this.
|
|
117
|
+
if (!this.n2b_1.equals(tmp0_other_with_cast.n2b_1))
|
|
118
118
|
return false;
|
|
119
|
-
if (!(this.
|
|
119
|
+
if (!(this.o2b_1 === tmp0_other_with_cast.o2b_1))
|
|
120
120
|
return false;
|
|
121
|
-
if (!(this.
|
|
121
|
+
if (!(this.p2b_1 === tmp0_other_with_cast.p2b_1))
|
|
122
122
|
return false;
|
|
123
123
|
return true;
|
|
124
124
|
};
|
|
@@ -137,24 +137,24 @@
|
|
|
137
137
|
function PackageName__equals_impl_eo1xnn($this, other) {
|
|
138
138
|
if (!(other instanceof PackageName))
|
|
139
139
|
return false;
|
|
140
|
-
if (!($this === (other instanceof PackageName ? other.
|
|
140
|
+
if (!($this === (other instanceof PackageName ? other.q2b_1 : THROW_CCE())))
|
|
141
141
|
return false;
|
|
142
142
|
return true;
|
|
143
143
|
}
|
|
144
144
|
function PackageName(value) {
|
|
145
|
-
this.
|
|
145
|
+
this.q2b_1 = value;
|
|
146
146
|
}
|
|
147
147
|
protoOf(PackageName).b1 = function () {
|
|
148
|
-
return _PackageName___get_value__impl__2zr98c(this.
|
|
148
|
+
return _PackageName___get_value__impl__2zr98c(this.q2b_1);
|
|
149
149
|
};
|
|
150
150
|
protoOf(PackageName).toString = function () {
|
|
151
|
-
return PackageName__toString_impl_pes5ww(this.
|
|
151
|
+
return PackageName__toString_impl_pes5ww(this.q2b_1);
|
|
152
152
|
};
|
|
153
153
|
protoOf(PackageName).hashCode = function () {
|
|
154
|
-
return PackageName__hashCode_impl_nv5z9d(this.
|
|
154
|
+
return PackageName__hashCode_impl_nv5z9d(this.q2b_1);
|
|
155
155
|
};
|
|
156
156
|
protoOf(PackageName).equals = function (other) {
|
|
157
|
-
return PackageName__equals_impl_eo1xnn(this.
|
|
157
|
+
return PackageName__equals_impl_eo1xnn(this.q2b_1, other);
|
|
158
158
|
};
|
|
159
159
|
function Compile() {
|
|
160
160
|
}
|
|
@@ -177,13 +177,13 @@
|
|
|
177
177
|
return Compile_instance;
|
|
178
178
|
}
|
|
179
179
|
function Convert(format) {
|
|
180
|
-
this.
|
|
180
|
+
this.r2b_1 = format;
|
|
181
181
|
}
|
|
182
182
|
protoOf(Convert).toString = function () {
|
|
183
|
-
return 'Convert(format=' + this.
|
|
183
|
+
return 'Convert(format=' + this.r2b_1.toString() + ')';
|
|
184
184
|
};
|
|
185
185
|
protoOf(Convert).hashCode = function () {
|
|
186
|
-
return this.
|
|
186
|
+
return this.r2b_1.hashCode();
|
|
187
187
|
};
|
|
188
188
|
protoOf(Convert).equals = function (other) {
|
|
189
189
|
if (this === other)
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
if (!(other instanceof Convert))
|
|
192
192
|
return false;
|
|
193
193
|
var tmp0_other_with_cast = other instanceof Convert ? other : THROW_CCE();
|
|
194
|
-
if (!this.
|
|
194
|
+
if (!this.r2b_1.equals(tmp0_other_with_cast.r2b_1))
|
|
195
195
|
return false;
|
|
196
196
|
return true;
|
|
197
197
|
};
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
}
|
|
237
237
|
function Companion_0() {
|
|
238
238
|
}
|
|
239
|
-
protoOf(Companion_0).
|
|
239
|
+
protoOf(Companion_0).s2b = function (input) {
|
|
240
240
|
// Inline function 'kotlin.let' call
|
|
241
241
|
// Inline function 'kotlin.contracts.contract' call
|
|
242
242
|
// Inline function 'community.flock.wirespec.plugin.Companion.parse.<anonymous>' call
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
while (tmp0_iterator.h()) {
|
|
258
258
|
var element = tmp0_iterator.i();
|
|
259
259
|
// Inline function 'community.flock.wirespec.plugin.Companion.parse.<anonymous>.<anonymous>' call
|
|
260
|
-
if (element.
|
|
260
|
+
if (element.v2b_1 === ext) {
|
|
261
261
|
tmp$ret$5 = element;
|
|
262
262
|
break $l$block;
|
|
263
263
|
}
|
|
@@ -283,26 +283,26 @@
|
|
|
283
283
|
}
|
|
284
284
|
function FullFilePath(directory, fileName, extension) {
|
|
285
285
|
extension = extension === VOID ? FileExtension_Wirespec_getInstance() : extension;
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
288
|
-
this.
|
|
286
|
+
this.w2b_1 = directory;
|
|
287
|
+
this.x2b_1 = fileName;
|
|
288
|
+
this.y2b_1 = extension;
|
|
289
289
|
}
|
|
290
290
|
protoOf(FullFilePath).toString = function () {
|
|
291
|
-
return this.
|
|
291
|
+
return this.w2b_1 + '/' + _FileName___get_value__impl__3u4cz6(this.x2b_1) + '.' + this.y2b_1.v2b_1;
|
|
292
292
|
};
|
|
293
|
-
protoOf(FullFilePath).
|
|
293
|
+
protoOf(FullFilePath).z2b = function (directory, fileName, extension) {
|
|
294
294
|
return new FullFilePath(directory, fileName, extension);
|
|
295
295
|
};
|
|
296
|
-
protoOf(FullFilePath).
|
|
297
|
-
directory = directory === VOID ? this.
|
|
298
|
-
fileName = fileName === VOID ? this.
|
|
299
|
-
extension = extension === VOID ? this.
|
|
300
|
-
return $super === VOID ? this.
|
|
296
|
+
protoOf(FullFilePath).a2c = function (directory, fileName, extension, $super) {
|
|
297
|
+
directory = directory === VOID ? this.w2b_1 : directory;
|
|
298
|
+
fileName = fileName === VOID ? this.x2b_1 : fileName;
|
|
299
|
+
extension = extension === VOID ? this.y2b_1 : extension;
|
|
300
|
+
return $super === VOID ? this.z2b(directory, fileName, extension) : $super.z2b.call(this, directory, new FileName(fileName), extension);
|
|
301
301
|
};
|
|
302
302
|
protoOf(FullFilePath).hashCode = function () {
|
|
303
|
-
var result = getStringHashCode(this.
|
|
304
|
-
result = imul(result, 31) + FileName__hashCode_impl_43wak5(this.
|
|
305
|
-
result = imul(result, 31) + this.
|
|
303
|
+
var result = getStringHashCode(this.w2b_1);
|
|
304
|
+
result = imul(result, 31) + FileName__hashCode_impl_43wak5(this.x2b_1) | 0;
|
|
305
|
+
result = imul(result, 31) + this.y2b_1.hashCode() | 0;
|
|
306
306
|
return result;
|
|
307
307
|
};
|
|
308
308
|
protoOf(FullFilePath).equals = function (other) {
|
|
@@ -311,11 +311,11 @@
|
|
|
311
311
|
if (!(other instanceof FullFilePath))
|
|
312
312
|
return false;
|
|
313
313
|
var tmp0_other_with_cast = other instanceof FullFilePath ? other : THROW_CCE();
|
|
314
|
-
if (!(this.
|
|
314
|
+
if (!(this.w2b_1 === tmp0_other_with_cast.w2b_1))
|
|
315
315
|
return false;
|
|
316
|
-
if (!(this.
|
|
316
|
+
if (!(this.x2b_1 === tmp0_other_with_cast.x2b_1))
|
|
317
317
|
return false;
|
|
318
|
-
if (!this.
|
|
318
|
+
if (!this.y2b_1.equals(tmp0_other_with_cast.y2b_1))
|
|
319
319
|
return false;
|
|
320
320
|
return true;
|
|
321
321
|
};
|
|
@@ -334,24 +334,24 @@
|
|
|
334
334
|
function FileName__equals_impl_o96ox3($this, other) {
|
|
335
335
|
if (!(other instanceof FileName))
|
|
336
336
|
return false;
|
|
337
|
-
if (!($this === (other instanceof FileName ? other.
|
|
337
|
+
if (!($this === (other instanceof FileName ? other.b2c_1 : THROW_CCE())))
|
|
338
338
|
return false;
|
|
339
339
|
return true;
|
|
340
340
|
}
|
|
341
341
|
function FileName(value) {
|
|
342
|
-
this.
|
|
342
|
+
this.b2c_1 = value;
|
|
343
343
|
}
|
|
344
344
|
protoOf(FileName).b1 = function () {
|
|
345
|
-
return _FileName___get_value__impl__3u4cz6(this.
|
|
345
|
+
return _FileName___get_value__impl__3u4cz6(this.b2c_1);
|
|
346
346
|
};
|
|
347
347
|
protoOf(FileName).toString = function () {
|
|
348
|
-
return FileName__toString_impl_hn9m8q(this.
|
|
348
|
+
return FileName__toString_impl_hn9m8q(this.b2c_1);
|
|
349
349
|
};
|
|
350
350
|
protoOf(FileName).hashCode = function () {
|
|
351
|
-
return FileName__hashCode_impl_43wak5(this.
|
|
351
|
+
return FileName__hashCode_impl_43wak5(this.b2c_1);
|
|
352
352
|
};
|
|
353
353
|
protoOf(FileName).equals = function (other) {
|
|
354
|
-
return FileName__equals_impl_o96ox3(this.
|
|
354
|
+
return FileName__equals_impl_o96ox3(this.b2c_1, other);
|
|
355
355
|
};
|
|
356
356
|
function Console$read$lambda() {
|
|
357
357
|
return readlnOrNull();
|
|
@@ -380,13 +380,13 @@
|
|
|
380
380
|
return Console_instance;
|
|
381
381
|
}
|
|
382
382
|
function FullDirPath(path) {
|
|
383
|
-
this.
|
|
383
|
+
this.c2c_1 = path;
|
|
384
384
|
}
|
|
385
385
|
protoOf(FullDirPath).toString = function () {
|
|
386
|
-
return 'FullDirPath(path=' + this.
|
|
386
|
+
return 'FullDirPath(path=' + this.c2c_1 + ')';
|
|
387
387
|
};
|
|
388
388
|
protoOf(FullDirPath).hashCode = function () {
|
|
389
|
-
return getStringHashCode(this.
|
|
389
|
+
return getStringHashCode(this.c2c_1);
|
|
390
390
|
};
|
|
391
391
|
protoOf(FullDirPath).equals = function (other) {
|
|
392
392
|
if (this === other)
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
if (!(other instanceof FullDirPath))
|
|
395
395
|
return false;
|
|
396
396
|
var tmp0_other_with_cast = other instanceof FullDirPath ? other : THROW_CCE();
|
|
397
|
-
if (!(this.
|
|
397
|
+
if (!(this.c2c_1 === tmp0_other_with_cast.c2c_1))
|
|
398
398
|
return false;
|
|
399
399
|
return true;
|
|
400
400
|
};
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
var Language_OpenAPIV3_instance;
|
|
408
408
|
function Companion_1() {
|
|
409
409
|
}
|
|
410
|
-
protoOf(Companion_1).
|
|
410
|
+
protoOf(Companion_1).d2c = function () {
|
|
411
411
|
// Inline function 'kotlin.collections.associateBy' call
|
|
412
412
|
var this_0 = get_entries_0();
|
|
413
413
|
var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault(this_0, 10)), 16);
|
|
@@ -483,10 +483,10 @@
|
|
|
483
483
|
var $ENTRIES_1;
|
|
484
484
|
function FileExtension(name, ordinal, value) {
|
|
485
485
|
Enum.call(this, name, ordinal);
|
|
486
|
-
this.
|
|
486
|
+
this.v2b_1 = value;
|
|
487
487
|
}
|
|
488
488
|
protoOf(FileExtension).b1 = function () {
|
|
489
|
-
return this.
|
|
489
|
+
return this.v2b_1;
|
|
490
490
|
};
|
|
491
491
|
function Language_Java_getInstance() {
|
|
492
492
|
Language_initEntries();
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
}
|
|
552
552
|
function Companion_2() {
|
|
553
553
|
}
|
|
554
|
-
protoOf(Companion_2).
|
|
554
|
+
protoOf(Companion_2).e2c = function (s) {
|
|
555
555
|
var tmp;
|
|
556
556
|
if (s == null) {
|
|
557
557
|
tmp = null;
|
|
@@ -572,24 +572,24 @@
|
|
|
572
572
|
function Output__equals_impl_7y48wd($this, other) {
|
|
573
573
|
if (!(other instanceof Output))
|
|
574
574
|
return false;
|
|
575
|
-
if (!($this === (other instanceof Output ? other.
|
|
575
|
+
if (!($this === (other instanceof Output ? other.f2c_1 : THROW_CCE())))
|
|
576
576
|
return false;
|
|
577
577
|
return true;
|
|
578
578
|
}
|
|
579
579
|
function Output(value) {
|
|
580
|
-
this.
|
|
580
|
+
this.f2c_1 = value;
|
|
581
581
|
}
|
|
582
582
|
protoOf(Output).b1 = function () {
|
|
583
|
-
return _Output___get_value__impl__a8kw1g(this.
|
|
583
|
+
return _Output___get_value__impl__a8kw1g(this.f2c_1);
|
|
584
584
|
};
|
|
585
585
|
protoOf(Output).toString = function () {
|
|
586
|
-
return Output__toString_impl_r07ygw(this.
|
|
586
|
+
return Output__toString_impl_r07ygw(this.f2c_1);
|
|
587
587
|
};
|
|
588
588
|
protoOf(Output).hashCode = function () {
|
|
589
|
-
return Output__hashCode_impl_m9q6pd(this.
|
|
589
|
+
return Output__hashCode_impl_m9q6pd(this.f2c_1);
|
|
590
590
|
};
|
|
591
591
|
protoOf(Output).equals = function (other) {
|
|
592
|
-
return Output__equals_impl_7y48wd(this.
|
|
592
|
+
return Output__equals_impl_7y48wd(this.f2c_1, other);
|
|
593
593
|
};
|
|
594
594
|
//region block: init
|
|
595
595
|
Compile_instance = new Compile();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/CompilerArguments.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Format.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Input.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/src/kotlin/util/Standard.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/js/src/kotlin/text/stringJs.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Collections.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Language.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Output.kt"],"sourcesContent":[null,null,null,null,null,null,null,null],"names":["<init>","operation","input","output","languages","packageName","logLevel","shared","strict","result","<PackageName__<init>-impl>","value","<PackageName__<get-value>-impl>","<get-value>","format","toString","values","<get-entries>","parse","list","element","extension","filename","path","directory","fileName","<FileName__<init>-impl>","<FileName__<get-value>-impl>","Console$read$lambda","read","toMap","capacity","<Output__<init>-impl>","<Output__<get-value>-impl>","Output__toString-impl","invoke","s"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAM4BA,CACxBC,S,EACAC,K,EACAC,M,EACAC,S,EACAC,W,EACAC,Q,EACAC,M,EACAC,MARwBR,EAAA;A,IACxB,sB;IACA,kB;IACA,mB;IACA,sB;IACA,wB;IACA,qB;IACA,mB;IACA,mB;EARwB,C;oDAN5B;A,uBAAA,I,CAAA,K;yBAAA,I,CAAA,K;gBAAA,I,CAAA,K;IAAA,oV;EAAA,C;oDAAA;A,QAAAS,6B;IAAA,oD;cAAA,gB;;gBAAA,I,CAAA,K;IAAA,uD;cAAA,C;;cAAA,wC;;IAAA,wB;IAAA,oD;IAAA,6E;IAAA,qD;IAAA,8D;IAAA,8D;IAAA,a;EAAA,C;uDAAA;A,IAAA,mB;MAAA,W;IAAA,0C;MAAA,Y;QAAA,+E;IAAA,oD;MAAA,Y;IAAA,oD;MAAA,Y;cAAA,I,CAAA,K;;gBAAA,oB,CAAA,K;IAAA,6D;MAAA,Y;IAAA,oD;MAAA,Y;IAAA,iD;MAAA,Y;IAAA,mD;MAAA,Y;IAAA,iD;MAAA,Y;IAAA,iD;MAAA,Y;IAAA,W;EAAA,C;4CAuBuBC,CAACC,KAADD,E;IAAA,Y;G;iDAACE,CAAA,KAAAA,E;IAAA,Y;G;;IAvBxB,yC;;;IAAA,+B;;;IAAA,oC;MAAA,Y;IAAA,4E;MAAA,Y;IAAA,W;;sBAuBuBZ,CAACW,KAADX,E;IAAC,kB;G;qCAAAa,CAAAA,E;;G;;;;;;;;;;kBALpBb,CAAAA,EAAA;A,EAAA,C;0CAlBJ;A,IAAA,gB;EAAA,C;0CAAA;A,IAAA,kB;EAAA,C;6CAAA;A,IAAA,mB;MAAA,W;IAAA,gC;MAAA,Y;IAAA,K;IAAA,W;EAAA,C;;;;;kBAmBsBA,CAACc,MAADd,EAAA;A,IAAC,mB;EAAD,C;0CAnBtB;A,IAAA,sD;EAAA,C;0CAAA;A,IAAA,4B;EAAA,C;6CAAA;A,IAAA,mB;MAAA,W;IAAA,gC;MAAA,Y;QAAA,qE;IAAA,mD;MAAA,Y;IAAA,W;EAAA,C;;;oBCKIA,CAAAA,EAAA;A,EAAA,C;yCACIe,CAAAA,EAA0B;A,IAAsB,OAAd,aAAR,aAAQ,C;EAAa,C;;;;;iBAJvDC,CAAAA,E;;G;sBAAAC,CAAAA,E;;;;G;;;;;;;;;;iBAAAjB,C,aAAAA,EAAA;A;EAAA,C;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/CompilerArguments.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Format.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Input.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/src/kotlin/util/Standard.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/js/src/kotlin/text/stringJs.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Collections.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Language.kt","../../../../../src/plugin/arguments/src/commonMain/kotlin/community/flock/wirespec/plugin/Output.kt"],"sourcesContent":[null,null,null,null,null,null,null,null],"names":["<init>","operation","input","output","languages","packageName","logLevel","shared","strict","result","<PackageName__<init>-impl>","value","<PackageName__<get-value>-impl>","<get-value>","format","toString","values","<get-entries>","parse","list","element","extension","filename","path","directory","fileName","<FileName__<init>-impl>","<FileName__<get-value>-impl>","Console$read$lambda","read","toMap","capacity","<Output__<init>-impl>","<Output__<get-value>-impl>","Output__toString-impl","invoke","s"],"mappings":"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"}
|