@flock/wirespec 0.18.6 → 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.
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +4 -0
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
- package/arrow-arrow-atomic.mjs +12 -12
- package/arrow-arrow-core.mjs +154 -154
- package/clikt-clikt-mordant.mjs +80 -80
- package/clikt-clikt-mordant.mjs.map +1 -1
- package/clikt-clikt.mjs +1549 -1549
- package/clikt-clikt.mjs.map +1 -1
- package/colormath-root-colormath.mjs +441 -441
- package/kotest-kotest-assertions-kotest-assertions-core.mjs +4 -0
- package/kotest-kotest-assertions-kotest-assertions-core.mjs.map +1 -0
- package/kotest-kotest-assertions-kotest-assertions-shared.mjs +4 -0
- package/kotest-kotest-assertions-kotest-assertions-shared.mjs.map +1 -0
- package/kotest-kotest-common.mjs +56 -0
- package/kotest-kotest-common.mjs.map +1 -0
- package/kotest-kotest-framework-kotest-framework-engine.mjs +4 -0
- package/kotest-kotest-framework-kotest-framework-engine.mjs.map +1 -0
- package/kotest-kotest-property-kotest-property-datetime.mjs +4 -0
- package/kotest-kotest-property-kotest-property-datetime.mjs.map +1 -0
- package/kotest-kotest-property.mjs +2400 -0
- package/kotest-kotest-property.mjs.map +1 -0
- package/kotest-property-arbs.mjs +4 -0
- package/kotest-property-arbs.mjs.map +1 -0
- package/kotlin-kotlin-stdlib.mjs +5198 -2276
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin-openapi-bindings.mjs +4933 -4933
- package/kotlin-openapi-bindings.mjs.map +1 -1
- package/kotlin-rgxgen.mjs +1802 -1802
- package/kotlinx-coroutines-test.mjs +4 -0
- package/kotlinx-coroutines-test.mjs.map +1 -0
- package/kotlinx-io-kotlinx-io-core.mjs +432 -432
- package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1993 -1959
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1388 -1388
- package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
- package/mordant-mordant.mjs +1321 -1321
- package/package.json +9 -2
- package/wirespec-generator.d.ts +52 -0
- package/wirespec-generator.mjs +9 -0
- package/wirespec-src-compiler-core.mjs +1538 -1537
- package/wirespec-src-compiler-emitters-java.mjs +451 -389
- package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-kotlin.mjs +364 -301
- package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-python.mjs +556 -359
- package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-rust.mjs +758 -458
- package/wirespec-src-compiler-emitters-rust.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-scala.mjs +243 -165
- package/wirespec-src-compiler-emitters-scala.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-typescript.mjs +706 -420
- package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-wirespec.mjs +80 -80
- package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
- package/wirespec-src-compiler-ir.mjs +6639 -4861
- package/wirespec-src-compiler-ir.mjs.map +1 -1
- package/wirespec-src-compiler-lib.mjs +418 -418
- package/wirespec-src-compiler-lib.mjs.map +1 -1
- package/wirespec-src-converter-avro.mjs +509 -509
- package/wirespec-src-converter-avro.mjs.map +1 -1
- package/wirespec-src-converter-openapi.mjs +753 -753
- package/wirespec-src-converter-openapi.mjs.map +1 -1
- package/wirespec-src-integration-kotest.mjs +1455 -0
- package/wirespec-src-integration-kotest.mjs.map +1 -0
- package/wirespec-src-plugin-arguments.mjs +182 -182
- package/wirespec-src-plugin-arguments.mjs.map +1 -1
- package/wirespec-src-plugin-cli.mjs +106 -106
- package/wirespec-src-plugin-npm.d.mts +11 -0
- package/wirespec-src-plugin-npm.mjs +41 -41
- package/wirespec-src-plugin-npm.mjs.map +1 -1
- package/wirespec-src-tools-generator.mjs +53 -53
- package/wirespec-src-tools-generator.mjs.map +1 -1
- package/xmlutil-core.mjs +4 -0
- package/xmlutil-core.mjs.map +1 -0
- package/xmlutil-serialization.mjs +4 -0
- package/xmlutil-serialization.mjs.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;"}
|
package/arrow-arrow-atomic.mjs
CHANGED
|
@@ -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.
|
|
15
|
+
this.fp_1 = new AtomicInt(toInt(this, value));
|
|
16
16
|
}
|
|
17
|
-
protoOf(AtomicBoolean).
|
|
18
|
-
return !(get_value(this.
|
|
17
|
+
protoOf(AtomicBoolean).m1 = function () {
|
|
18
|
+
return !(get_value(this.fp_1) === 0);
|
|
19
19
|
};
|
|
20
|
-
protoOf(AtomicBoolean).
|
|
21
|
-
return this.
|
|
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.
|
|
24
|
+
return _this__u8e3s4.jp();
|
|
25
25
|
}
|
|
26
26
|
function AtomicInt(initialValue) {
|
|
27
|
-
this.
|
|
27
|
+
this.hp_1 = initialValue;
|
|
28
28
|
}
|
|
29
|
-
protoOf(AtomicInt).
|
|
30
|
-
return this.
|
|
29
|
+
protoOf(AtomicInt).jp = function () {
|
|
30
|
+
return this.hp_1;
|
|
31
31
|
};
|
|
32
|
-
protoOf(AtomicInt).
|
|
33
|
-
var current = this.
|
|
34
|
-
this.
|
|
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
|