@flock/wirespec 0.17.19 → 0.18.0-RC.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.
Files changed (87) hide show
  1. package/arrow-arrow-annotations.mjs.map +1 -1
  2. package/arrow-arrow-atomic.mjs +13 -13
  3. package/arrow-arrow-atomic.mjs.map +1 -1
  4. package/arrow-arrow-core.mjs +594 -431
  5. package/arrow-arrow-core.mjs.map +1 -1
  6. package/arrow-arrow-exception-utils.mjs +30 -0
  7. package/arrow-arrow-exception-utils.mjs.map +1 -0
  8. package/clikt-clikt-mordant.mjs +318 -0
  9. package/clikt-clikt-mordant.mjs.map +1 -0
  10. package/clikt-clikt.mjs +3834 -3696
  11. package/clikt-clikt.mjs.map +1 -1
  12. package/colormath-root-colormath.mjs +619 -682
  13. package/colormath-root-colormath.mjs.map +1 -1
  14. package/kotlin-js-core.mjs +4 -0
  15. package/kotlin-js-core.mjs.map +1 -0
  16. package/kotlin-js.mjs +4 -0
  17. package/kotlin-js.mjs.map +1 -0
  18. package/kotlin-kotlin-stdlib.mjs +6339 -5816
  19. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  20. package/kotlin-openapi-bindings.mjs +8163 -8198
  21. package/kotlin-openapi-bindings.mjs.map +1 -1
  22. package/kotlin-plugins-js-plain-objects-runtime.mjs +4 -0
  23. package/kotlin-plugins-js-plain-objects-runtime.mjs.map +1 -0
  24. package/kotlin-rgxgen.mjs +2007 -2062
  25. package/kotlin-rgxgen.mjs.map +1 -1
  26. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +1 -1
  27. package/kotlinx-atomicfu.mjs +4 -0
  28. package/kotlinx-atomicfu.mjs.map +1 -0
  29. package/kotlinx-coroutines-core.mjs +4 -0
  30. package/kotlinx-coroutines-core.mjs.map +1 -0
  31. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -1
  32. package/kotlinx-io-kotlinx-io-core.mjs +803 -839
  33. package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
  34. package/kotlinx-serialization-kotlinx-serialization-core.mjs +2483 -2553
  35. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  36. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1869 -1928
  37. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  38. package/mordant-mordant-omnibus.mjs +4 -0
  39. package/mordant-mordant-omnibus.mjs.map +1 -0
  40. package/mordant-mordant.mjs +2532 -4425
  41. package/mordant-mordant.mjs.map +1 -1
  42. package/package.json +4 -7
  43. package/seskar-core.mjs +4 -0
  44. package/seskar-core.mjs.map +1 -0
  45. package/wirespec-bin.mjs +13 -1
  46. package/wirespec-fetch.d.ts +4 -1
  47. package/wirespec-fetch.mjs +34 -0
  48. package/wirespec-serialization.d.ts +13 -2
  49. package/wirespec-serialization.mjs +22 -1
  50. package/wirespec-src-compiler-core.mjs +2856 -3908
  51. package/wirespec-src-compiler-core.mjs.map +1 -1
  52. package/wirespec-src-compiler-emitters-java.mjs +1358 -427
  53. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  54. package/wirespec-src-compiler-emitters-kotlin.mjs +1010 -337
  55. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  56. package/wirespec-src-compiler-emitters-python.mjs +1462 -385
  57. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  58. package/wirespec-src-compiler-emitters-rust.mjs +2247 -0
  59. package/wirespec-src-compiler-emitters-rust.mjs.map +1 -0
  60. package/wirespec-src-compiler-emitters-scala.mjs +1018 -0
  61. package/wirespec-src-compiler-emitters-scala.mjs.map +1 -0
  62. package/wirespec-src-compiler-emitters-typescript.mjs +1540 -426
  63. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  64. package/wirespec-src-compiler-emitters-wirespec.mjs +119 -141
  65. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  66. package/wirespec-src-compiler-ir.mjs +17339 -0
  67. package/wirespec-src-compiler-ir.mjs.map +1 -0
  68. package/wirespec-src-compiler-lib.mjs +662 -728
  69. package/wirespec-src-compiler-lib.mjs.map +1 -1
  70. package/wirespec-src-converter-avro.mjs +630 -656
  71. package/wirespec-src-converter-avro.mjs.map +1 -1
  72. package/wirespec-src-converter-common.mjs.map +1 -1
  73. package/wirespec-src-converter-openapi.mjs +1705 -2024
  74. package/wirespec-src-converter-openapi.mjs.map +1 -1
  75. package/wirespec-src-plugin-arguments.mjs +418 -459
  76. package/wirespec-src-plugin-arguments.mjs.map +1 -1
  77. package/wirespec-src-plugin-cli.mjs +367 -331
  78. package/wirespec-src-plugin-cli.mjs.map +1 -1
  79. package/{wirespec-src-plugin-npm.d.ts → wirespec-src-plugin-npm.d.mts} +247 -0
  80. package/wirespec-src-plugin-npm.mjs +166 -359
  81. package/wirespec-src-plugin-npm.mjs.map +1 -1
  82. package/wirespec-src-tools-generator.mjs +79 -106
  83. package/wirespec-src-tools-generator.mjs.map +1 -1
  84. package/arrow-arrow-continuations.mjs +0 -18
  85. package/arrow-arrow-continuations.mjs.map +0 -1
  86. package/markdown.mjs +0 -6756
  87. package/markdown.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;"}
