@flock/wirespec 0.6.0 → 0.6.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.
- package/kotlin/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js +294 -294
- package/kotlin/kotlin-kotlin-stdlib-js-ir.js +3 -3
- package/kotlin/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin/kotlin-openapi-bindings.js +3290 -3290
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1238 -1238
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +979 -979
- package/kotlin/wirespec-cli.js +80 -80
- package/kotlin/wirespec-core.js +385 -242
- package/kotlin/wirespec-core.js.map +1 -1
- package/kotlin/wirespec-lib.js +38 -38
- package/kotlin/wirespec-openapi.js +311 -311
- package/package.json +1 -1
- package/sync-hashes/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js.hash +1 -1
- package/sync-hashes/kotlin-kotlin-stdlib-js-ir.js.hash +1 -1
- package/sync-hashes/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -1
- package/sync-hashes/kotlin-openapi-bindings.js.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -1
- package/sync-hashes/wirespec-cli.js.hash +1 -1
- package/sync-hashes/wirespec-core.js.hash +1 -1
- package/sync-hashes/wirespec-core.js.map.hash +1 -1
- package/sync-hashes/wirespec-lib.js.hash +1 -1
- package/sync-hashes/wirespec-openapi.js.hash +1 -1
|
@@ -682,12 +682,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
682
682
|
return last_0;
|
|
683
683
|
}
|
|
684
684
|
}
|
|
685
|
-
function lastOrNull(_this__u8e3s4) {
|
|
686
|
-
return _this__u8e3s4.g() ? null : _this__u8e3s4.h(_this__u8e3s4.f() - 1 | 0);
|
|
687
|
-
}
|
|
688
685
|
function filterNotNull(_this__u8e3s4) {
|
|
689
686
|
return filterNotNullTo(_this__u8e3s4, ArrayList_init_$Create$());
|
|
690
687
|
}
|
|
688
|
+
function lastOrNull(_this__u8e3s4) {
|
|
689
|
+
return _this__u8e3s4.g() ? null : _this__u8e3s4.h(_this__u8e3s4.f() - 1 | 0);
|
|
690
|
+
}
|
|
691
691
|
function toList_0(_this__u8e3s4) {
|
|
692
692
|
if (isInterface(_this__u8e3s4, Collection)) {
|
|
693
693
|
var tmp0_subject = _this__u8e3s4.f();
|