@flock/wirespec 0.18.0-RC.1 → 0.18.1-RC.2

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 (42) hide show
  1. package/arrow-arrow-atomic.mjs +12 -12
  2. package/arrow-arrow-core.mjs +152 -158
  3. package/arrow-arrow-core.mjs.map +1 -1
  4. package/clikt-clikt-mordant.mjs +80 -80
  5. package/clikt-clikt.mjs +1442 -1442
  6. package/clikt-clikt.mjs.map +1 -1
  7. package/colormath-root-colormath.mjs +439 -439
  8. package/kotlin-kotlin-stdlib.mjs +1067 -1131
  9. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  10. package/kotlin-openapi-bindings.mjs +4857 -4857
  11. package/kotlin-rgxgen.mjs +1793 -1793
  12. package/kotlinx-io-kotlinx-io-core.mjs +415 -415
  13. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1752 -1752
  14. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1348 -1356
  15. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  16. package/mordant-mordant.mjs +1303 -1311
  17. package/mordant-mordant.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/wirespec-src-compiler-core.mjs +1527 -1527
  20. package/wirespec-src-compiler-emitters-java.mjs +477 -451
  21. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  22. package/wirespec-src-compiler-emitters-kotlin.mjs +413 -408
  23. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  24. package/wirespec-src-compiler-emitters-python.mjs +379 -378
  25. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  26. package/wirespec-src-compiler-emitters-rust.mjs +939 -725
  27. package/wirespec-src-compiler-emitters-rust.mjs.map +1 -1
  28. package/wirespec-src-compiler-emitters-scala.mjs +225 -233
  29. package/wirespec-src-compiler-emitters-scala.mjs.map +1 -1
  30. package/wirespec-src-compiler-emitters-typescript.mjs +558 -589
  31. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  32. package/wirespec-src-compiler-emitters-wirespec.mjs +82 -82
  33. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  34. package/wirespec-src-compiler-ir.mjs +3738 -3708
  35. package/wirespec-src-compiler-ir.mjs.map +1 -1
  36. package/wirespec-src-compiler-lib.mjs +418 -418
  37. package/wirespec-src-converter-avro.mjs +506 -506
  38. package/wirespec-src-converter-openapi.mjs +684 -684
  39. package/wirespec-src-plugin-arguments.mjs +181 -181
  40. package/wirespec-src-plugin-cli.mjs +106 -106
  41. package/wirespec-src-plugin-npm.mjs +36 -36
  42. package/wirespec-src-tools-generator.mjs +34 -34
@@ -12,26 +12,26 @@ function toInt($this, _this__u8e3s4) {
12
12
  return _this__u8e3s4 ? 1 : 0;
13
13
  }
14
14
  function AtomicBoolean(value) {
15
- this.jl_1 = new AtomicInt(toInt(this, value));
15
+ this.hl_1 = new AtomicInt(toInt(this, value));
16
16
  }
17
- protoOf(AtomicBoolean).n1 = function () {
18
- return !(get_value(this.jl_1) === 0);
17
+ protoOf(AtomicBoolean).l1 = function () {
18
+ return !(get_value(this.hl_1) === 0);
19
19
  };
20
- protoOf(AtomicBoolean).kl = function (value) {
21
- return this.jl_1.ml(toInt(this, value)) === 1;
20
+ protoOf(AtomicBoolean).il = function (value) {
21
+ return this.hl_1.kl(toInt(this, value)) === 1;
22
22
  };
23
23
  function get_value(_this__u8e3s4) {
24
- return _this__u8e3s4.nl();
24
+ return _this__u8e3s4.ll();
25
25
  }
26
26
  function AtomicInt(initialValue) {
27
- this.ll_1 = initialValue;
27
+ this.jl_1 = initialValue;
28
28
  }
29
- protoOf(AtomicInt).nl = function () {
30
- return this.ll_1;
29
+ protoOf(AtomicInt).ll = function () {
30
+ return this.jl_1;
31
31
  };
32
- protoOf(AtomicInt).ml = function (value) {
33
- var current = this.ll_1;
34
- this.ll_1 = value;
32
+ protoOf(AtomicInt).kl = function (value) {
33
+ var current = this.jl_1;
34
+ this.jl_1 = value;
35
35
  return current;
36
36
  };
37
37
  //region block: exports