@flock/wirespec 0.9.24 → 0.9.26
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 +12 -12
- package/arrow-arrow-core.js +124 -123
- package/arrow-arrow-core.js.map +1 -1
- package/clikt-clikt.js +1836 -1867
- package/clikt-clikt.js.map +1 -1
- package/colormath-root-colormath.js +809 -544
- package/colormath-root-colormath.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +2149 -2007
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-openapi-bindings.js +5008 -5008
- package/kotlin-openapi-bindings.js.map +1 -1
- package/kotlin-rgxgen.js +1879 -1879
- package/{kotlinx-serialization-kotlinx-serialization-core-js-ir.js → kotlinx-serialization-kotlinx-serialization-core.js} +2202 -2130
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -0
- package/kotlinx-serialization-kotlinx-serialization-json.js +5122 -0
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -0
- package/markdown.js +2123 -2017
- package/markdown.js.map +1 -1
- package/mordant-mordant.js +8910 -8389
- package/mordant-mordant.js.map +1 -1
- package/package.json +1 -1
- package/wirespec-src-compiler-core.js +2069 -2069
- package/wirespec-src-compiler-core.js.map +1 -1
- package/wirespec-src-compiler-lib.js +492 -819
- package/wirespec-src-compiler-lib.js.map +1 -1
- package/wirespec-src-converter-openapi.js +603 -603
- package/wirespec-src-converter-openapi.js.map +1 -1
- package/wirespec-src-plugin-arguments.js +94 -94
- package/wirespec-src-plugin-cli.js +164 -164
- package/wirespec-src-plugin-npm.d.ts +32 -71
- package/wirespec-src-plugin-npm.js +126 -50
- package/wirespec-src-plugin-npm.js.map +1 -1
- package/wirespec-src-tools-generator.js +36 -36
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +0 -4583
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +0 -1
|
@@ -277,67 +277,6 @@ export declare namespace community.flock.wirespec.compiler.lib {
|
|
|
277
277
|
equals(other: Nullable<any>): boolean;
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
|
-
export declare namespace community.flock.wirespec.compiler.lib {
|
|
281
|
-
abstract class Compiler {
|
|
282
|
-
constructor();
|
|
283
|
-
protected preCompile(source: string): (p0: any/* community.flock.wirespec.compiler.core.emit.common.Emitter */) => any/* arrow.core.Either<arrow.core.NonEmptyList<community.flock.wirespec.compiler.core.exceptions.WirespecException>, kotlin.collections.KtList<community.flock.wirespec.compiler.core.emit.common.Emitted>> */;
|
|
284
|
-
tokenize(source: string): community.flock.wirespec.compiler.lib.WsTokenResult;
|
|
285
|
-
parse(source: string): community.flock.wirespec.compiler.lib.WsParseResult;
|
|
286
|
-
}
|
|
287
|
-
/* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
|
|
288
|
-
class WsToKotlin extends community.flock.wirespec.compiler.lib.Compiler {
|
|
289
|
-
constructor();
|
|
290
|
-
compile(source: string): community.flock.wirespec.compiler.lib.WsCompilationResult;
|
|
291
|
-
static get Companion(): {
|
|
292
|
-
};
|
|
293
|
-
}
|
|
294
|
-
/* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
|
|
295
|
-
class WsToTypeScript extends community.flock.wirespec.compiler.lib.Compiler {
|
|
296
|
-
constructor();
|
|
297
|
-
compile(source: string): community.flock.wirespec.compiler.lib.WsCompilationResult;
|
|
298
|
-
static get Companion(): {
|
|
299
|
-
};
|
|
300
|
-
}
|
|
301
|
-
/* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
|
|
302
|
-
class WsToScala extends community.flock.wirespec.compiler.lib.Compiler {
|
|
303
|
-
constructor();
|
|
304
|
-
compile(source: string): community.flock.wirespec.compiler.lib.WsCompilationResult;
|
|
305
|
-
static get Companion(): {
|
|
306
|
-
};
|
|
307
|
-
}
|
|
308
|
-
/* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
|
|
309
|
-
class WsToJava extends community.flock.wirespec.compiler.lib.Compiler {
|
|
310
|
-
constructor();
|
|
311
|
-
compile(source: string): community.flock.wirespec.compiler.lib.WsCompilationResult;
|
|
312
|
-
static get Companion(): {
|
|
313
|
-
};
|
|
314
|
-
}
|
|
315
|
-
/* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
|
|
316
|
-
class WsToWirespec extends community.flock.wirespec.compiler.lib.Compiler {
|
|
317
|
-
constructor();
|
|
318
|
-
compile(source: string): community.flock.wirespec.compiler.lib.WsCompilationResult;
|
|
319
|
-
static get Companion(): {
|
|
320
|
-
};
|
|
321
|
-
}
|
|
322
|
-
const OpenApiV2Parser: {
|
|
323
|
-
parse(source: string): Array<community.flock.wirespec.compiler.lib.WsNode>;
|
|
324
|
-
};
|
|
325
|
-
const OpenApiV2ToTypescript: {
|
|
326
|
-
compile(source: string): Array<community.flock.wirespec.compiler.lib.WsCompiledFile>;
|
|
327
|
-
};
|
|
328
|
-
const OpenApiV2ToWirespec: {
|
|
329
|
-
compile(source: string): Array<community.flock.wirespec.compiler.lib.WsCompiledFile>;
|
|
330
|
-
};
|
|
331
|
-
const OpenApiV3Parser: {
|
|
332
|
-
parse(source: string): Array<community.flock.wirespec.compiler.lib.WsNode>;
|
|
333
|
-
};
|
|
334
|
-
const OpenApiV3ToTypescript: {
|
|
335
|
-
compile(source: string): Array<community.flock.wirespec.compiler.lib.WsCompiledFile>;
|
|
336
|
-
};
|
|
337
|
-
const OpenApiV3ToWirespec: {
|
|
338
|
-
compile(source: string): Array<community.flock.wirespec.compiler.lib.WsCompiledFile>;
|
|
339
|
-
};
|
|
340
|
-
}
|
|
341
280
|
export declare namespace community.flock.wirespec.compiler.lib {
|
|
342
281
|
class WsCompilationResult {
|
|
343
282
|
constructor(result?: Nullable<community.flock.wirespec.compiler.lib.WsCompiled>, errors?: Array<community.flock.wirespec.compiler.lib.WsError>);
|
|
@@ -419,11 +358,13 @@ export declare namespace community.flock.wirespec.compiler.lib {
|
|
|
419
358
|
}
|
|
420
359
|
export declare namespace community.flock.wirespec.compiler.lib {
|
|
421
360
|
class WsError {
|
|
422
|
-
constructor(index: number, length: number, value: string);
|
|
361
|
+
constructor(line: number, position: number, index: number, length: number, value: string);
|
|
362
|
+
get line(): number;
|
|
363
|
+
get position(): number;
|
|
423
364
|
get index(): number;
|
|
424
365
|
get length(): number;
|
|
425
366
|
get value(): string;
|
|
426
|
-
copy(index?: number, length?: number, value?: string): community.flock.wirespec.compiler.lib.WsError;
|
|
367
|
+
copy(line?: number, position?: number, index?: number, length?: number, value?: string): community.flock.wirespec.compiler.lib.WsError;
|
|
427
368
|
toString(): string;
|
|
428
369
|
hashCode(): number;
|
|
429
370
|
equals(other: Nullable<any>): boolean;
|
|
@@ -436,38 +377,58 @@ export declare namespace community.flock.wirespec.plugin.cli {
|
|
|
436
377
|
export declare namespace community.flock.wirespec.plugin.npm {
|
|
437
378
|
abstract class Emitters {
|
|
438
379
|
private constructor();
|
|
380
|
+
static get WIRESPEC(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
381
|
+
get name(): "WIRESPEC";
|
|
382
|
+
get ordinal(): 0;
|
|
383
|
+
};
|
|
439
384
|
static get TYPESCRIPT(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
440
385
|
get name(): "TYPESCRIPT";
|
|
441
|
-
get ordinal():
|
|
386
|
+
get ordinal(): 1;
|
|
442
387
|
};
|
|
443
388
|
static get JAVA(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
444
389
|
get name(): "JAVA";
|
|
445
|
-
get ordinal():
|
|
390
|
+
get ordinal(): 2;
|
|
446
391
|
};
|
|
447
392
|
static get KOTLIN(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
448
393
|
get name(): "KOTLIN";
|
|
449
|
-
get ordinal():
|
|
394
|
+
get ordinal(): 3;
|
|
450
395
|
};
|
|
451
396
|
static get SCALA(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
452
397
|
get name(): "SCALA";
|
|
453
|
-
get ordinal():
|
|
398
|
+
get ordinal(): 4;
|
|
454
399
|
};
|
|
455
400
|
static get OPENAPI_V2(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
456
401
|
get name(): "OPENAPI_V2";
|
|
457
|
-
get ordinal():
|
|
402
|
+
get ordinal(): 5;
|
|
458
403
|
};
|
|
459
404
|
static get OPENAPI_V3(): community.flock.wirespec.plugin.npm.Emitters & {
|
|
460
405
|
get name(): "OPENAPI_V3";
|
|
461
|
-
get ordinal():
|
|
406
|
+
get ordinal(): 6;
|
|
462
407
|
};
|
|
463
|
-
get name(): "TYPESCRIPT" | "JAVA" | "KOTLIN" | "SCALA" | "OPENAPI_V2" | "OPENAPI_V3";
|
|
464
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
408
|
+
get name(): "WIRESPEC" | "TYPESCRIPT" | "JAVA" | "KOTLIN" | "SCALA" | "OPENAPI_V2" | "OPENAPI_V3";
|
|
409
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
465
410
|
static values(): Array<community.flock.wirespec.plugin.npm.Emitters>;
|
|
466
411
|
static valueOf(value: string): community.flock.wirespec.plugin.npm.Emitters;
|
|
467
412
|
}
|
|
413
|
+
abstract class Converters {
|
|
414
|
+
private constructor();
|
|
415
|
+
static get OPENAPI_V2(): community.flock.wirespec.plugin.npm.Converters & {
|
|
416
|
+
get name(): "OPENAPI_V2";
|
|
417
|
+
get ordinal(): 0;
|
|
418
|
+
};
|
|
419
|
+
static get OPENAPI_V3(): community.flock.wirespec.plugin.npm.Converters & {
|
|
420
|
+
get name(): "OPENAPI_V3";
|
|
421
|
+
get ordinal(): 1;
|
|
422
|
+
};
|
|
423
|
+
get name(): "OPENAPI_V2" | "OPENAPI_V3";
|
|
424
|
+
get ordinal(): 0 | 1;
|
|
425
|
+
static values(): Array<community.flock.wirespec.plugin.npm.Converters>;
|
|
426
|
+
static valueOf(value: string): community.flock.wirespec.plugin.npm.Converters;
|
|
427
|
+
}
|
|
468
428
|
function cli(args: Array<string>): void;
|
|
469
429
|
function tokenize(source: string): Array<community.flock.wirespec.compiler.lib.WsToken>;
|
|
470
430
|
function parse(source: string): community.flock.wirespec.compiler.lib.WsParseResult;
|
|
431
|
+
function convert(source: string, converters: community.flock.wirespec.plugin.npm.Converters): Array<community.flock.wirespec.compiler.lib.WsNode>;
|
|
471
432
|
function generate(source: string, type: string): community.flock.wirespec.compiler.lib.WsStringResult;
|
|
472
433
|
function emit(ast: Array<community.flock.wirespec.compiler.lib.WsNode>, emitter: community.flock.wirespec.plugin.npm.Emitters, packageName: string): Array<community.flock.wirespec.compiler.lib.WsEmitted>;
|
|
473
434
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (root, factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports', './kotlin-kotlin-stdlib.js', './wirespec-src-plugin-cli.js', './wirespec-src-compiler-core.js', './wirespec-src-compiler-lib.js', './arrow-arrow-core.js', './wirespec-src-
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js', './wirespec-src-plugin-cli.js', './wirespec-src-compiler-core.js', './wirespec-src-compiler-lib.js', './arrow-arrow-core.js', './wirespec-src-converter-openapi.js', './wirespec-src-tools-generator.js', './kotlin-openapi-bindings.js', './kotlinx-serialization-kotlinx-serialization-json.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./wirespec-src-plugin-cli.js'), require('./wirespec-src-compiler-core.js'), require('./wirespec-src-compiler-lib.js'), require('./arrow-arrow-core.js'), require('./wirespec-src-
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./wirespec-src-plugin-cli.js'), require('./wirespec-src-compiler-core.js'), require('./wirespec-src-compiler-lib.js'), require('./arrow-arrow-core.js'), require('./wirespec-src-converter-openapi.js'), require('./wirespec-src-tools-generator.js'), require('./kotlin-openapi-bindings.js'), require('./kotlinx-serialization-kotlinx-serialization-json.js'));
|
|
6
6
|
else {
|
|
7
7
|
if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
8
|
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
@@ -19,48 +19,52 @@
|
|
|
19
19
|
if (typeof this['arrow-arrow-core'] === 'undefined') {
|
|
20
20
|
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'arrow-arrow-core' was not found. Please, check whether 'arrow-arrow-core' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
21
21
|
}
|
|
22
|
-
if (typeof this['wirespec-src-tools-generator'] === 'undefined') {
|
|
23
|
-
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'wirespec-src-tools-generator' was not found. Please, check whether 'wirespec-src-tools-generator' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
24
|
-
}
|
|
25
22
|
if (typeof this['wirespec-src-converter-openapi'] === 'undefined') {
|
|
26
23
|
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'wirespec-src-converter-openapi' was not found. Please, check whether 'wirespec-src-converter-openapi' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
27
24
|
}
|
|
25
|
+
if (typeof this['wirespec-src-tools-generator'] === 'undefined') {
|
|
26
|
+
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'wirespec-src-tools-generator' was not found. Please, check whether 'wirespec-src-tools-generator' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
27
|
+
}
|
|
28
28
|
if (typeof this['kotlin-openapi-bindings'] === 'undefined') {
|
|
29
29
|
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'kotlin-openapi-bindings' was not found. Please, check whether 'kotlin-openapi-bindings' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
30
30
|
}
|
|
31
|
-
if (typeof this['kotlinx-serialization-kotlinx-serialization-json
|
|
32
|
-
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'kotlinx-serialization-kotlinx-serialization-json
|
|
31
|
+
if (typeof this['kotlinx-serialization-kotlinx-serialization-json'] === 'undefined') {
|
|
32
|
+
throw new Error("Error loading module 'community.flock.wirespec.plugin.npm:npm'. Its dependency 'kotlinx-serialization-kotlinx-serialization-json' was not found. Please, check whether 'kotlinx-serialization-kotlinx-serialization-json' is loaded prior to 'community.flock.wirespec.plugin.npm:npm'.");
|
|
33
33
|
}
|
|
34
|
-
root['community.flock.wirespec.plugin.npm:npm'] = factory(typeof this['community.flock.wirespec.plugin.npm:npm'] === 'undefined' ? {} : this['community.flock.wirespec.plugin.npm:npm'], this['kotlin-kotlin-stdlib'], this['wirespec-src-plugin-cli'], this['wirespec-src-compiler-core'], this['wirespec-src-compiler-lib'], this['arrow-arrow-core'], this['wirespec-src-
|
|
34
|
+
root['community.flock.wirespec.plugin.npm:npm'] = factory(typeof this['community.flock.wirespec.plugin.npm:npm'] === 'undefined' ? {} : this['community.flock.wirespec.plugin.npm:npm'], this['kotlin-kotlin-stdlib'], this['wirespec-src-plugin-cli'], this['wirespec-src-compiler-core'], this['wirespec-src-compiler-lib'], this['arrow-arrow-core'], this['wirespec-src-converter-openapi'], this['wirespec-src-tools-generator'], this['kotlin-openapi-bindings'], this['kotlinx-serialization-kotlinx-serialization-json']);
|
|
35
35
|
}
|
|
36
|
-
}(globalThis, function (_, kotlin_kotlin, kotlin_community_flock_wirespec_plugin_cli_cli, kotlin_community_flock_wirespec_compiler_core, kotlin_community_flock_wirespec_compiler_lib, kotlin_io_arrow_kt_arrow_core,
|
|
36
|
+
}(globalThis, function (_, kotlin_kotlin, kotlin_community_flock_wirespec_plugin_cli_cli, kotlin_community_flock_wirespec_compiler_core, kotlin_community_flock_wirespec_compiler_lib, kotlin_io_arrow_kt_arrow_core, kotlin_community_flock_wirespec_converter_openapi, kotlin_community_flock_wirespec_generator_generator, kotlin_community_flock_kotlinx_openapi_bindings_kotlin_openapi_bindings, kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json) {
|
|
37
37
|
'use strict';
|
|
38
38
|
//region block: imports
|
|
39
|
-
var THROW_IAE = kotlin_kotlin.$_$.
|
|
40
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
41
|
-
var Enum = kotlin_kotlin.$_$.
|
|
42
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
39
|
+
var THROW_IAE = kotlin_kotlin.$_$.gf;
|
|
40
|
+
var Unit_instance = kotlin_kotlin.$_$.g4;
|
|
41
|
+
var Enum = kotlin_kotlin.$_$.ve;
|
|
42
|
+
var protoOf = kotlin_kotlin.$_$.ua;
|
|
43
43
|
var defineProp = kotlin_kotlin.$_$.m9;
|
|
44
44
|
var initMetadataForClass = kotlin_kotlin.$_$.u9;
|
|
45
45
|
var VOID = kotlin_kotlin.$_$.g;
|
|
46
46
|
var main = kotlin_community_flock_wirespec_plugin_cli_cli.$_$.a;
|
|
47
47
|
var WirespecSpec_getInstance = kotlin_community_flock_wirespec_compiler_core.$_$.y1;
|
|
48
48
|
var tokenize = kotlin_community_flock_wirespec_compiler_core.$_$.c1;
|
|
49
|
-
var produce = kotlin_community_flock_wirespec_compiler_lib.$_$.
|
|
49
|
+
var produce = kotlin_community_flock_wirespec_compiler_lib.$_$.f;
|
|
50
50
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.h5;
|
|
51
51
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.k;
|
|
52
|
-
var NonEmptyList = kotlin_io_arrow_kt_arrow_core.$_$.
|
|
53
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
52
|
+
var NonEmptyList = kotlin_io_arrow_kt_arrow_core.$_$.f;
|
|
53
|
+
var copyToArray = kotlin_kotlin.$_$.w5;
|
|
54
54
|
var get_noLogger = kotlin_community_flock_wirespec_compiler_core.$_$.h1;
|
|
55
55
|
var Parser = kotlin_community_flock_wirespec_compiler_core.$_$.w;
|
|
56
56
|
var produce_0 = kotlin_community_flock_wirespec_compiler_lib.$_$.b;
|
|
57
|
-
var
|
|
58
|
-
var Left = kotlin_io_arrow_kt_arrow_core.$_$.c;
|
|
59
|
-
var generate = kotlin_community_flock_wirespec_generator_generator.$_$.a;
|
|
60
|
-
var toString = kotlin_kotlin.$_$.xa;
|
|
61
|
-
var Right = kotlin_io_arrow_kt_arrow_core.$_$.d;
|
|
57
|
+
var OpenApiV3Parser_instance = kotlin_community_flock_wirespec_converter_openapi.$_$.d;
|
|
62
58
|
var produce_1 = kotlin_community_flock_wirespec_compiler_lib.$_$.c;
|
|
59
|
+
var OpenApiV2Parser_instance = kotlin_community_flock_wirespec_converter_openapi.$_$.b;
|
|
60
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.bg;
|
|
61
|
+
var Left = kotlin_io_arrow_kt_arrow_core.$_$.d;
|
|
62
|
+
var generate = kotlin_community_flock_wirespec_generator_generator.$_$.a;
|
|
63
|
+
var toString = kotlin_kotlin.$_$.ya;
|
|
64
|
+
var Right = kotlin_io_arrow_kt_arrow_core.$_$.e;
|
|
65
|
+
var produce_2 = kotlin_community_flock_wirespec_compiler_lib.$_$.d;
|
|
63
66
|
var consume = kotlin_community_flock_wirespec_compiler_lib.$_$.a;
|
|
67
|
+
var WirespecEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.f;
|
|
64
68
|
var TypeScriptEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.e;
|
|
65
69
|
var JavaEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.b;
|
|
66
70
|
var KotlinEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.c;
|
|
@@ -68,16 +72,18 @@
|
|
|
68
72
|
var listOf = kotlin_kotlin.$_$.e7;
|
|
69
73
|
var OpenApiV2Emitter_instance = kotlin_community_flock_wirespec_converter_openapi.$_$.a;
|
|
70
74
|
var Companion_getInstance = kotlin_community_flock_kotlinx_openapi_bindings_kotlin_openapi_bindings.$_$.w2;
|
|
71
|
-
var curried = kotlin_io_arrow_kt_arrow_core.$_$.
|
|
75
|
+
var curried = kotlin_io_arrow_kt_arrow_core.$_$.g;
|
|
72
76
|
var OpenApiV3Emitter_instance = kotlin_community_flock_wirespec_converter_openapi.$_$.c;
|
|
73
77
|
var Companion_getInstance_0 = kotlin_community_flock_kotlinx_openapi_bindings_kotlin_openapi_bindings.$_$.x2;
|
|
74
|
-
var
|
|
78
|
+
var produce_3 = kotlin_community_flock_wirespec_compiler_lib.$_$.g;
|
|
75
79
|
var Emitted = kotlin_community_flock_wirespec_compiler_core.$_$.a;
|
|
76
80
|
var Default_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.a;
|
|
77
81
|
//endregion
|
|
78
82
|
//region block: pre-declaration
|
|
79
83
|
initMetadataForClass(Emitters, 'Emitters', VOID, Enum);
|
|
84
|
+
initMetadataForClass(Converters, 'Converters', VOID, Enum);
|
|
80
85
|
//endregion
|
|
86
|
+
var Emitters_WIRESPEC_instance;
|
|
81
87
|
var Emitters_TYPESCRIPT_instance;
|
|
82
88
|
var Emitters_JAVA_instance;
|
|
83
89
|
var Emitters_KOTLIN_instance;
|
|
@@ -85,10 +91,12 @@
|
|
|
85
91
|
var Emitters_OPENAPI_V2_instance;
|
|
86
92
|
var Emitters_OPENAPI_V3_instance;
|
|
87
93
|
function values() {
|
|
88
|
-
return [Emitters_TYPESCRIPT_getInstance(), Emitters_JAVA_getInstance(), Emitters_KOTLIN_getInstance(), Emitters_SCALA_getInstance(), Emitters_OPENAPI_V2_getInstance(), Emitters_OPENAPI_V3_getInstance()];
|
|
94
|
+
return [Emitters_WIRESPEC_getInstance(), Emitters_TYPESCRIPT_getInstance(), Emitters_JAVA_getInstance(), Emitters_KOTLIN_getInstance(), Emitters_SCALA_getInstance(), Emitters_OPENAPI_V2_getInstance(), Emitters_OPENAPI_V3_getInstance()];
|
|
89
95
|
}
|
|
90
96
|
function valueOf(value) {
|
|
91
97
|
switch (value) {
|
|
98
|
+
case 'WIRESPEC':
|
|
99
|
+
return Emitters_WIRESPEC_getInstance();
|
|
92
100
|
case 'TYPESCRIPT':
|
|
93
101
|
return Emitters_TYPESCRIPT_getInstance();
|
|
94
102
|
case 'JAVA':
|
|
@@ -112,16 +120,45 @@
|
|
|
112
120
|
if (Emitters_entriesInitialized)
|
|
113
121
|
return Unit_instance;
|
|
114
122
|
Emitters_entriesInitialized = true;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
123
|
+
Emitters_WIRESPEC_instance = new Emitters('WIRESPEC', 0);
|
|
124
|
+
Emitters_TYPESCRIPT_instance = new Emitters('TYPESCRIPT', 1);
|
|
125
|
+
Emitters_JAVA_instance = new Emitters('JAVA', 2);
|
|
126
|
+
Emitters_KOTLIN_instance = new Emitters('KOTLIN', 3);
|
|
127
|
+
Emitters_SCALA_instance = new Emitters('SCALA', 4);
|
|
128
|
+
Emitters_OPENAPI_V2_instance = new Emitters('OPENAPI_V2', 5);
|
|
129
|
+
Emitters_OPENAPI_V3_instance = new Emitters('OPENAPI_V3', 6);
|
|
121
130
|
}
|
|
122
131
|
function Emitters(name, ordinal) {
|
|
123
132
|
Enum.call(this, name, ordinal);
|
|
124
133
|
}
|
|
134
|
+
var Converters_OPENAPI_V2_instance;
|
|
135
|
+
var Converters_OPENAPI_V3_instance;
|
|
136
|
+
function values_0() {
|
|
137
|
+
return [Converters_OPENAPI_V2_getInstance(), Converters_OPENAPI_V3_getInstance()];
|
|
138
|
+
}
|
|
139
|
+
function valueOf_0(value) {
|
|
140
|
+
switch (value) {
|
|
141
|
+
case 'OPENAPI_V2':
|
|
142
|
+
return Converters_OPENAPI_V2_getInstance();
|
|
143
|
+
case 'OPENAPI_V3':
|
|
144
|
+
return Converters_OPENAPI_V3_getInstance();
|
|
145
|
+
default:
|
|
146
|
+
Converters_initEntries();
|
|
147
|
+
THROW_IAE('No enum constant value.');
|
|
148
|
+
break;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
var Converters_entriesInitialized;
|
|
152
|
+
function Converters_initEntries() {
|
|
153
|
+
if (Converters_entriesInitialized)
|
|
154
|
+
return Unit_instance;
|
|
155
|
+
Converters_entriesInitialized = true;
|
|
156
|
+
Converters_OPENAPI_V2_instance = new Converters('OPENAPI_V2', 0);
|
|
157
|
+
Converters_OPENAPI_V3_instance = new Converters('OPENAPI_V3', 1);
|
|
158
|
+
}
|
|
159
|
+
function Converters(name, ordinal) {
|
|
160
|
+
Enum.call(this, name, ordinal);
|
|
161
|
+
}
|
|
125
162
|
function cli(args) {
|
|
126
163
|
return main(args);
|
|
127
164
|
}
|
|
@@ -130,10 +167,10 @@
|
|
|
130
167
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
131
168
|
var this_0 = tokenize(WirespecSpec_getInstance(), source);
|
|
132
169
|
// Inline function 'community.flock.wirespec.plugin.npm.tokenize.<anonymous>' call
|
|
133
|
-
var it = this_0.
|
|
170
|
+
var it = this_0.dk_1;
|
|
134
171
|
var tmp = produce(it);
|
|
135
172
|
// Inline function 'kotlin.collections.map' call
|
|
136
|
-
var this_1 = this_0.
|
|
173
|
+
var this_1 = this_0.ek_1;
|
|
137
174
|
// Inline function 'kotlin.collections.mapTo' call
|
|
138
175
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
139
176
|
var tmp0_iterator = this_1.g();
|
|
@@ -150,9 +187,24 @@
|
|
|
150
187
|
// Inline function 'kotlin.let' call
|
|
151
188
|
var this_0 = tokenize(WirespecSpec_getInstance(), source);
|
|
152
189
|
// Inline function 'kotlin.contracts.contract' call
|
|
153
|
-
var tmp$ret$1 = (new Parser(get_noLogger())).
|
|
190
|
+
var tmp$ret$1 = (new Parser(get_noLogger())).i22(this_0);
|
|
154
191
|
return produce_0(tmp$ret$1);
|
|
155
192
|
}
|
|
193
|
+
function convert(source, converters) {
|
|
194
|
+
var tmp;
|
|
195
|
+
switch (converters.q2_1) {
|
|
196
|
+
case 0:
|
|
197
|
+
tmp = produce_1(OpenApiV3Parser_instance.m2f(source));
|
|
198
|
+
break;
|
|
199
|
+
case 1:
|
|
200
|
+
tmp = produce_1(OpenApiV2Parser_instance.w2e(source));
|
|
201
|
+
break;
|
|
202
|
+
default:
|
|
203
|
+
noWhenBranchMatchedException();
|
|
204
|
+
break;
|
|
205
|
+
}
|
|
206
|
+
return tmp;
|
|
207
|
+
}
|
|
156
208
|
function generate_0(source, type) {
|
|
157
209
|
// Inline function 'arrow.core.Either.map' call
|
|
158
210
|
// Inline function 'kotlin.let' call
|
|
@@ -160,13 +212,13 @@
|
|
|
160
212
|
// Inline function 'kotlin.contracts.contract' call
|
|
161
213
|
// Inline function 'kotlin.contracts.contract' call
|
|
162
214
|
// Inline function 'arrow.core.flatMap' call
|
|
163
|
-
var this_1 = (new Parser(get_noLogger())).
|
|
215
|
+
var this_1 = (new Parser(get_noLogger())).i22(this_0);
|
|
164
216
|
// Inline function 'kotlin.contracts.contract' call
|
|
165
217
|
var tmp;
|
|
166
218
|
if (this_1 instanceof Right) {
|
|
167
219
|
// Inline function 'arrow.core.Either.map.<anonymous>' call
|
|
168
220
|
// Inline function 'community.flock.wirespec.plugin.npm.generate.<anonymous>' call
|
|
169
|
-
var it = this_1.
|
|
221
|
+
var it = this_1.zj_1;
|
|
170
222
|
var tmp$ret$2 = toString(generate(it, type));
|
|
171
223
|
tmp = new Right(tmp$ret$2);
|
|
172
224
|
} else {
|
|
@@ -177,7 +229,7 @@
|
|
|
177
229
|
}
|
|
178
230
|
}
|
|
179
231
|
var tmp$ret$5 = tmp;
|
|
180
|
-
return
|
|
232
|
+
return produce_2(tmp$ret$5);
|
|
181
233
|
}
|
|
182
234
|
function emit(ast, emitter, packageName) {
|
|
183
235
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
@@ -198,20 +250,23 @@
|
|
|
198
250
|
// Inline function 'kotlin.contracts.contract' call
|
|
199
251
|
// Inline function 'community.flock.wirespec.plugin.npm.emit.<anonymous>' call
|
|
200
252
|
var tmp;
|
|
201
|
-
switch (emitter.
|
|
253
|
+
switch (emitter.q2_1) {
|
|
202
254
|
case 0:
|
|
203
|
-
tmp = (new
|
|
255
|
+
tmp = (new WirespecEmitter()).l22(destination);
|
|
204
256
|
break;
|
|
205
257
|
case 1:
|
|
206
|
-
tmp = (new
|
|
258
|
+
tmp = (new TypeScriptEmitter()).l22(destination);
|
|
207
259
|
break;
|
|
208
260
|
case 2:
|
|
209
|
-
tmp = (new
|
|
261
|
+
tmp = (new JavaEmitter(packageName)).l22(destination);
|
|
210
262
|
break;
|
|
211
263
|
case 3:
|
|
212
|
-
tmp = (new
|
|
264
|
+
tmp = (new KotlinEmitter(packageName)).l22(destination);
|
|
213
265
|
break;
|
|
214
266
|
case 4:
|
|
267
|
+
tmp = (new ScalaEmitter(packageName)).l22(destination);
|
|
268
|
+
break;
|
|
269
|
+
case 5:
|
|
215
270
|
// Inline function 'kotlin.collections.map' call
|
|
216
271
|
|
|
217
272
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -225,11 +280,11 @@
|
|
|
225
280
|
var tmp0_iterator = this_0.g();
|
|
226
281
|
while (tmp0_iterator.h()) {
|
|
227
282
|
var item_0 = tmp0_iterator.i();
|
|
228
|
-
var tmp$ret$3 = OpenApiV2Emitter_instance.
|
|
283
|
+
var tmp$ret$3 = OpenApiV2Emitter_instance.l22(item_0);
|
|
229
284
|
destination_0.e(tmp$ret$3);
|
|
230
285
|
}
|
|
231
286
|
|
|
232
|
-
var transform = encode(Companion_getInstance().
|
|
287
|
+
var transform = encode(Companion_getInstance().m17());
|
|
233
288
|
// Inline function 'kotlin.collections.mapTo' call
|
|
234
289
|
|
|
235
290
|
var destination_1 = ArrayList_init_$Create$(collectionSizeOrDefault(destination_0, 10));
|
|
@@ -252,7 +307,7 @@
|
|
|
252
307
|
|
|
253
308
|
tmp = destination_2;
|
|
254
309
|
break;
|
|
255
|
-
case
|
|
310
|
+
case 6:
|
|
256
311
|
// Inline function 'kotlin.collections.map' call
|
|
257
312
|
|
|
258
313
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -270,7 +325,7 @@
|
|
|
270
325
|
destination_3.e(tmp$ret$11);
|
|
271
326
|
}
|
|
272
327
|
|
|
273
|
-
var transform_0 = encode(Companion_getInstance_0().
|
|
328
|
+
var transform_0 = encode(Companion_getInstance_0().m17());
|
|
274
329
|
// Inline function 'kotlin.collections.mapTo' call
|
|
275
330
|
|
|
276
331
|
var destination_4 = ArrayList_init_$Create$(collectionSizeOrDefault(destination_3, 10));
|
|
@@ -304,7 +359,7 @@
|
|
|
304
359
|
while (tmp0_iterator_5.h()) {
|
|
305
360
|
var item_6 = tmp0_iterator_5.i();
|
|
306
361
|
// Inline function 'community.flock.wirespec.plugin.npm.emit.<anonymous>' call
|
|
307
|
-
var tmp$ret$21 =
|
|
362
|
+
var tmp$ret$21 = produce_3(item_6);
|
|
308
363
|
destination_6.e(tmp$ret$21);
|
|
309
364
|
}
|
|
310
365
|
return copyToArray(destination_6);
|
|
@@ -313,7 +368,7 @@
|
|
|
313
368
|
return encode$lambda(serializer);
|
|
314
369
|
}
|
|
315
370
|
function emit$emit(receiver, p0) {
|
|
316
|
-
return receiver.
|
|
371
|
+
return receiver.a2f(p0);
|
|
317
372
|
}
|
|
318
373
|
function Emitted$_init_$ref_9uzepx() {
|
|
319
374
|
var l = function (p0, p1) {
|
|
@@ -331,9 +386,13 @@
|
|
|
331
386
|
}
|
|
332
387
|
function encode$lambda($serializer) {
|
|
333
388
|
return function (value) {
|
|
334
|
-
return Default_getInstance().
|
|
389
|
+
return Default_getInstance().a15($serializer, value);
|
|
335
390
|
};
|
|
336
391
|
}
|
|
392
|
+
function Emitters_WIRESPEC_getInstance() {
|
|
393
|
+
Emitters_initEntries();
|
|
394
|
+
return Emitters_WIRESPEC_instance;
|
|
395
|
+
}
|
|
337
396
|
function Emitters_TYPESCRIPT_getInstance() {
|
|
338
397
|
Emitters_initEntries();
|
|
339
398
|
return Emitters_TYPESCRIPT_instance;
|
|
@@ -358,9 +417,19 @@
|
|
|
358
417
|
Emitters_initEntries();
|
|
359
418
|
return Emitters_OPENAPI_V3_instance;
|
|
360
419
|
}
|
|
420
|
+
function Converters_OPENAPI_V2_getInstance() {
|
|
421
|
+
Converters_initEntries();
|
|
422
|
+
return Converters_OPENAPI_V2_instance;
|
|
423
|
+
}
|
|
424
|
+
function Converters_OPENAPI_V3_getInstance() {
|
|
425
|
+
Converters_initEntries();
|
|
426
|
+
return Converters_OPENAPI_V3_instance;
|
|
427
|
+
}
|
|
361
428
|
//region block: post-declaration
|
|
362
|
-
defineProp(protoOf(Emitters), 'name', protoOf(Emitters).
|
|
363
|
-
defineProp(protoOf(Emitters), 'ordinal', protoOf(Emitters).
|
|
429
|
+
defineProp(protoOf(Emitters), 'name', protoOf(Emitters).r2);
|
|
430
|
+
defineProp(protoOf(Emitters), 'ordinal', protoOf(Emitters).s2);
|
|
431
|
+
defineProp(protoOf(Converters), 'name', protoOf(Converters).r2);
|
|
432
|
+
defineProp(protoOf(Converters), 'ordinal', protoOf(Converters).s2);
|
|
364
433
|
//endregion
|
|
365
434
|
//region block: exports
|
|
366
435
|
function $jsExportAll$(_) {
|
|
@@ -372,15 +441,22 @@
|
|
|
372
441
|
$community$flock$wirespec$plugin$npm.Emitters = Emitters;
|
|
373
442
|
$community$flock$wirespec$plugin$npm.Emitters.values = values;
|
|
374
443
|
$community$flock$wirespec$plugin$npm.Emitters.valueOf = valueOf;
|
|
444
|
+
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'WIRESPEC', Emitters_WIRESPEC_getInstance);
|
|
375
445
|
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'TYPESCRIPT', Emitters_TYPESCRIPT_getInstance);
|
|
376
446
|
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'JAVA', Emitters_JAVA_getInstance);
|
|
377
447
|
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'KOTLIN', Emitters_KOTLIN_getInstance);
|
|
378
448
|
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'SCALA', Emitters_SCALA_getInstance);
|
|
379
449
|
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'OPENAPI_V2', Emitters_OPENAPI_V2_getInstance);
|
|
380
450
|
defineProp($community$flock$wirespec$plugin$npm.Emitters, 'OPENAPI_V3', Emitters_OPENAPI_V3_getInstance);
|
|
451
|
+
$community$flock$wirespec$plugin$npm.Converters = Converters;
|
|
452
|
+
$community$flock$wirespec$plugin$npm.Converters.values = values_0;
|
|
453
|
+
$community$flock$wirespec$plugin$npm.Converters.valueOf = valueOf_0;
|
|
454
|
+
defineProp($community$flock$wirespec$plugin$npm.Converters, 'OPENAPI_V2', Converters_OPENAPI_V2_getInstance);
|
|
455
|
+
defineProp($community$flock$wirespec$plugin$npm.Converters, 'OPENAPI_V3', Converters_OPENAPI_V3_getInstance);
|
|
381
456
|
$community$flock$wirespec$plugin$npm.cli = cli;
|
|
382
457
|
$community$flock$wirespec$plugin$npm.tokenize = tokenize_0;
|
|
383
458
|
$community$flock$wirespec$plugin$npm.parse = parse;
|
|
459
|
+
$community$flock$wirespec$plugin$npm.convert = convert;
|
|
384
460
|
$community$flock$wirespec$plugin$npm.generate = generate_0;
|
|
385
461
|
$community$flock$wirespec$plugin$npm.emit = emit;
|
|
386
462
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/plugin/npm/src/jsMain/kotlin/community/flock/wirespec/plugin/npm/Main.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/NonEmptyList.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Collections.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/js/src/kotlin/collectionJs.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/src/kotlin/util/Standard.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Arrays.kt"],"sourcesContent":[null,null,null,null,null,null,null],"names":["values","valueOf","value","<init>","cli","args","tokenize","source","item","parse","generate","type","emit","ast","emitter","packageName","encode","serializer","emit$emit","Emitted$<init>$ref","Emitted$<init>$ref$lambda","encode$lambda","$serializer","encode$lambda$lambda"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../src/plugin/npm/src/jsMain/kotlin/community/flock/wirespec/plugin/npm/Main.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/NonEmptyList.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Collections.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/js/src/kotlin/collectionJs.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/src/kotlin/util/Standard.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt","../../../../../src/plugin/npm/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Arrays.kt"],"sourcesContent":[null,null,null,null,null,null,null],"names":["values","valueOf","value","<init>","cli","args","tokenize","source","item","parse","convert","converters","generate","type","emit","ast","emitter","packageName","encode","serializer","emit$emit","Emitted$<init>$ref","Emitted$<init>$ref$lambda","encode$lambda","$serializer","encode$lambda$lambda"],"mappings":"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"}
|