@chevrotain/utils
Advanced tools
Comparing version 9.0.2 to 9.1.0
@@ -11,6 +11,10 @@ "use strict"; | ||
*/ | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from) { | ||
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) | ||
to[j] = from[i]; | ||
return to; | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { | ||
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { | ||
if (ar || !(i in from)) { | ||
if (!ar) ar = Array.prototype.slice.call(from, 0, i); | ||
ar[i] = from[i]; | ||
} | ||
} | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
}; | ||
@@ -355,3 +359,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
return assignNoOverwrite.apply(void 0, __spreadArray([{}], sources)); | ||
return assignNoOverwrite.apply(void 0, __spreadArray([{}], sources, false)); | ||
} | ||
@@ -358,0 +362,0 @@ exports.defaults = defaults; |
{ | ||
"name": "@chevrotain/utils", | ||
"version": "9.0.2", | ||
"version": "9.1.0", | ||
"description": "common utilities", | ||
@@ -37,3 +37,3 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15" | ||
"@types/chai": "4.2.22" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "027c35d42c4976fa7ef438c3af8690783989cfb6" | ||
"gitHead": "45c6c5bc0ea2cf95e16640124e1deb4ece25f4a4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30528
552