@phensley/cldr-utils
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -9,3 +9,3 @@ /** | ||
r ^= s.charCodeAt(i); | ||
r += ((r << 1) + (r << 4) + (r << 7) + (r << 8) + (r << 24)); | ||
r += (r << 1) + (r << 4) + (r << 7) + (r << 8) + (r << 24); | ||
} | ||
@@ -12,0 +12,0 @@ return r >>> 0; |
@@ -60,5 +60,3 @@ var parent = function (i) { return (i - 1) >> 1; }; | ||
var rx = right(i); | ||
var sm = rx < len | ||
? (this.cmp(this.items[lx], this.items[rx]) === -1 ? lx : rx) | ||
: lx; | ||
var sm = rx < len ? (this.cmp(this.items[lx], this.items[rx]) === -1 ? lx : rx) : lx; | ||
if (this.cmp(this.items[sm], this.items[i]) >= 0) { | ||
@@ -65,0 +63,0 @@ break; |
@@ -11,3 +11,3 @@ "use strict"; | ||
r ^= s.charCodeAt(i); | ||
r += ((r << 1) + (r << 4) + (r << 7) + (r << 8) + (r << 24)); | ||
r += (r << 1) + (r << 4) + (r << 7) + (r << 8) + (r << 24); | ||
} | ||
@@ -14,0 +14,0 @@ return r >>> 0; |
@@ -62,5 +62,3 @@ "use strict"; | ||
var rx = right(i); | ||
var sm = rx < len | ||
? (this.cmp(this.items[lx], this.items[rx]) === -1 ? lx : rx) | ||
: lx; | ||
var sm = rx < len ? (this.cmp(this.items[lx], this.items[rx]) === -1 ? lx : rx) : lx; | ||
if (this.cmp(this.items[sm], this.items[i]) >= 0) { | ||
@@ -67,0 +65,0 @@ break; |
{ | ||
"name": "@phensley/cldr-utils", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Utilities for cldr-engine packages", | ||
@@ -39,21 +39,21 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"tslib": "^1.11.1" | ||
"tslib": "^1.13.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.7.13", | ||
"@microsoft/api-extractor": "^7.8.0", | ||
"@types/jest": "^25.2.1", | ||
"@types/node": "^13.13.4", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"@types/node": "^14.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "^4.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^25.4.0", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^25.4.0", | ||
"typescript": "^3.8.3" | ||
"ts-jest": "^25.5.1", | ||
"typescript": "~3.8.3" | ||
}, | ||
@@ -77,3 +77,3 @@ "jest": { | ||
}, | ||
"gitHead": "42b88fa1fa672c12a88dfe4fea152d1eb614e919" | ||
"gitHead": "b4e3308079a0bcb58a666cd94c248ffd452b2486" | ||
} |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53349
975
Updatedtslib@^1.13.0