@@ -8,30 +8,30 @@ import {
8
8
  initMetadataForClass(AtomicBoolean, 'AtomicBoolean');
9
9
  initMetadataForClass(AtomicInt, 'AtomicInt');
10
10
  //endregion
11
- function toInt(_this__u8e3s4, $this) {
11
+ function toInt($this, _this__u8e3s4) {
12
12
  return _this__u8e3s4 ? 1 : 0;
13
13
  }
14
14
  function AtomicBoolean(value) {
15
- this.rj_1 = new AtomicInt(toInt(value, this));
15
+ this.jl_1 = new AtomicInt(toInt(this, value));
16
16
  }
17
- protoOf(AtomicBoolean).b1 = function () {
18
- return !(get_value(this.rj_1) === 0);
17
+ protoOf(AtomicBoolean).n1 = function () {
18
+ return !(get_value(this.jl_1) === 0);
19
19
  };
20
- protoOf(AtomicBoolean).sj = function (value) {
21
- return this.rj_1.uj(toInt(value, this)) === 1;
20
+ protoOf(AtomicBoolean).kl = function (value) {
21
+ return this.jl_1.ml(toInt(this, value)) === 1;
22
22
  };
23
23
  function get_value(_this__u8e3s4) {
24
- return _this__u8e3s4.vj();
24
+ return _this__u8e3s4.nl();
25
25
  }
26
26
  function AtomicInt(initialValue) {
27
- this.tj_1 = initialValue;
27
+ this.ll_1 = initialValue;
28
28
  }
29
- protoOf(AtomicInt).vj = function () {
30
- return this.tj_1;
29
+ protoOf(AtomicInt).nl = function () {
30
+ return this.ll_1;
31
31
  };
32
- protoOf(AtomicInt).uj = function (value) {
33
- var current = this.tj_1;
34
- this.tj_1 = value;
32
+ protoOf(AtomicInt).ml = function (value) {
33
+ var current = this.ll_1;
34
+ this.ll_1 = value;
35
35
  return current;
36
36
  };
37
37
  //region block: exports
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../../../arrow/arrow/arrow-libs/core/arrow-atomic/src/commonMain/kotlin/arrow/atomic/AtomicBoolean.kt","../../../../../../../../../../../arrow/arrow/arrow-libs/core/arrow-atomic/src/commonMain/kotlin/arrow/atomic/AtomicInt.kt","../../../../../../../../../../../arrow/arrow/arrow-libs/core/arrow-atomic/src/jsMain/kotlin/arrow/atomic/AtomicInt.kt"],"sourcesContent":[null,null,null],"names":["toInt","<this>","<init>","value","<get-value>","getAndSet","initialValue","get","current"],"mappings":";;;;;;;;;;cAsBUA,CAAIC,a,OAAJD,EACN;A,EAAkB,OAAd,aAAJ,GAAU,CAAV,GAAiB,C;AAAA,C;sBArBdE,CAAoBC,KAApBD,EAAP;A,EACsB,0BAAgB,MAAN,KAAM,OAAhB,C;AADtB,C;qCAIIE,CAAAA,EAAQ;A,EAAgB,OAAhB,EAAM,UAAN,IAAM,CAAN,IAAM,CAAN,KAAe,CAAf,C;AAAe,C;qCAalBC,CAAcF,KAAdE,EACL;A,EAAmC,OAAnC,IAAM,CAAN,IAAM,IAAgB,MAAN,KAAM,OAAhB,CAAN,KAAkC,C;AAAA,C;kBCHpCD,CADSH,aACTG,EAAQ;A,EAAK,OAAL,kB;AAAI,C;kBCfuBF,CAAYI,YAAZJ,EAArC;A,EACmC,wB;AADnC,C;iCAGgBK,CAAAA,EAAiB;A,EAAa,OAAb,IAAa,CAAb,I;AAAY,C;iCAuB7BF,CAAcF,KAAdE,EAA+B;A,MAC3CG,UAAc,IAAdA,CAAc,I;EACd,YAAgB,K;EAChB,OAAO,O;AACT,C;;;;;"}
1
+ {"version":3,"sources":["../../../../../../../arrow/arrow/arrow-libs/core/arrow-atomic/src/commonMain/kotlin/arrow/atomic/AtomicBoolean.kt","../../../../../../../arrow/arrow/arrow-libs/core/arrow-atomic/src/commonMain/kotlin/arrow/atomic/AtomicInt.kt","../../../../../../../arrow/arrow/arrow-libs/core/arrow-atomic/src/jsMain/kotlin/arrow/atomic/AtomicInt.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["toInt","<this>","<init>","value","<get-value>","getAndSet","initialValue","get","current"],"mappings":";;;;;;;;;;cA4BUA,CAAA,K,EAAIC,aAAJD,EACN;A,EAAkB,OAAd,gBAAM,CAAN,GAAa,C;AAAA,C;sBArBKE,CAACC,KAADD,EAAA;A,EACJ,0BAAgB,MAAN,IAAM,EAAN,KAAM,CAAhB,C;AADI,C;qCAItBE,CAAAA,EAAQ;A,EAAgB,OAAhB,EAAM,UAAN,IAAM,CAAN,IAAM,CAAN,KAAe,CAAf,C;AAAe,C;qCAalBC,CAAcF,KAAdE,EACL;A,EAAmC,OAAnC,IAAM,CAAN,IAAM,IAAgB,MAAN,IAAM,EAAN,KAAM,CAAhB,CAAN,KAAkC,C;AAAA,C;kBCHpCD,CADSH,aACTG,EAAQ;A,EAAK,OAAL,kB;AAAI,C;kBCrBuBF,CAAYI,YAAZJ,EAAA;A,EACF,wB;AADE,C;iCAGrBK,CAAAA,EAAiB;A,EAAa,OAAb,IAAa,CAAb,I;AAAY,C;iCAuB7BF,CAAcF,KAAdE,EAA+B;A,MAC3CG,UAAc,IAAdA,CAAc,I;EACd,YAAgB,K;EAChB,OAAO,O;AACT,C;;;;;"}