@itwin/core-bentley
Advanced tools
Comparing version 5.0.0-dev.22 to 5.0.0-dev.23
@@ -488,4 +488,7 @@ "use strict"; | ||
const set = this._map.get(high); | ||
if (undefined !== set) | ||
if (undefined !== set) { | ||
set.delete(low); | ||
if (set.size === 0) | ||
this._map.delete(high); | ||
} | ||
} | ||
@@ -492,0 +495,0 @@ /** Returns true if the set contains the specified Id. */ |
@@ -485,4 +485,7 @@ /*--------------------------------------------------------------------------------------------- | ||
const set = this._map.get(high); | ||
if (undefined !== set) | ||
if (undefined !== set) { | ||
set.delete(low); | ||
if (set.size === 0) | ||
this._map.delete(high); | ||
} | ||
} | ||
@@ -489,0 +492,0 @@ /** Returns true if the set contains the specified Id. */ |
{ | ||
"name": "@itwin/core-bentley", | ||
"version": "5.0.0-dev.22", | ||
"version": "5.0.0-dev.23", | ||
"description": "Bentley JavaScript core components", | ||
@@ -33,3 +33,3 @@ "main": "lib/cjs/core-bentley.js", | ||
"vitest": "^2.1.0", | ||
"@itwin/build-tools": "5.0.0-dev.22" | ||
"@itwin/build-tools": "5.0.0-dev.23" | ||
}, | ||
@@ -36,0 +36,0 @@ "nyc": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2052826
18857