raspberry_games_engine_helpers 1.8.431 → 1.8.433
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/Kosi-Kaverit-kaverit.js +58 -58
- package/Kosi-Kodein-kodein-di.js +499 -499
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1499 -1499
- package/Logic_Debertz-core.js +997 -997
- package/Logic_Debertz-engine.d.ts +16 -0
- package/Logic_Debertz-engine.js +10220 -10158
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +443 -437
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +41 -41
- package/raspberry-cardgame-lib-logger.js +81 -81
- package/raspberry-cardgame-lib-random.js +43 -43
|
@@ -219,20 +219,20 @@
|
|
|
219
219
|
}
|
|
220
220
|
var SystemPathSeparator$delegate;
|
|
221
221
|
function Path(rawPath, any) {
|
|
222
|
-
this.
|
|
222
|
+
this.bk_1 = removeTrailingSeparators(rawPath);
|
|
223
223
|
}
|
|
224
224
|
protoOf(Path).toString = function () {
|
|
225
|
-
return this.
|
|
225
|
+
return this.bk_1;
|
|
226
226
|
};
|
|
227
227
|
protoOf(Path).equals = function (other) {
|
|
228
228
|
if (this === other)
|
|
229
229
|
return true;
|
|
230
230
|
if (!(other instanceof Path))
|
|
231
231
|
return false;
|
|
232
|
-
return this.
|
|
232
|
+
return this.bk_1 === other.bk_1;
|
|
233
233
|
};
|
|
234
234
|
protoOf(Path).hashCode = function () {
|
|
235
|
-
return getStringHashCode(this.
|
|
235
|
+
return getStringHashCode(this.bk_1);
|
|
236
236
|
};
|
|
237
237
|
function Path_0(path) {
|
|
238
238
|
_init_properties_PathsNodeJs_kt__bvvvsp();
|