raspberry_games_engine_helpers 1.8.248 → 1.8.250

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.
@@ -12,22 +12,22 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.o9;
16
- var initMetadataForClass = kotlin_kotlin.$_$.r8;
15
+ var protoOf = kotlin_kotlin.$_$.p9;
16
+ var initMetadataForClass = kotlin_kotlin.$_$.s8;
17
17
  var VOID = kotlin_kotlin.$_$.f;
18
- var charSequenceGet = kotlin_kotlin.$_$.f8;
18
+ var charSequenceGet = kotlin_kotlin.$_$.g8;
19
19
  var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.a2;
20
- var startsWith = kotlin_kotlin.$_$.za;
21
- var toString = kotlin_kotlin.$_$.s9;
20
+ var startsWith = kotlin_kotlin.$_$.ab;
21
+ var toString = kotlin_kotlin.$_$.t9;
22
22
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.g1;
23
- var Unit_instance = kotlin_kotlin.$_$.j4;
23
+ var Unit_instance = kotlin_kotlin.$_$.k4;
24
24
  var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.q1;
25
- var KProperty0 = kotlin_kotlin.$_$.da;
26
- var getPropertyCallableRef = kotlin_kotlin.$_$.o8;
27
- var lazy = kotlin_kotlin.$_$.bd;
28
- var getStringHashCode = kotlin_kotlin.$_$.p8;
25
+ var KProperty0 = kotlin_kotlin.$_$.ea;
26
+ var getPropertyCallableRef = kotlin_kotlin.$_$.p8;
27
+ var lazy = kotlin_kotlin.$_$.cd;
28
+ var getStringHashCode = kotlin_kotlin.$_$.q8;
29
29
  var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.i1;
30
- var Char = kotlin_kotlin.$_$.vb;
30
+ var Char = kotlin_kotlin.$_$.wb;
31
31
  //endregion
32
32
  //region block: pre-declaration
33
33
  initMetadataForClass(SystemFileSystemImpl, 'SystemFileSystemImpl');
@@ -225,20 +225,20 @@
225
225
  }
226
226
  var SystemPathSeparator$delegate;
227
227
  function Path(rawPath, any) {
228
- this.s24_1 = removeTrailingSeparators(rawPath);
228
+ this.d25_1 = removeTrailingSeparators(rawPath);
229
229
  }
230
230
  protoOf(Path).toString = function () {
231
- return this.s24_1;
231
+ return this.d25_1;
232
232
  };
233
233
  protoOf(Path).equals = function (other) {
234
234
  if (this === other)
235
235
  return true;
236
236
  if (!(other instanceof Path))
237
237
  return false;
238
- return this.s24_1 === other.s24_1;
238
+ return this.d25_1 === other.d25_1;
239
239
  };
240
240
  protoOf(Path).hashCode = function () {
241
- return getStringHashCode(this.s24_1);
241
+ return getStringHashCode(this.d25_1);
242
242
  };
243
243
  function Path_0(path) {
244
244
  _init_properties_PathsNodeJs_kt__bvvvsp();