@flock/wirespec 0.18.6 → 0.18.13

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 (48) hide show
  1. package/arrow-arrow-atomic.mjs +11 -11
  2. package/arrow-arrow-core.mjs +141 -141
  3. package/clikt-clikt-mordant.mjs +80 -80
  4. package/clikt-clikt.mjs +1395 -1395
  5. package/clikt-clikt.mjs.map +1 -1
  6. package/colormath-root-colormath.mjs +442 -442
  7. package/kotlin-kotlin-stdlib.mjs +1051 -943
  8. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  9. package/kotlin-openapi-bindings.mjs +20812 -6818
  10. package/kotlin-openapi-bindings.mjs.map +1 -1
  11. package/kotlin-rgxgen.mjs +1797 -1797
  12. package/kotlinx-io-kotlinx-io-core.mjs +405 -405
  13. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1960 -1763
  14. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  15. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1882 -1407
  16. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  17. package/mordant-mordant.mjs +1269 -1269
  18. package/package.json +3 -2
  19. package/wirespec-lsp.mjs +7 -0
  20. package/wirespec-src-compiler-core.mjs +1708 -1644
  21. package/wirespec-src-compiler-core.mjs.map +1 -1
  22. package/wirespec-src-compiler-emitters-java.mjs +444 -409
  23. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  24. package/wirespec-src-compiler-emitters-kotlin.mjs +325 -290
  25. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  26. package/wirespec-src-compiler-emitters-python.mjs +340 -342
  27. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  28. package/wirespec-src-compiler-emitters-rust.mjs +370 -372
  29. package/wirespec-src-compiler-emitters-rust.mjs.map +1 -1
  30. package/wirespec-src-compiler-emitters-scala.mjs +155 -157
  31. package/wirespec-src-compiler-emitters-scala.mjs.map +1 -1
  32. package/wirespec-src-compiler-emitters-typescript.mjs +372 -372
  33. package/wirespec-src-compiler-emitters-wirespec.mjs +83 -83
  34. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  35. package/wirespec-src-compiler-ir.mjs +3211 -3312
  36. package/wirespec-src-compiler-ir.mjs.map +1 -1
  37. package/wirespec-src-compiler-lib.mjs +399 -399
  38. package/wirespec-src-converter-avro.mjs +507 -507
  39. package/wirespec-src-converter-openapi.mjs +1487 -1413
  40. package/wirespec-src-converter-openapi.mjs.map +1 -1
  41. package/wirespec-src-ide-lsp.mjs +4928 -0
  42. package/wirespec-src-ide-lsp.mjs.map +1 -0
  43. package/wirespec-src-plugin-arguments.mjs +175 -175
  44. package/wirespec-src-plugin-cli.mjs +102 -102
  45. package/wirespec-src-plugin-npm.d.mts +2 -0
  46. package/wirespec-src-plugin-npm.mjs +42 -37
  47. package/wirespec-src-plugin-npm.mjs.map +1 -1
  48. package/wirespec-src-tools-generator.mjs +32 -32
@@ -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.hl_1 = new AtomicInt(toInt(this, value));
15
+ this.ll_1 = new AtomicInt(toInt(this, value));
16
16
  }
17
17
  protoOf(AtomicBoolean).l1 = function () {
18
- return !(get_value(this.hl_1) === 0);
18
+ return !(get_value(this.ll_1) === 0);
19
19
  };
20
- protoOf(AtomicBoolean).il = function (value) {
21
- return this.hl_1.kl(toInt(this, value)) === 1;
20
+ protoOf(AtomicBoolean).ml = function (value) {
21
+ return this.ll_1.ol(toInt(this, value)) === 1;
22
22
  };
23
23
  function get_value(_this__u8e3s4) {
24
- return _this__u8e3s4.ll();
24
+ return _this__u8e3s4.pl();
25
25
  }
26
26
  function AtomicInt(initialValue) {
27
- this.jl_1 = initialValue;
27
+ this.nl_1 = initialValue;
28
28
  }
29
- protoOf(AtomicInt).ll = function () {
30
- return this.jl_1;
29
+ protoOf(AtomicInt).pl = function () {
30
+ return this.nl_1;
31
31
  };
32
- protoOf(AtomicInt).kl = function (value) {
33
- var current = this.jl_1;
34
- this.jl_1 = value;
32
+ protoOf(AtomicInt).ol = function (value) {
33
+ var current = this.nl_1;
34
+ this.nl_1 = value;
35
35
  return current;
36
36
  };
37
37
  //region block: exports