@flock/wirespec 0.19.0-RC.2 → 0.19.0-RC.3

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 (45) hide show
  1. package/arrow-arrow-atomic.mjs +12 -12
  2. package/arrow-arrow-core.mjs +163 -163
  3. package/clikt-clikt-mordant.mjs +80 -80
  4. package/clikt-clikt.mjs +1570 -1570
  5. package/colormath-root-colormath.mjs +444 -444
  6. package/kotest-kotest-property.mjs +605 -1435
  7. package/kotest-kotest-property.mjs.map +1 -1
  8. package/kotest-property-arbs.mjs +0 -478
  9. package/kotest-property-arbs.mjs.map +1 -1
  10. package/kotlin-kotlin-stdlib.mjs +2478 -2738
  11. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  12. package/kotlin-openapi-bindings.mjs +4926 -4926
  13. package/kotlin-openapi-bindings.mjs.map +1 -1
  14. package/kotlin-rgxgen.mjs +1819 -1819
  15. package/kotlinx-io-kotlinx-io-core.mjs +440 -440
  16. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1792 -1792
  17. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1395 -1395
  18. package/mordant-mordant.mjs +1362 -1362
  19. package/package.json +1 -1
  20. package/wirespec-src-compiler-core.mjs +1541 -1541
  21. package/wirespec-src-compiler-emitters-java.mjs +387 -387
  22. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  23. package/wirespec-src-compiler-emitters-kotlin.mjs +341 -341
  24. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  25. package/wirespec-src-compiler-emitters-python.mjs +371 -371
  26. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  27. package/wirespec-src-compiler-emitters-rust.mjs +416 -416
  28. package/wirespec-src-compiler-emitters-scala.mjs +168 -168
  29. package/wirespec-src-compiler-emitters-typescript.mjs +471 -471
  30. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  31. package/wirespec-src-compiler-emitters-wirespec.mjs +87 -87
  32. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  33. package/wirespec-src-compiler-ir.mjs +3672 -3672
  34. package/wirespec-src-compiler-lib.mjs +418 -418
  35. package/wirespec-src-compiler-lib.mjs.map +1 -1
  36. package/wirespec-src-converter-avro.mjs +512 -512
  37. package/wirespec-src-converter-openapi.mjs +772 -772
  38. package/wirespec-src-converter-openapi.mjs.map +1 -1
  39. package/wirespec-src-integration-kotest.mjs +490 -572
  40. package/wirespec-src-integration-kotest.mjs.map +1 -1
  41. package/wirespec-src-plugin-arguments.mjs +185 -185
  42. package/wirespec-src-plugin-cli.mjs +106 -106
  43. package/wirespec-src-plugin-npm.d.mts +1 -1
  44. package/wirespec-src-plugin-npm.mjs +40 -40
  45. package/wirespec-src-tools-generator.mjs +35 -35
@@ -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.xp_1 = new AtomicInt(toInt(this, value));
15
+ this.fp_1 = new AtomicInt(toInt(this, value));
16
16
  }
17
- protoOf(AtomicBoolean).n1 = function () {
18
- return !(get_value(this.xp_1) === 0);
17
+ protoOf(AtomicBoolean).m1 = function () {
18
+ return !(get_value(this.fp_1) === 0);
19
19
  };
20
- protoOf(AtomicBoolean).yp = function (value) {
21
- return this.xp_1.aq(toInt(this, value)) === 1;
20
+ protoOf(AtomicBoolean).gp = function (value) {
21
+ return this.fp_1.ip(toInt(this, value)) === 1;
22
22
  };
23
23
  function get_value(_this__u8e3s4) {
24
- return _this__u8e3s4.bq();
24
+ return _this__u8e3s4.jp();
25
25
  }
26
26
  function AtomicInt(initialValue) {
27
- this.zp_1 = initialValue;
27
+ this.hp_1 = initialValue;
28
28
  }
29
- protoOf(AtomicInt).bq = function () {
30
- return this.zp_1;
29
+ protoOf(AtomicInt).jp = function () {
30
+ return this.hp_1;
31
31
  };
32
- protoOf(AtomicInt).aq = function (value) {
33
- var current = this.zp_1;
34
- this.zp_1 = value;
32
+ protoOf(AtomicInt).ip = function (value) {
33
+ var current = this.hp_1;
34
+ this.hp_1 = value;
35
35
  return current;
36
36
  };
37
37
  //region block: exports