@kontur.candy/generator 4.259.0-calc2-optimizations.1 → 4.259.0-calc2-optimizations.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -112468,7 +112468,7 @@ class Map2 {
|
|
|
112468
112468
|
|
|
112469
112469
|
if (list == undefined) {
|
|
112470
112470
|
const result = newValueFactory(key);
|
|
112471
|
-
this.hashMap.set(hash, [[key,
|
|
112471
|
+
this.hashMap.set(hash, [[key, result]]);
|
|
112472
112472
|
return result;
|
|
112473
112473
|
} else {
|
|
112474
112474
|
const itemIndex = list.findIndex(x => this.areKeyEqual(x[0], key));
|