babel-source 5.8.27 → 5.8.28
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.
- checksums.yaml +5 -13
- data/lib/babel.js +1319 -1273
- data/lib/babel/polyfill.js +1010 -1155
- data/lib/babel/source.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
YjA5YmJiMTI4ZjY5MmE3ODYwZWExNDMzODllNzFhMmNjYjU5MDEzMg==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 93adb02b37c04100324564fa9b766ace5b241437
|
|
4
|
+
data.tar.gz: 9e8fa0ee85e492ce65e6decc6e155b2f292f4919
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
ZDM2NmQ1ZWM2OTkzZjYwNDYxNGVkMzRlODRhZjU1ZTQ2NTQ0MmUwOGY1OWY4
|
|
11
|
-
NGVlYWU4MjliNmI4OWJjNTk5MTE5NjViYzE0YmU5MTVhZWQ0MmM=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
ZjczNjFhMzVkYmVmYjY5ZTBlODkyYjk1MzM3YzVkMTFkZTg0MDNkZWEwY2Vi
|
|
14
|
-
OTA4YjZlMWY2MWJiYjY0YWRkNzdiYmMwZmNmNTIzNjlhMjhhM2FjOGI2OWQ4
|
|
15
|
-
NzM5MGViMmUxZTUzM2I5ZjdiMGViNzNiYjYwZmRkNjM3YTZmZTA=
|
|
6
|
+
metadata.gz: ef02f863d796ecfb4c2b88ffc193c814fa31ade3241b49e57a4952ddf601498174866717100c4319d7b9c856464a2f0f033c672713cb6dbe416b50a31ff1c652
|
|
7
|
+
data.tar.gz: 6ee2da40b3550ac72bef99c15cf40cf26a5e2017543559f24fbad4435660c16b79ca740cbee4ea3563a533fe310542a0fc3228e784df50ccdae0c05400579f8e
|
data/lib/babel.js
CHANGED
|
@@ -4067,7 +4067,7 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj;
|
|
|
4067
4067
|
|
|
4068
4068
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
4069
4069
|
|
|
4070
|
-
var _isInteger = _dereq_(
|
|
4070
|
+
var _isInteger = _dereq_(399);
|
|
4071
4071
|
|
|
4072
4072
|
var _isInteger2 = _interopRequireDefault(_isInteger);
|
|
4073
4073
|
|
|
@@ -4381,7 +4381,7 @@ function MetaProperty(node, print) {
|
|
|
4381
4381
|
this.push(".");
|
|
4382
4382
|
print.plain(node.property);
|
|
4383
4383
|
}
|
|
4384
|
-
},{"179":179,"
|
|
4384
|
+
},{"179":179,"399":399,"508":508}],23:[function(_dereq_,module,exports){
|
|
4385
4385
|
"use strict";
|
|
4386
4386
|
|
|
4387
4387
|
exports.__esModule = true;
|
|
@@ -5892,7 +5892,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
5892
5892
|
|
|
5893
5893
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5894
5894
|
|
|
5895
|
-
var _detectIndent = _dereq_(
|
|
5895
|
+
var _detectIndent = _dereq_(392);
|
|
5896
5896
|
|
|
5897
5897
|
var _detectIndent2 = _interopRequireDefault(_detectIndent);
|
|
5898
5898
|
|
|
@@ -6420,7 +6420,7 @@ module.exports = function (ast, opts, code) {
|
|
|
6420
6420
|
};
|
|
6421
6421
|
|
|
6422
6422
|
module.exports.CodeGenerator = CodeGenerator;
|
|
6423
|
-
},{"179":179,"18":18,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24,"25":25,"26":26,"27":27,"28":28,"29":29,"31":31,"33":33,"35":35,"36":36,"37":37,"
|
|
6423
|
+
},{"179":179,"18":18,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24,"25":25,"26":26,"27":27,"28":28,"29":29,"31":31,"33":33,"35":35,"36":36,"37":37,"392":392,"417":417,"43":43,"517":517,"590":590}],31:[function(_dereq_,module,exports){
|
|
6424
6424
|
"use strict";
|
|
6425
6425
|
|
|
6426
6426
|
exports.__esModule = true;
|
|
@@ -7493,7 +7493,7 @@ var _jsTokens = _dereq_(407);
|
|
|
7493
7493
|
|
|
7494
7494
|
var _jsTokens2 = _interopRequireDefault(_jsTokens);
|
|
7495
7495
|
|
|
7496
|
-
var _esutils = _dereq_(
|
|
7496
|
+
var _esutils = _dereq_(396);
|
|
7497
7497
|
|
|
7498
7498
|
var _esutils2 = _interopRequireDefault(_esutils);
|
|
7499
7499
|
|
|
@@ -7620,7 +7620,7 @@ exports["default"] = function (lines, lineNumber, colNumber) {
|
|
|
7620
7620
|
};
|
|
7621
7621
|
|
|
7622
7622
|
module.exports = exports["default"];
|
|
7623
|
-
},{"200":200,"
|
|
7623
|
+
},{"200":200,"396":396,"407":407,"409":409,"590":590}],39:[function(_dereq_,module,exports){
|
|
7624
7624
|
"use strict";
|
|
7625
7625
|
|
|
7626
7626
|
exports.__esModule = true;
|
|
@@ -7852,7 +7852,7 @@ function parseArgs(args) {
|
|
|
7852
7852
|
(function (global){
|
|
7853
7853
|
"use strict";
|
|
7854
7854
|
|
|
7855
|
-
_dereq_(
|
|
7855
|
+
_dereq_(388);
|
|
7856
7856
|
|
|
7857
7857
|
_dereq_(583);
|
|
7858
7858
|
|
|
@@ -7861,7 +7861,7 @@ if (global._babelPolyfill) {
|
|
|
7861
7861
|
}
|
|
7862
7862
|
global._babelPolyfill = true;
|
|
7863
7863
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
7864
|
-
},{"
|
|
7864
|
+
},{"388":388,"583":583}],45:[function(_dereq_,module,exports){
|
|
7865
7865
|
"use strict";
|
|
7866
7866
|
|
|
7867
7867
|
exports.__esModule = true;
|
|
@@ -8853,7 +8853,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
8853
8853
|
|
|
8854
8854
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
8855
8855
|
|
|
8856
|
-
var _debugNode = _dereq_(
|
|
8856
|
+
var _debugNode = _dereq_(390);
|
|
8857
8857
|
|
|
8858
8858
|
var _debugNode2 = _interopRequireDefault(_debugNode);
|
|
8859
8859
|
|
|
@@ -8949,7 +8949,7 @@ var Logger = (function () {
|
|
|
8949
8949
|
|
|
8950
8950
|
exports["default"] = Logger;
|
|
8951
8951
|
module.exports = exports["default"];
|
|
8952
|
-
},{"
|
|
8952
|
+
},{"390":390}],48:[function(_dereq_,module,exports){
|
|
8953
8953
|
module.exports={
|
|
8954
8954
|
"filename": {
|
|
8955
8955
|
"type": "filename",
|
|
@@ -9991,7 +9991,7 @@ var _messages = _dereq_(43);
|
|
|
9991
9991
|
|
|
9992
9992
|
var messages = _interopRequireWildcard(_messages);
|
|
9993
9993
|
|
|
9994
|
-
var _esutils = _dereq_(
|
|
9994
|
+
var _esutils = _dereq_(396);
|
|
9995
9995
|
|
|
9996
9996
|
var _esutils2 = _interopRequireDefault(_esutils);
|
|
9997
9997
|
|
|
@@ -10182,7 +10182,7 @@ exports["default"] = function (opts) {
|
|
|
10182
10182
|
};
|
|
10183
10183
|
|
|
10184
10184
|
module.exports = exports["default"];
|
|
10185
|
-
},{"179":179,"
|
|
10185
|
+
},{"179":179,"396":396,"43":43,"512":512,"62":62}],56:[function(_dereq_,module,exports){
|
|
10186
10186
|
"use strict";
|
|
10187
10187
|
|
|
10188
10188
|
exports.__esModule = true;
|
|
@@ -24450,7 +24450,7 @@ var _binding = _dereq_(166);
|
|
|
24450
24450
|
|
|
24451
24451
|
var _binding2 = _interopRequireDefault(_binding);
|
|
24452
24452
|
|
|
24453
|
-
var _globals = _dereq_(
|
|
24453
|
+
var _globals = _dereq_(398);
|
|
24454
24454
|
|
|
24455
24455
|
var _globals2 = _interopRequireDefault(_globals);
|
|
24456
24456
|
|
|
@@ -25565,7 +25565,7 @@ var Scope = (function () {
|
|
|
25565
25565
|
|
|
25566
25566
|
exports["default"] = Scope;
|
|
25567
25567
|
module.exports = exports["default"];
|
|
25568
|
-
},{"148":148,"166":166,"179":179,"
|
|
25568
|
+
},{"148":148,"166":166,"179":179,"398":398,"41":41,"412":412,"419":419,"43":43,"516":516,"517":517,"590":590}],168:[function(_dereq_,module,exports){
|
|
25569
25569
|
"use strict";
|
|
25570
25570
|
|
|
25571
25571
|
exports.__esModule = true;
|
|
@@ -27601,7 +27601,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
27601
27601
|
|
|
27602
27602
|
var _retrievers = _dereq_(180);
|
|
27603
27603
|
|
|
27604
|
-
var _esutils = _dereq_(
|
|
27604
|
+
var _esutils = _dereq_(396);
|
|
27605
27605
|
|
|
27606
27606
|
var _esutils2 = _interopRequireDefault(_esutils);
|
|
27607
27607
|
|
|
@@ -27835,7 +27835,7 @@ function isImmutable(node) {
|
|
|
27835
27835
|
|
|
27836
27836
|
return false;
|
|
27837
27837
|
}
|
|
27838
|
-
},{"179":179,"180":180,"
|
|
27838
|
+
},{"179":179,"180":180,"396":396}],182:[function(_dereq_,module,exports){
|
|
27839
27839
|
(function (__dirname){
|
|
27840
27840
|
"use strict";
|
|
27841
27841
|
|
|
@@ -28643,8 +28643,8 @@ exports["default"] = function (_ref) {
|
|
|
28643
28643
|
var left = node.left.object;
|
|
28644
28644
|
var temp = scope.maybeGenerateMemoised(left);
|
|
28645
28645
|
|
|
28646
|
-
|
|
28647
|
-
nodes.push(buildDefaultsCallExpression(node, temp
|
|
28646
|
+
nodes.push(t.expressionStatement(t.assignmentExpression("=", temp, left)));
|
|
28647
|
+
nodes.push(buildDefaultsCallExpression(node, temp, file));
|
|
28648
28648
|
if (temp) nodes.push(temp);
|
|
28649
28649
|
|
|
28650
28650
|
return nodes;
|
|
@@ -29354,7 +29354,7 @@ var styles = (function () {
|
|
|
29354
29354
|
var proto = defineProps(function chalk() {}, styles);
|
|
29355
29355
|
|
|
29356
29356
|
function build(_styles) {
|
|
29357
|
-
var builder = function () {
|
|
29357
|
+
var builder = function builder() {
|
|
29358
29358
|
return applyStyle.apply(builder, arguments);
|
|
29359
29359
|
};
|
|
29360
29360
|
|
|
@@ -29362,7 +29362,7 @@ function build(_styles) {
|
|
|
29362
29362
|
builder.enabled = this.enabled;
|
|
29363
29363
|
// __proto__ is used because we must return a function, but there is
|
|
29364
29364
|
// no way to create a function with a different prototype.
|
|
29365
|
-
/*
|
|
29365
|
+
/*eslint no-proto: 0 */
|
|
29366
29366
|
builder.__proto__ = proto;
|
|
29367
29367
|
|
|
29368
29368
|
return builder;
|
|
@@ -29752,62 +29752,17 @@ module.exports = function(it){
|
|
|
29752
29752
|
return it;
|
|
29753
29753
|
};
|
|
29754
29754
|
},{}],210:[function(_dereq_,module,exports){
|
|
29755
|
-
var isObject = _dereq_(
|
|
29755
|
+
var isObject = _dereq_(240);
|
|
29756
29756
|
module.exports = function(it){
|
|
29757
29757
|
if(!isObject(it))throw TypeError(it + ' is not an object!');
|
|
29758
29758
|
return it;
|
|
29759
29759
|
};
|
|
29760
|
-
},{"
|
|
29761
|
-
// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
|
|
29762
|
-
'use strict';
|
|
29763
|
-
var toObject = _dereq_(285)
|
|
29764
|
-
, toIndex = _dereq_(281)
|
|
29765
|
-
, toLength = _dereq_(284);
|
|
29766
|
-
|
|
29767
|
-
module.exports = [].copyWithin || function copyWithin(target/*= 0*/, start/*= 0, end = @length*/){
|
|
29768
|
-
var O = toObject(this)
|
|
29769
|
-
, len = toLength(O.length)
|
|
29770
|
-
, to = toIndex(target, len)
|
|
29771
|
-
, from = toIndex(start, len)
|
|
29772
|
-
, $$ = arguments
|
|
29773
|
-
, end = $$.length > 2 ? $$[2] : undefined
|
|
29774
|
-
, count = Math.min((end === undefined ? len : toIndex(end, len)) - from, len - to)
|
|
29775
|
-
, inc = 1;
|
|
29776
|
-
if(from < to && to < from + count){
|
|
29777
|
-
inc = -1;
|
|
29778
|
-
from += count - 1;
|
|
29779
|
-
to += count - 1;
|
|
29780
|
-
}
|
|
29781
|
-
while(count-- > 0){
|
|
29782
|
-
if(from in O)O[to] = O[from];
|
|
29783
|
-
else delete O[to];
|
|
29784
|
-
to += inc;
|
|
29785
|
-
from += inc;
|
|
29786
|
-
} return O;
|
|
29787
|
-
};
|
|
29788
|
-
},{"281":281,"284":284,"285":285}],212:[function(_dereq_,module,exports){
|
|
29789
|
-
// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
|
|
29790
|
-
'use strict';
|
|
29791
|
-
var toObject = _dereq_(285)
|
|
29792
|
-
, toIndex = _dereq_(281)
|
|
29793
|
-
, toLength = _dereq_(284);
|
|
29794
|
-
module.exports = [].fill || function fill(value /*, start = 0, end = @length */){
|
|
29795
|
-
var O = toObject(this, true)
|
|
29796
|
-
, length = toLength(O.length)
|
|
29797
|
-
, $$ = arguments
|
|
29798
|
-
, $$len = $$.length
|
|
29799
|
-
, index = toIndex($$len > 1 ? $$[1] : undefined, length)
|
|
29800
|
-
, end = $$len > 2 ? $$[2] : undefined
|
|
29801
|
-
, endPos = end === undefined ? length : toIndex(end, length);
|
|
29802
|
-
while(endPos > index)O[index++] = value;
|
|
29803
|
-
return O;
|
|
29804
|
-
};
|
|
29805
|
-
},{"281":281,"284":284,"285":285}],213:[function(_dereq_,module,exports){
|
|
29760
|
+
},{"240":240}],211:[function(_dereq_,module,exports){
|
|
29806
29761
|
// false -> Array#indexOf
|
|
29807
29762
|
// true -> Array#includes
|
|
29808
|
-
var toIObject = _dereq_(
|
|
29809
|
-
, toLength = _dereq_(
|
|
29810
|
-
, toIndex = _dereq_(
|
|
29763
|
+
var toIObject = _dereq_(278)
|
|
29764
|
+
, toLength = _dereq_(279)
|
|
29765
|
+
, toIndex = _dereq_(276);
|
|
29811
29766
|
module.exports = function(IS_INCLUDES){
|
|
29812
29767
|
return function($this, el, fromIndex){
|
|
29813
29768
|
var O = toIObject($this)
|
|
@@ -29824,7 +29779,7 @@ module.exports = function(IS_INCLUDES){
|
|
|
29824
29779
|
} return !IS_INCLUDES && -1;
|
|
29825
29780
|
};
|
|
29826
29781
|
};
|
|
29827
|
-
},{"
|
|
29782
|
+
},{"276":276,"278":278,"279":279}],212:[function(_dereq_,module,exports){
|
|
29828
29783
|
// 0 -> Array#forEach
|
|
29829
29784
|
// 1 -> Array#map
|
|
29830
29785
|
// 2 -> Array#filter
|
|
@@ -29832,21 +29787,10 @@ module.exports = function(IS_INCLUDES){
|
|
|
29832
29787
|
// 4 -> Array#every
|
|
29833
29788
|
// 5 -> Array#find
|
|
29834
29789
|
// 6 -> Array#findIndex
|
|
29835
|
-
var ctx = _dereq_(
|
|
29836
|
-
,
|
|
29837
|
-
,
|
|
29838
|
-
,
|
|
29839
|
-
, toLength = _dereq_(284)
|
|
29840
|
-
, isArray = _dereq_(242)
|
|
29841
|
-
, SPECIES = _dereq_(288)('species');
|
|
29842
|
-
// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
|
|
29843
|
-
var ASC = function(original, length){
|
|
29844
|
-
var C;
|
|
29845
|
-
if(isArray(original) && isObject(C = original.constructor)){
|
|
29846
|
-
C = C[SPECIES];
|
|
29847
|
-
if(C === null)C = undefined;
|
|
29848
|
-
} return new (C === undefined ? Array : C)(length);
|
|
29849
|
-
};
|
|
29790
|
+
var ctx = _dereq_(221)
|
|
29791
|
+
, IObject = _dereq_(237)
|
|
29792
|
+
, toObject = _dereq_(280)
|
|
29793
|
+
, toLength = _dereq_(279);
|
|
29850
29794
|
module.exports = function(TYPE){
|
|
29851
29795
|
var IS_MAP = TYPE == 1
|
|
29852
29796
|
, IS_FILTER = TYPE == 2
|
|
@@ -29860,7 +29804,7 @@ module.exports = function(TYPE){
|
|
|
29860
29804
|
, f = ctx(callbackfn, that, 3)
|
|
29861
29805
|
, length = toLength(self.length)
|
|
29862
29806
|
, index = 0
|
|
29863
|
-
, result = IS_MAP ?
|
|
29807
|
+
, result = IS_MAP ? Array(length) : IS_FILTER ? [] : undefined
|
|
29864
29808
|
, val, res;
|
|
29865
29809
|
for(;length > index; index++)if(NO_HOLES || index in self){
|
|
29866
29810
|
val = self[index];
|
|
@@ -29878,44 +29822,31 @@ module.exports = function(TYPE){
|
|
|
29878
29822
|
return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
|
|
29879
29823
|
};
|
|
29880
29824
|
};
|
|
29881
|
-
},{"
|
|
29825
|
+
},{"221":221,"237":237,"279":279,"280":280}],213:[function(_dereq_,module,exports){
|
|
29882
29826
|
// 19.1.2.1 Object.assign(target, source, ...)
|
|
29883
|
-
var
|
|
29884
|
-
,
|
|
29885
|
-
,
|
|
29886
|
-
|
|
29887
|
-
|
|
29888
|
-
|
|
29889
|
-
var
|
|
29890
|
-
,
|
|
29891
|
-
,
|
|
29892
|
-
|
|
29893
|
-
|
|
29894
|
-
|
|
29895
|
-
K.split('').forEach(function(k){ B[k] = k; });
|
|
29896
|
-
return a({}, A)[S] != 7 || Object.keys(a({}, B)).join('') != K;
|
|
29897
|
-
}) ? function assign(target, source){ // eslint-disable-line no-unused-vars
|
|
29898
|
-
var T = toObject(target)
|
|
29899
|
-
, $$ = arguments
|
|
29900
|
-
, $$len = $$.length
|
|
29901
|
-
, index = 1
|
|
29902
|
-
, getKeys = $.getKeys
|
|
29903
|
-
, getSymbols = $.getSymbols
|
|
29904
|
-
, isEnum = $.isEnum;
|
|
29905
|
-
while($$len > index){
|
|
29906
|
-
var S = IObject($$[index++])
|
|
29907
|
-
, keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S)
|
|
29827
|
+
var toObject = _dereq_(280)
|
|
29828
|
+
, IObject = _dereq_(237)
|
|
29829
|
+
, enumKeys = _dereq_(225);
|
|
29830
|
+
/* eslint-disable no-unused-vars */
|
|
29831
|
+
module.exports = Object.assign || function assign(target, source){
|
|
29832
|
+
/* eslint-enable no-unused-vars */
|
|
29833
|
+
var T = toObject(target)
|
|
29834
|
+
, l = arguments.length
|
|
29835
|
+
, i = 1;
|
|
29836
|
+
while(l > i){
|
|
29837
|
+
var S = IObject(arguments[i++])
|
|
29838
|
+
, keys = enumKeys(S)
|
|
29908
29839
|
, length = keys.length
|
|
29909
29840
|
, j = 0
|
|
29910
29841
|
, key;
|
|
29911
|
-
while(length > j)
|
|
29842
|
+
while(length > j)T[key = keys[j++]] = S[key];
|
|
29912
29843
|
}
|
|
29913
29844
|
return T;
|
|
29914
|
-
}
|
|
29915
|
-
},{"
|
|
29845
|
+
};
|
|
29846
|
+
},{"225":225,"237":237,"280":280}],214:[function(_dereq_,module,exports){
|
|
29916
29847
|
// getting tag from 19.1.3.6 Object.prototype.toString()
|
|
29917
|
-
var cof = _dereq_(
|
|
29918
|
-
, TAG = _dereq_(
|
|
29848
|
+
var cof = _dereq_(215)
|
|
29849
|
+
, TAG = _dereq_(283)('toStringTag')
|
|
29919
29850
|
// ES3 wrong here
|
|
29920
29851
|
, ARG = cof(function(){ return arguments; }()) == 'Arguments';
|
|
29921
29852
|
|
|
@@ -29929,27 +29860,27 @@ module.exports = function(it){
|
|
|
29929
29860
|
// ES3 arguments fallback
|
|
29930
29861
|
: (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
|
|
29931
29862
|
};
|
|
29932
|
-
},{"
|
|
29863
|
+
},{"215":215,"283":283}],215:[function(_dereq_,module,exports){
|
|
29933
29864
|
var toString = {}.toString;
|
|
29934
29865
|
|
|
29935
29866
|
module.exports = function(it){
|
|
29936
29867
|
return toString.call(it).slice(8, -1);
|
|
29937
29868
|
};
|
|
29938
|
-
},{}],
|
|
29869
|
+
},{}],216:[function(_dereq_,module,exports){
|
|
29939
29870
|
'use strict';
|
|
29940
|
-
var $ = _dereq_(
|
|
29941
|
-
, hide = _dereq_(
|
|
29942
|
-
, ctx = _dereq_(
|
|
29943
|
-
, species = _dereq_(
|
|
29944
|
-
, strictNew = _dereq_(
|
|
29945
|
-
, defined = _dereq_(
|
|
29946
|
-
, forOf = _dereq_(
|
|
29947
|
-
, step = _dereq_(
|
|
29948
|
-
, ID = _dereq_(
|
|
29949
|
-
, $has = _dereq_(
|
|
29950
|
-
, isObject = _dereq_(
|
|
29871
|
+
var $ = _dereq_(248)
|
|
29872
|
+
, hide = _dereq_(234)
|
|
29873
|
+
, ctx = _dereq_(221)
|
|
29874
|
+
, species = _dereq_(266)
|
|
29875
|
+
, strictNew = _dereq_(267)
|
|
29876
|
+
, defined = _dereq_(223)
|
|
29877
|
+
, forOf = _dereq_(230)
|
|
29878
|
+
, step = _dereq_(246)
|
|
29879
|
+
, ID = _dereq_(281)('id')
|
|
29880
|
+
, $has = _dereq_(233)
|
|
29881
|
+
, isObject = _dereq_(240)
|
|
29951
29882
|
, isExtensible = Object.isExtensible || isObject
|
|
29952
|
-
, SUPPORT_DESC = _dereq_(
|
|
29883
|
+
, SUPPORT_DESC = _dereq_(273)
|
|
29953
29884
|
, SIZE = SUPPORT_DESC ? '_s' : 'size'
|
|
29954
29885
|
, id = 0;
|
|
29955
29886
|
|
|
@@ -29987,7 +29918,7 @@ module.exports = {
|
|
|
29987
29918
|
that[SIZE] = 0; // size
|
|
29988
29919
|
if(iterable != undefined)forOf(iterable, IS_MAP, that[ADDER], that);
|
|
29989
29920
|
});
|
|
29990
|
-
_dereq_(
|
|
29921
|
+
_dereq_(253)(C.prototype, {
|
|
29991
29922
|
// 23.1.3.1 Map.prototype.clear()
|
|
29992
29923
|
// 23.2.3.2 Set.prototype.clear()
|
|
29993
29924
|
clear: function clear(){
|
|
@@ -30019,7 +29950,7 @@ module.exports = {
|
|
|
30019
29950
|
// 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
|
|
30020
29951
|
// 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
|
|
30021
29952
|
forEach: function forEach(callbackfn /*, that = undefined */){
|
|
30022
|
-
var f = ctx(callbackfn, arguments
|
|
29953
|
+
var f = ctx(callbackfn, arguments[1], 3)
|
|
30023
29954
|
, entry;
|
|
30024
29955
|
while(entry = entry ? entry.n : this._f){
|
|
30025
29956
|
f(entry.v, entry.k, this);
|
|
@@ -30067,7 +29998,7 @@ module.exports = {
|
|
|
30067
29998
|
setStrong: function(C, NAME, IS_MAP){
|
|
30068
29999
|
// add .keys, .values, .entries, [@@iterator]
|
|
30069
30000
|
// 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11
|
|
30070
|
-
_dereq_(
|
|
30001
|
+
_dereq_(244)(C, NAME, function(iterated, kind){
|
|
30071
30002
|
this._t = iterated; // target
|
|
30072
30003
|
this._k = kind; // kind
|
|
30073
30004
|
this._l = undefined; // previous
|
|
@@ -30091,13 +30022,13 @@ module.exports = {
|
|
|
30091
30022
|
|
|
30092
30023
|
// add [@@species], 23.1.2.2, 23.2.2.2
|
|
30093
30024
|
species(C);
|
|
30094
|
-
species(_dereq_(
|
|
30025
|
+
species(_dereq_(220)[NAME]); // for wrapper
|
|
30095
30026
|
}
|
|
30096
30027
|
};
|
|
30097
|
-
},{"
|
|
30028
|
+
},{"220":220,"221":221,"223":223,"230":230,"233":233,"234":234,"240":240,"244":244,"246":246,"248":248,"253":253,"266":266,"267":267,"273":273,"281":281}],217:[function(_dereq_,module,exports){
|
|
30098
30029
|
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
|
|
30099
|
-
var forOf = _dereq_(
|
|
30100
|
-
, classof = _dereq_(
|
|
30030
|
+
var forOf = _dereq_(230)
|
|
30031
|
+
, classof = _dereq_(214);
|
|
30101
30032
|
module.exports = function(NAME){
|
|
30102
30033
|
return function toJSON(){
|
|
30103
30034
|
if(classof(this) != NAME)throw TypeError(NAME + "#toJSON isn't generic");
|
|
@@ -30106,16 +30037,16 @@ module.exports = function(NAME){
|
|
|
30106
30037
|
return arr;
|
|
30107
30038
|
};
|
|
30108
30039
|
};
|
|
30109
|
-
},{"
|
|
30040
|
+
},{"214":214,"230":230}],218:[function(_dereq_,module,exports){
|
|
30110
30041
|
'use strict';
|
|
30111
|
-
var hide = _dereq_(
|
|
30042
|
+
var hide = _dereq_(234)
|
|
30112
30043
|
, anObject = _dereq_(210)
|
|
30113
|
-
, strictNew = _dereq_(
|
|
30114
|
-
, forOf = _dereq_(
|
|
30115
|
-
, method = _dereq_(
|
|
30116
|
-
, WEAK = _dereq_(
|
|
30117
|
-
, isObject = _dereq_(
|
|
30118
|
-
, $has = _dereq_(
|
|
30044
|
+
, strictNew = _dereq_(267)
|
|
30045
|
+
, forOf = _dereq_(230)
|
|
30046
|
+
, method = _dereq_(212)
|
|
30047
|
+
, WEAK = _dereq_(281)('weak')
|
|
30048
|
+
, isObject = _dereq_(240)
|
|
30049
|
+
, $has = _dereq_(233)
|
|
30119
30050
|
, isExtensible = Object.isExtensible || isObject
|
|
30120
30051
|
, find = method(5)
|
|
30121
30052
|
, findIndex = method(6)
|
|
@@ -30163,7 +30094,7 @@ module.exports = {
|
|
|
30163
30094
|
that._l = undefined; // leak store for frozen objects
|
|
30164
30095
|
if(iterable != undefined)forOf(iterable, IS_MAP, that[ADDER], that);
|
|
30165
30096
|
});
|
|
30166
|
-
_dereq_(
|
|
30097
|
+
_dereq_(253)(C.prototype, {
|
|
30167
30098
|
// 23.3.3.2 WeakMap.prototype.delete(key)
|
|
30168
30099
|
// 23.4.3.3 WeakSet.prototype.delete(value)
|
|
30169
30100
|
'delete': function(key){
|
|
@@ -30192,12 +30123,13 @@ module.exports = {
|
|
|
30192
30123
|
frozenStore: frozenStore,
|
|
30193
30124
|
WEAK: WEAK
|
|
30194
30125
|
};
|
|
30195
|
-
},{"210":210,"
|
|
30126
|
+
},{"210":210,"212":212,"230":230,"233":233,"234":234,"240":240,"253":253,"267":267,"281":281}],219:[function(_dereq_,module,exports){
|
|
30196
30127
|
'use strict';
|
|
30197
|
-
var global = _dereq_(
|
|
30198
|
-
, $def = _dereq_(
|
|
30199
|
-
,
|
|
30200
|
-
,
|
|
30128
|
+
var global = _dereq_(232)
|
|
30129
|
+
, $def = _dereq_(222)
|
|
30130
|
+
, BUGGY = _dereq_(241)
|
|
30131
|
+
, forOf = _dereq_(230)
|
|
30132
|
+
, strictNew = _dereq_(267);
|
|
30201
30133
|
|
|
30202
30134
|
module.exports = function(NAME, wrapper, methods, common, IS_MAP, IS_WEAK){
|
|
30203
30135
|
var Base = global[NAME]
|
|
@@ -30207,7 +30139,7 @@ module.exports = function(NAME, wrapper, methods, common, IS_MAP, IS_WEAK){
|
|
|
30207
30139
|
, O = {};
|
|
30208
30140
|
var fixMethod = function(KEY){
|
|
30209
30141
|
var fn = proto[KEY];
|
|
30210
|
-
_dereq_(
|
|
30142
|
+
_dereq_(260)(proto, KEY,
|
|
30211
30143
|
KEY == 'delete' ? function(a){ return fn.call(this, a === 0 ? 0 : a); }
|
|
30212
30144
|
: KEY == 'has' ? function has(a){ return fn.call(this, a === 0 ? 0 : a); }
|
|
30213
30145
|
: KEY == 'get' ? function get(a){ return fn.call(this, a === 0 ? 0 : a); }
|
|
@@ -30215,18 +30147,16 @@ module.exports = function(NAME, wrapper, methods, common, IS_MAP, IS_WEAK){
|
|
|
30215
30147
|
: function set(a, b){ fn.call(this, a === 0 ? 0 : a, b); return this; }
|
|
30216
30148
|
);
|
|
30217
30149
|
};
|
|
30218
|
-
if(typeof C != 'function' || !(IS_WEAK || proto.forEach &&
|
|
30219
|
-
new C().entries().next();
|
|
30220
|
-
}))){
|
|
30150
|
+
if(typeof C != 'function' || !(IS_WEAK || !BUGGY && proto.forEach && proto.entries)){
|
|
30221
30151
|
// create collection constructor
|
|
30222
30152
|
C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
|
|
30223
|
-
_dereq_(
|
|
30153
|
+
_dereq_(253)(C.prototype, methods);
|
|
30224
30154
|
} else {
|
|
30225
30155
|
var inst = new C
|
|
30226
30156
|
, chain = inst[ADDER](IS_WEAK ? {} : -0, 1)
|
|
30227
30157
|
, buggyZero;
|
|
30228
30158
|
// wrap for init collections from iterable
|
|
30229
|
-
if(!_dereq_(
|
|
30159
|
+
if(!_dereq_(245)(function(iter){ new C(iter); })){ // eslint-disable-line no-new
|
|
30230
30160
|
C = wrapper(function(target, iterable){
|
|
30231
30161
|
strictNew(target, C, NAME);
|
|
30232
30162
|
var that = new Base;
|
|
@@ -30251,7 +30181,7 @@ module.exports = function(NAME, wrapper, methods, common, IS_MAP, IS_WEAK){
|
|
|
30251
30181
|
if(IS_WEAK && proto.clear)delete proto.clear;
|
|
30252
30182
|
}
|
|
30253
30183
|
|
|
30254
|
-
_dereq_(
|
|
30184
|
+
_dereq_(274)(C, NAME);
|
|
30255
30185
|
|
|
30256
30186
|
O[NAME] = C;
|
|
30257
30187
|
$def($def.G + $def.W + $def.F * (C != Base), O);
|
|
@@ -30260,10 +30190,10 @@ module.exports = function(NAME, wrapper, methods, common, IS_MAP, IS_WEAK){
|
|
|
30260
30190
|
|
|
30261
30191
|
return C;
|
|
30262
30192
|
};
|
|
30263
|
-
},{"
|
|
30264
|
-
var core = module.exports = {
|
|
30193
|
+
},{"222":222,"230":230,"232":232,"241":241,"245":245,"253":253,"260":260,"267":267,"274":274}],220:[function(_dereq_,module,exports){
|
|
30194
|
+
var core = module.exports = {};
|
|
30265
30195
|
if(typeof __e == 'number')__e = core; // eslint-disable-line no-undef
|
|
30266
|
-
},{}],
|
|
30196
|
+
},{}],221:[function(_dereq_,module,exports){
|
|
30267
30197
|
// optional / simple context binding
|
|
30268
30198
|
var aFunction = _dereq_(209);
|
|
30269
30199
|
module.exports = function(fn, that, length){
|
|
@@ -30279,16 +30209,15 @@ module.exports = function(fn, that, length){
|
|
|
30279
30209
|
case 3: return function(a, b, c){
|
|
30280
30210
|
return fn.call(that, a, b, c);
|
|
30281
30211
|
};
|
|
30282
|
-
}
|
|
30283
|
-
|
|
30284
|
-
|
|
30285
|
-
};
|
|
30212
|
+
} return function(/* ...args */){
|
|
30213
|
+
return fn.apply(that, arguments);
|
|
30214
|
+
};
|
|
30286
30215
|
};
|
|
30287
|
-
},{"209":209}],
|
|
30288
|
-
var global = _dereq_(
|
|
30289
|
-
, core = _dereq_(
|
|
30290
|
-
, hide = _dereq_(
|
|
30291
|
-
, $redef = _dereq_(
|
|
30216
|
+
},{"209":209}],222:[function(_dereq_,module,exports){
|
|
30217
|
+
var global = _dereq_(232)
|
|
30218
|
+
, core = _dereq_(220)
|
|
30219
|
+
, hide = _dereq_(234)
|
|
30220
|
+
, $redef = _dereq_(260)
|
|
30292
30221
|
, PROTOTYPE = 'prototype';
|
|
30293
30222
|
var ctx = function(fn, that){
|
|
30294
30223
|
return function(){
|
|
@@ -30327,23 +30256,23 @@ $def.P = 8; // proto
|
|
|
30327
30256
|
$def.B = 16; // bind
|
|
30328
30257
|
$def.W = 32; // wrap
|
|
30329
30258
|
module.exports = $def;
|
|
30330
|
-
},{"
|
|
30259
|
+
},{"220":220,"232":232,"234":234,"260":260}],223:[function(_dereq_,module,exports){
|
|
30331
30260
|
// 7.2.1 RequireObjectCoercible(argument)
|
|
30332
30261
|
module.exports = function(it){
|
|
30333
30262
|
if(it == undefined)throw TypeError("Can't call method on " + it);
|
|
30334
30263
|
return it;
|
|
30335
30264
|
};
|
|
30336
|
-
},{}],
|
|
30337
|
-
var isObject = _dereq_(
|
|
30338
|
-
, document = _dereq_(
|
|
30265
|
+
},{}],224:[function(_dereq_,module,exports){
|
|
30266
|
+
var isObject = _dereq_(240)
|
|
30267
|
+
, document = _dereq_(232).document
|
|
30339
30268
|
// in old IE typeof document.createElement is 'object'
|
|
30340
30269
|
, is = isObject(document) && isObject(document.createElement);
|
|
30341
30270
|
module.exports = function(it){
|
|
30342
30271
|
return is ? document.createElement(it) : {};
|
|
30343
30272
|
};
|
|
30344
|
-
},{"
|
|
30273
|
+
},{"232":232,"240":240}],225:[function(_dereq_,module,exports){
|
|
30345
30274
|
// all enumerable object keys, includes symbols
|
|
30346
|
-
var $ = _dereq_(
|
|
30275
|
+
var $ = _dereq_(248);
|
|
30347
30276
|
module.exports = function(it){
|
|
30348
30277
|
var keys = $.getKeys(it)
|
|
30349
30278
|
, getSymbols = $.getSymbols;
|
|
@@ -30356,24 +30285,12 @@ module.exports = function(it){
|
|
|
30356
30285
|
}
|
|
30357
30286
|
return keys;
|
|
30358
30287
|
};
|
|
30359
|
-
},{"
|
|
30288
|
+
},{"248":248}],226:[function(_dereq_,module,exports){
|
|
30360
30289
|
// 20.2.2.14 Math.expm1(x)
|
|
30361
30290
|
module.exports = Math.expm1 || function expm1(x){
|
|
30362
30291
|
return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;
|
|
30363
30292
|
};
|
|
30364
|
-
},{}],
|
|
30365
|
-
module.exports = function(KEY){
|
|
30366
|
-
var re = /./;
|
|
30367
|
-
try {
|
|
30368
|
-
'/./'[KEY](re);
|
|
30369
|
-
} catch(e){
|
|
30370
|
-
try {
|
|
30371
|
-
re[_dereq_(288)('match')] = false;
|
|
30372
|
-
return !'/./'[KEY](re);
|
|
30373
|
-
} catch(f){ /* empty */ }
|
|
30374
|
-
} return true;
|
|
30375
|
-
};
|
|
30376
|
-
},{"288":288}],230:[function(_dereq_,module,exports){
|
|
30293
|
+
},{}],227:[function(_dereq_,module,exports){
|
|
30377
30294
|
module.exports = function(exec){
|
|
30378
30295
|
try {
|
|
30379
30296
|
return !!exec();
|
|
@@ -30381,19 +30298,19 @@ module.exports = function(exec){
|
|
|
30381
30298
|
return true;
|
|
30382
30299
|
}
|
|
30383
30300
|
};
|
|
30384
|
-
},{}],
|
|
30301
|
+
},{}],228:[function(_dereq_,module,exports){
|
|
30385
30302
|
'use strict';
|
|
30386
30303
|
module.exports = function(KEY, length, exec){
|
|
30387
|
-
var defined = _dereq_(
|
|
30388
|
-
, SYMBOL = _dereq_(
|
|
30304
|
+
var defined = _dereq_(223)
|
|
30305
|
+
, SYMBOL = _dereq_(283)(KEY)
|
|
30389
30306
|
, original = ''[KEY];
|
|
30390
|
-
if(_dereq_(
|
|
30307
|
+
if(_dereq_(227)(function(){
|
|
30391
30308
|
var O = {};
|
|
30392
30309
|
O[SYMBOL] = function(){ return 7; };
|
|
30393
30310
|
return ''[KEY](O) != 7;
|
|
30394
30311
|
})){
|
|
30395
|
-
_dereq_(
|
|
30396
|
-
_dereq_(
|
|
30312
|
+
_dereq_(260)(String.prototype, KEY, exec(defined, SYMBOL, original));
|
|
30313
|
+
_dereq_(234)(RegExp.prototype, SYMBOL, length == 2
|
|
30397
30314
|
// 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
|
|
30398
30315
|
// 21.2.5.11 RegExp.prototype[@@split](string, limit)
|
|
30399
30316
|
? function(string, arg){ return original.call(string, this, arg); }
|
|
@@ -30403,7 +30320,7 @@ module.exports = function(KEY, length, exec){
|
|
|
30403
30320
|
);
|
|
30404
30321
|
}
|
|
30405
30322
|
};
|
|
30406
|
-
},{"
|
|
30323
|
+
},{"223":223,"227":227,"234":234,"260":260,"283":283}],229:[function(_dereq_,module,exports){
|
|
30407
30324
|
'use strict';
|
|
30408
30325
|
// 21.2.5.3 get RegExp.prototype.flags
|
|
30409
30326
|
var anObject = _dereq_(210);
|
|
@@ -30417,13 +30334,13 @@ module.exports = function(){
|
|
|
30417
30334
|
if(that.sticky)result += 'y';
|
|
30418
30335
|
return result;
|
|
30419
30336
|
};
|
|
30420
|
-
},{"210":210}],
|
|
30421
|
-
var ctx = _dereq_(
|
|
30422
|
-
, call = _dereq_(
|
|
30423
|
-
, isArrayIter = _dereq_(
|
|
30337
|
+
},{"210":210}],230:[function(_dereq_,module,exports){
|
|
30338
|
+
var ctx = _dereq_(221)
|
|
30339
|
+
, call = _dereq_(242)
|
|
30340
|
+
, isArrayIter = _dereq_(238)
|
|
30424
30341
|
, anObject = _dereq_(210)
|
|
30425
|
-
, toLength = _dereq_(
|
|
30426
|
-
, getIterFn = _dereq_(
|
|
30342
|
+
, toLength = _dereq_(279)
|
|
30343
|
+
, getIterFn = _dereq_(284);
|
|
30427
30344
|
module.exports = function(iterable, entries, fn, that){
|
|
30428
30345
|
var iterFn = getIterFn(iterable)
|
|
30429
30346
|
, f = ctx(fn, that, entries ? 2 : 1)
|
|
@@ -30437,11 +30354,11 @@ module.exports = function(iterable, entries, fn, that){
|
|
|
30437
30354
|
call(iterator, f, step.value, entries);
|
|
30438
30355
|
}
|
|
30439
30356
|
};
|
|
30440
|
-
},{"210":210,"
|
|
30357
|
+
},{"210":210,"221":221,"238":238,"242":242,"279":279,"284":284}],231:[function(_dereq_,module,exports){
|
|
30441
30358
|
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
|
|
30442
30359
|
var toString = {}.toString
|
|
30443
|
-
, toIObject = _dereq_(
|
|
30444
|
-
, getNames = _dereq_(
|
|
30360
|
+
, toIObject = _dereq_(278)
|
|
30361
|
+
, getNames = _dereq_(248).getNames;
|
|
30445
30362
|
|
|
30446
30363
|
var windowNames = typeof window == 'object' && Object.getOwnPropertyNames
|
|
30447
30364
|
? Object.getOwnPropertyNames(window) : [];
|
|
@@ -30458,28 +30375,27 @@ module.exports.get = function getOwnPropertyNames(it){
|
|
|
30458
30375
|
if(windowNames && toString.call(it) == '[object Window]')return getWindowNames(it);
|
|
30459
30376
|
return getNames(toIObject(it));
|
|
30460
30377
|
};
|
|
30461
|
-
},{"
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
? window : typeof self != 'undefined' && self.Math == Math ? self : Function('return this')();
|
|
30378
|
+
},{"248":248,"278":278}],232:[function(_dereq_,module,exports){
|
|
30379
|
+
var global = typeof self != 'undefined' && self.Math == Math ? self : Function('return this')();
|
|
30380
|
+
module.exports = global;
|
|
30465
30381
|
if(typeof __g == 'number')__g = global; // eslint-disable-line no-undef
|
|
30466
|
-
},{}],
|
|
30382
|
+
},{}],233:[function(_dereq_,module,exports){
|
|
30467
30383
|
var hasOwnProperty = {}.hasOwnProperty;
|
|
30468
30384
|
module.exports = function(it, key){
|
|
30469
30385
|
return hasOwnProperty.call(it, key);
|
|
30470
30386
|
};
|
|
30471
|
-
},{}],
|
|
30472
|
-
var $ = _dereq_(
|
|
30473
|
-
, createDesc = _dereq_(
|
|
30474
|
-
module.exports = _dereq_(
|
|
30387
|
+
},{}],234:[function(_dereq_,module,exports){
|
|
30388
|
+
var $ = _dereq_(248)
|
|
30389
|
+
, createDesc = _dereq_(259);
|
|
30390
|
+
module.exports = _dereq_(273) ? function(object, key, value){
|
|
30475
30391
|
return $.setDesc(object, key, createDesc(1, value));
|
|
30476
30392
|
} : function(object, key, value){
|
|
30477
30393
|
object[key] = value;
|
|
30478
30394
|
return object;
|
|
30479
30395
|
};
|
|
30480
|
-
},{"
|
|
30481
|
-
module.exports = _dereq_(
|
|
30482
|
-
},{"
|
|
30396
|
+
},{"248":248,"259":259,"273":273}],235:[function(_dereq_,module,exports){
|
|
30397
|
+
module.exports = _dereq_(232).document && document.documentElement;
|
|
30398
|
+
},{"232":232}],236:[function(_dereq_,module,exports){
|
|
30483
30399
|
// fast apply, http://jsperf.lnkit.com/fast-apply/5
|
|
30484
30400
|
module.exports = function(fn, args, that){
|
|
30485
30401
|
var un = that === undefined;
|
|
@@ -30496,46 +30412,35 @@ module.exports = function(fn, args, that){
|
|
|
30496
30412
|
: fn.call(that, args[0], args[1], args[2], args[3]);
|
|
30497
30413
|
} return fn.apply(that, args);
|
|
30498
30414
|
};
|
|
30499
|
-
},{}],
|
|
30500
|
-
// fallback for non-array-like ES3
|
|
30501
|
-
var cof = _dereq_(
|
|
30502
|
-
module.exports = Object('z')
|
|
30415
|
+
},{}],237:[function(_dereq_,module,exports){
|
|
30416
|
+
// indexed object, fallback for non-array-like ES3 strings
|
|
30417
|
+
var cof = _dereq_(215);
|
|
30418
|
+
module.exports = 0 in Object('z') ? Object : function(it){
|
|
30503
30419
|
return cof(it) == 'String' ? it.split('') : Object(it);
|
|
30504
30420
|
};
|
|
30505
|
-
},{"
|
|
30421
|
+
},{"215":215}],238:[function(_dereq_,module,exports){
|
|
30506
30422
|
// check on default Array iterator
|
|
30507
|
-
var Iterators = _dereq_(
|
|
30508
|
-
, ITERATOR = _dereq_(
|
|
30423
|
+
var Iterators = _dereq_(247)
|
|
30424
|
+
, ITERATOR = _dereq_(283)('iterator');
|
|
30509
30425
|
module.exports = function(it){
|
|
30510
30426
|
return (Iterators.Array || Array.prototype[ITERATOR]) === it;
|
|
30511
30427
|
};
|
|
30512
|
-
},{"
|
|
30513
|
-
// 7.2.2 IsArray(argument)
|
|
30514
|
-
var cof = _dereq_(217);
|
|
30515
|
-
module.exports = Array.isArray || function(arg){
|
|
30516
|
-
return cof(arg) == 'Array';
|
|
30517
|
-
};
|
|
30518
|
-
},{"217":217}],243:[function(_dereq_,module,exports){
|
|
30428
|
+
},{"247":247,"283":283}],239:[function(_dereq_,module,exports){
|
|
30519
30429
|
// 20.1.2.3 Number.isInteger(number)
|
|
30520
|
-
var isObject = _dereq_(
|
|
30430
|
+
var isObject = _dereq_(240)
|
|
30521
30431
|
, floor = Math.floor;
|
|
30522
30432
|
module.exports = function isInteger(it){
|
|
30523
30433
|
return !isObject(it) && isFinite(it) && floor(it) === it;
|
|
30524
30434
|
};
|
|
30525
|
-
},{"
|
|
30526
|
-
|
|
30527
|
-
return typeof it === 'object' ? it !== null : typeof it === 'function';
|
|
30528
|
-
};
|
|
30529
|
-
},{}],245:[function(_dereq_,module,exports){
|
|
30530
|
-
// 7.2.8 IsRegExp(argument)
|
|
30531
|
-
var isObject = _dereq_(244)
|
|
30532
|
-
, cof = _dereq_(217)
|
|
30533
|
-
, MATCH = _dereq_(288)('match');
|
|
30435
|
+
},{"240":240}],240:[function(_dereq_,module,exports){
|
|
30436
|
+
// http://jsperf.com/core-js-isobject
|
|
30534
30437
|
module.exports = function(it){
|
|
30535
|
-
|
|
30536
|
-
return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
|
|
30438
|
+
return it !== null && (typeof it == 'object' || typeof it == 'function');
|
|
30537
30439
|
};
|
|
30538
|
-
},{
|
|
30440
|
+
},{}],241:[function(_dereq_,module,exports){
|
|
30441
|
+
// Safari has buggy iterators w/o `next`
|
|
30442
|
+
module.exports = 'keys' in [] && !('next' in [].keys());
|
|
30443
|
+
},{}],242:[function(_dereq_,module,exports){
|
|
30539
30444
|
// call something on iterator step with safe closing on error
|
|
30540
30445
|
var anObject = _dereq_(210);
|
|
30541
30446
|
module.exports = function(iterator, fn, value, entries){
|
|
@@ -30548,34 +30453,33 @@ module.exports = function(iterator, fn, value, entries){
|
|
|
30548
30453
|
throw e;
|
|
30549
30454
|
}
|
|
30550
30455
|
};
|
|
30551
|
-
},{"210":210}],
|
|
30456
|
+
},{"210":210}],243:[function(_dereq_,module,exports){
|
|
30552
30457
|
'use strict';
|
|
30553
|
-
var $ = _dereq_(
|
|
30458
|
+
var $ = _dereq_(248)
|
|
30554
30459
|
, IteratorPrototype = {};
|
|
30555
30460
|
|
|
30556
30461
|
// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
|
|
30557
|
-
_dereq_(
|
|
30462
|
+
_dereq_(234)(IteratorPrototype, _dereq_(283)('iterator'), function(){ return this; });
|
|
30558
30463
|
|
|
30559
30464
|
module.exports = function(Constructor, NAME, next){
|
|
30560
|
-
Constructor.prototype = $.create(IteratorPrototype, {next: _dereq_(
|
|
30561
|
-
_dereq_(
|
|
30465
|
+
Constructor.prototype = $.create(IteratorPrototype, {next: _dereq_(259)(1,next)});
|
|
30466
|
+
_dereq_(274)(Constructor, NAME + ' Iterator');
|
|
30562
30467
|
};
|
|
30563
|
-
},{"
|
|
30468
|
+
},{"234":234,"248":248,"259":259,"274":274,"283":283}],244:[function(_dereq_,module,exports){
|
|
30564
30469
|
'use strict';
|
|
30565
|
-
var LIBRARY = _dereq_(
|
|
30566
|
-
, $def = _dereq_(
|
|
30567
|
-
, $redef = _dereq_(
|
|
30568
|
-
, hide = _dereq_(
|
|
30569
|
-
, has = _dereq_(
|
|
30570
|
-
, SYMBOL_ITERATOR = _dereq_(
|
|
30571
|
-
, Iterators = _dereq_(
|
|
30572
|
-
, BUGGY = !([].keys && 'next' in [].keys()) // Safari has buggy iterators w/o `next`
|
|
30470
|
+
var LIBRARY = _dereq_(250)
|
|
30471
|
+
, $def = _dereq_(222)
|
|
30472
|
+
, $redef = _dereq_(260)
|
|
30473
|
+
, hide = _dereq_(234)
|
|
30474
|
+
, has = _dereq_(233)
|
|
30475
|
+
, SYMBOL_ITERATOR = _dereq_(283)('iterator')
|
|
30476
|
+
, Iterators = _dereq_(247)
|
|
30573
30477
|
, FF_ITERATOR = '@@iterator'
|
|
30574
30478
|
, KEYS = 'keys'
|
|
30575
30479
|
, VALUES = 'values';
|
|
30576
30480
|
var returnThis = function(){ return this; };
|
|
30577
30481
|
module.exports = function(Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCE){
|
|
30578
|
-
_dereq_(
|
|
30482
|
+
_dereq_(243)(Constructor, NAME, next);
|
|
30579
30483
|
var createMethod = function(kind){
|
|
30580
30484
|
switch(kind){
|
|
30581
30485
|
case KEYS: return function keys(){ return new Constructor(this, kind); };
|
|
@@ -30589,9 +30493,9 @@ module.exports = function(Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCE)
|
|
|
30589
30493
|
, methods, key;
|
|
30590
30494
|
// Fix native
|
|
30591
30495
|
if(_native){
|
|
30592
|
-
var IteratorPrototype = _dereq_(
|
|
30496
|
+
var IteratorPrototype = _dereq_(248).getProto(_default.call(new Base));
|
|
30593
30497
|
// Set @@toStringTag to native iterators
|
|
30594
|
-
_dereq_(
|
|
30498
|
+
_dereq_(274)(IteratorPrototype, TAG, true);
|
|
30595
30499
|
// FF fix
|
|
30596
30500
|
if(!LIBRARY && has(proto, FF_ITERATOR))hide(IteratorPrototype, SYMBOL_ITERATOR, returnThis);
|
|
30597
30501
|
}
|
|
@@ -30602,25 +30506,25 @@ module.exports = function(Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCE)
|
|
|
30602
30506
|
Iterators[TAG] = returnThis;
|
|
30603
30507
|
if(DEFAULT){
|
|
30604
30508
|
methods = {
|
|
30605
|
-
values: DEFAULT == VALUES ? _default : createMethod(VALUES),
|
|
30606
30509
|
keys: IS_SET ? _default : createMethod(KEYS),
|
|
30510
|
+
values: DEFAULT == VALUES ? _default : createMethod(VALUES),
|
|
30607
30511
|
entries: DEFAULT != VALUES ? _default : createMethod('entries')
|
|
30608
30512
|
};
|
|
30609
30513
|
if(FORCE)for(key in methods){
|
|
30610
30514
|
if(!(key in proto))$redef(proto, key, methods[key]);
|
|
30611
|
-
} else $def($def.P + $def.F *
|
|
30515
|
+
} else $def($def.P + $def.F * _dereq_(241), NAME, methods);
|
|
30612
30516
|
}
|
|
30613
30517
|
};
|
|
30614
|
-
},{"
|
|
30615
|
-
var SYMBOL_ITERATOR = _dereq_(
|
|
30518
|
+
},{"222":222,"233":233,"234":234,"241":241,"243":243,"247":247,"248":248,"250":250,"260":260,"274":274,"283":283}],245:[function(_dereq_,module,exports){
|
|
30519
|
+
var SYMBOL_ITERATOR = _dereq_(283)('iterator')
|
|
30616
30520
|
, SAFE_CLOSING = false;
|
|
30617
30521
|
try {
|
|
30618
30522
|
var riter = [7][SYMBOL_ITERATOR]();
|
|
30619
30523
|
riter['return'] = function(){ SAFE_CLOSING = true; };
|
|
30620
30524
|
Array.from(riter, function(){ throw 2; });
|
|
30621
30525
|
} catch(e){ /* empty */ }
|
|
30622
|
-
module.exports = function(exec
|
|
30623
|
-
if(!
|
|
30526
|
+
module.exports = function(exec){
|
|
30527
|
+
if(!SAFE_CLOSING)return false;
|
|
30624
30528
|
var safe = false;
|
|
30625
30529
|
try {
|
|
30626
30530
|
var arr = [7]
|
|
@@ -30631,13 +30535,13 @@ module.exports = function(exec, skipClosing){
|
|
|
30631
30535
|
} catch(e){ /* empty */ }
|
|
30632
30536
|
return safe;
|
|
30633
30537
|
};
|
|
30634
|
-
},{"
|
|
30538
|
+
},{"283":283}],246:[function(_dereq_,module,exports){
|
|
30635
30539
|
module.exports = function(done, value){
|
|
30636
30540
|
return {value: value, done: !!done};
|
|
30637
30541
|
};
|
|
30638
|
-
},{}],
|
|
30542
|
+
},{}],247:[function(_dereq_,module,exports){
|
|
30639
30543
|
module.exports = {};
|
|
30640
|
-
},{}],
|
|
30544
|
+
},{}],248:[function(_dereq_,module,exports){
|
|
30641
30545
|
var $Object = Object;
|
|
30642
30546
|
module.exports = {
|
|
30643
30547
|
create: $Object.create,
|
|
@@ -30651,9 +30555,9 @@ module.exports = {
|
|
|
30651
30555
|
getSymbols: $Object.getOwnPropertySymbols,
|
|
30652
30556
|
each: [].forEach
|
|
30653
30557
|
};
|
|
30654
|
-
},{}],
|
|
30655
|
-
var $ = _dereq_(
|
|
30656
|
-
, toIObject = _dereq_(
|
|
30558
|
+
},{}],249:[function(_dereq_,module,exports){
|
|
30559
|
+
var $ = _dereq_(248)
|
|
30560
|
+
, toIObject = _dereq_(278);
|
|
30657
30561
|
module.exports = function(object, el){
|
|
30658
30562
|
var O = toIObject(object)
|
|
30659
30563
|
, keys = $.getKeys(O)
|
|
@@ -30662,117 +30566,105 @@ module.exports = function(object, el){
|
|
|
30662
30566
|
, key;
|
|
30663
30567
|
while(length > index)if(O[key = keys[index++]] === el)return key;
|
|
30664
30568
|
};
|
|
30665
|
-
},{"
|
|
30569
|
+
},{"248":248,"278":278}],250:[function(_dereq_,module,exports){
|
|
30666
30570
|
module.exports = false;
|
|
30667
|
-
},{}],
|
|
30668
|
-
// 20.2.2.20 Math.log1p(x)
|
|
30669
|
-
module.exports = Math.log1p || function log1p(x){
|
|
30670
|
-
return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);
|
|
30671
|
-
};
|
|
30672
|
-
},{}],256:[function(_dereq_,module,exports){
|
|
30673
|
-
var global = _dereq_(235)
|
|
30674
|
-
, macrotask = _dereq_(280).set
|
|
30675
|
-
, Observer = global.MutationObserver || global.WebKitMutationObserver
|
|
30676
|
-
, process = global.process
|
|
30677
|
-
, isNode = _dereq_(217)(process) == 'process'
|
|
30678
|
-
, head, last, notify;
|
|
30679
|
-
|
|
30680
|
-
var flush = function(){
|
|
30681
|
-
var parent, domain;
|
|
30682
|
-
if(isNode && (parent = process.domain)){
|
|
30683
|
-
process.domain = null;
|
|
30684
|
-
parent.exit();
|
|
30685
|
-
}
|
|
30686
|
-
while(head){
|
|
30687
|
-
domain = head.domain;
|
|
30688
|
-
if(domain)domain.enter();
|
|
30689
|
-
head.fn.call(); // <- currently we use it only for Promise - try / catch not required
|
|
30690
|
-
if(domain)domain.exit();
|
|
30691
|
-
head = head.next;
|
|
30692
|
-
} last = undefined;
|
|
30693
|
-
if(parent)parent.enter();
|
|
30694
|
-
};
|
|
30695
|
-
|
|
30696
|
-
// Node.js
|
|
30697
|
-
if(isNode){
|
|
30698
|
-
notify = function(){
|
|
30699
|
-
process.nextTick(flush);
|
|
30700
|
-
};
|
|
30701
|
-
// browsers with MutationObserver
|
|
30702
|
-
} else if(Observer){
|
|
30703
|
-
var toggle = 1
|
|
30704
|
-
, node = document.createTextNode('');
|
|
30705
|
-
new Observer(flush).observe(node, {characterData: true}); // eslint-disable-line no-new
|
|
30706
|
-
notify = function(){
|
|
30707
|
-
node.data = toggle = -toggle;
|
|
30708
|
-
};
|
|
30709
|
-
// for other environments - macrotask based on:
|
|
30710
|
-
// - setImmediate
|
|
30711
|
-
// - MessageChannel
|
|
30712
|
-
// - window.postMessag
|
|
30713
|
-
// - onreadystatechange
|
|
30714
|
-
// - setTimeout
|
|
30715
|
-
} else {
|
|
30716
|
-
notify = function(){
|
|
30717
|
-
// strange IE + webpack dev server bug - use .call(global)
|
|
30718
|
-
macrotask.call(global, flush);
|
|
30719
|
-
};
|
|
30720
|
-
}
|
|
30721
|
-
|
|
30722
|
-
module.exports = function asap(fn){
|
|
30723
|
-
var task = {fn: fn, next: undefined, domain: isNode && process.domain};
|
|
30724
|
-
if(last)last.next = task;
|
|
30725
|
-
if(!head){
|
|
30726
|
-
head = task;
|
|
30727
|
-
notify();
|
|
30728
|
-
} last = task;
|
|
30571
|
+
},{}],251:[function(_dereq_,module,exports){
|
|
30572
|
+
// 20.2.2.20 Math.log1p(x)
|
|
30573
|
+
module.exports = Math.log1p || function log1p(x){
|
|
30574
|
+
return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);
|
|
30729
30575
|
};
|
|
30730
|
-
},{
|
|
30731
|
-
var
|
|
30576
|
+
},{}],252:[function(_dereq_,module,exports){
|
|
30577
|
+
var global = _dereq_(232)
|
|
30578
|
+
, macrotask = _dereq_(275).set
|
|
30579
|
+
, Observer = global.MutationObserver || global.WebKitMutationObserver
|
|
30580
|
+
, process = global.process
|
|
30581
|
+
, head, last, notify;
|
|
30582
|
+
|
|
30583
|
+
function flush(){
|
|
30584
|
+
while(head){
|
|
30585
|
+
head.fn.call(); // <- currently we use it only for Promise - try / catch not required
|
|
30586
|
+
head = head.next;
|
|
30587
|
+
} last = undefined;
|
|
30588
|
+
}
|
|
30589
|
+
|
|
30590
|
+
// Node.js
|
|
30591
|
+
if(_dereq_(215)(process) == 'process'){
|
|
30592
|
+
notify = function(){
|
|
30593
|
+
process.nextTick(flush);
|
|
30594
|
+
};
|
|
30595
|
+
// browsers with MutationObserver
|
|
30596
|
+
} else if(Observer){
|
|
30597
|
+
var toggle = 1
|
|
30598
|
+
, node = document.createTextNode('');
|
|
30599
|
+
new Observer(flush).observe(node, {characterData: true}); // eslint-disable-line no-new
|
|
30600
|
+
notify = function(){
|
|
30601
|
+
node.data = toggle = -toggle;
|
|
30602
|
+
};
|
|
30603
|
+
// for other environments - macrotask based on:
|
|
30604
|
+
// - setImmediate
|
|
30605
|
+
// - MessageChannel
|
|
30606
|
+
// - window.postMessag
|
|
30607
|
+
// - onreadystatechange
|
|
30608
|
+
// - setTimeout
|
|
30609
|
+
} else {
|
|
30610
|
+
notify = function(){
|
|
30611
|
+
// strange IE + webpack dev server bug - use .call(global)
|
|
30612
|
+
macrotask.call(global, flush);
|
|
30613
|
+
};
|
|
30614
|
+
}
|
|
30615
|
+
|
|
30616
|
+
module.exports = function asap(fn){
|
|
30617
|
+
var task = {fn: fn, next: undefined};
|
|
30618
|
+
if(last)last.next = task;
|
|
30619
|
+
if(!head){
|
|
30620
|
+
head = task;
|
|
30621
|
+
notify();
|
|
30622
|
+
} last = task;
|
|
30623
|
+
};
|
|
30624
|
+
},{"215":215,"232":232,"275":275}],253:[function(_dereq_,module,exports){
|
|
30625
|
+
var $redef = _dereq_(260);
|
|
30732
30626
|
module.exports = function(target, src){
|
|
30733
30627
|
for(var key in src)$redef(target, key, src[key]);
|
|
30734
30628
|
return target;
|
|
30735
30629
|
};
|
|
30736
|
-
},{"
|
|
30630
|
+
},{"260":260}],254:[function(_dereq_,module,exports){
|
|
30737
30631
|
// most Object methods by ES6 should accept primitives
|
|
30738
30632
|
module.exports = function(KEY, exec){
|
|
30739
|
-
var $def = _dereq_(
|
|
30740
|
-
, fn = (_dereq_(
|
|
30633
|
+
var $def = _dereq_(222)
|
|
30634
|
+
, fn = (_dereq_(220).Object || {})[KEY] || Object[KEY]
|
|
30741
30635
|
, exp = {};
|
|
30742
30636
|
exp[KEY] = exec(fn);
|
|
30743
|
-
$def($def.S + $def.F * _dereq_(
|
|
30637
|
+
$def($def.S + $def.F * _dereq_(227)(function(){ fn(1); }), 'Object', exp);
|
|
30744
30638
|
};
|
|
30745
|
-
},{"
|
|
30746
|
-
var $ = _dereq_(
|
|
30747
|
-
, toIObject = _dereq_(
|
|
30748
|
-
, isEnum = $.isEnum;
|
|
30639
|
+
},{"220":220,"222":222,"227":227}],255:[function(_dereq_,module,exports){
|
|
30640
|
+
var $ = _dereq_(248)
|
|
30641
|
+
, toIObject = _dereq_(278);
|
|
30749
30642
|
module.exports = function(isEntries){
|
|
30750
30643
|
return function(it){
|
|
30751
30644
|
var O = toIObject(it)
|
|
30752
30645
|
, keys = $.getKeys(O)
|
|
30753
30646
|
, length = keys.length
|
|
30754
30647
|
, i = 0
|
|
30755
|
-
, result =
|
|
30648
|
+
, result = Array(length)
|
|
30756
30649
|
, key;
|
|
30757
|
-
while(length > i)
|
|
30758
|
-
|
|
30759
|
-
|
|
30650
|
+
if(isEntries)while(length > i)result[i] = [key = keys[i++], O[key]];
|
|
30651
|
+
else while(length > i)result[i] = O[keys[i++]];
|
|
30652
|
+
return result;
|
|
30760
30653
|
};
|
|
30761
30654
|
};
|
|
30762
|
-
},{"
|
|
30655
|
+
},{"248":248,"278":278}],256:[function(_dereq_,module,exports){
|
|
30763
30656
|
// all object keys, includes non-enumerable and symbols
|
|
30764
|
-
var $ = _dereq_(
|
|
30765
|
-
, anObject = _dereq_(210)
|
|
30766
|
-
|
|
30767
|
-
module.exports = Reflect && Reflect.ownKeys || function ownKeys(it){
|
|
30657
|
+
var $ = _dereq_(248)
|
|
30658
|
+
, anObject = _dereq_(210);
|
|
30659
|
+
module.exports = function ownKeys(it){
|
|
30768
30660
|
var keys = $.getNames(anObject(it))
|
|
30769
30661
|
, getSymbols = $.getSymbols;
|
|
30770
30662
|
return getSymbols ? keys.concat(getSymbols(it)) : keys;
|
|
30771
30663
|
};
|
|
30772
|
-
},{"210":210,"
|
|
30664
|
+
},{"210":210,"248":248}],257:[function(_dereq_,module,exports){
|
|
30773
30665
|
'use strict';
|
|
30774
|
-
var path = _dereq_(
|
|
30775
|
-
, invoke = _dereq_(
|
|
30666
|
+
var path = _dereq_(258)
|
|
30667
|
+
, invoke = _dereq_(236)
|
|
30776
30668
|
, aFunction = _dereq_(209);
|
|
30777
30669
|
module.exports = function(/* ...pargs */){
|
|
30778
30670
|
var fn = aFunction(this)
|
|
@@ -30783,20 +30675,19 @@ module.exports = function(/* ...pargs */){
|
|
|
30783
30675
|
, holder = false;
|
|
30784
30676
|
while(length > i)if((pargs[i] = arguments[i++]) === _)holder = true;
|
|
30785
30677
|
return function(/* ...args */){
|
|
30786
|
-
var that
|
|
30787
|
-
,
|
|
30788
|
-
, $$len = $$.length
|
|
30678
|
+
var that = this
|
|
30679
|
+
, _length = arguments.length
|
|
30789
30680
|
, j = 0, k = 0, args;
|
|
30790
|
-
if(!holder &&
|
|
30681
|
+
if(!holder && !_length)return invoke(fn, pargs, that);
|
|
30791
30682
|
args = pargs.slice();
|
|
30792
|
-
if(holder)for(;length > j; j++)if(args[j] === _)args[j] =
|
|
30793
|
-
while(
|
|
30683
|
+
if(holder)for(;length > j; j++)if(args[j] === _)args[j] = arguments[k++];
|
|
30684
|
+
while(_length > k)args.push(arguments[k++]);
|
|
30794
30685
|
return invoke(fn, args, that);
|
|
30795
30686
|
};
|
|
30796
30687
|
};
|
|
30797
|
-
},{"209":209,"
|
|
30798
|
-
module.exports = _dereq_(
|
|
30799
|
-
},{"
|
|
30688
|
+
},{"209":209,"236":236,"258":258}],258:[function(_dereq_,module,exports){
|
|
30689
|
+
module.exports = _dereq_(232);
|
|
30690
|
+
},{"232":232}],259:[function(_dereq_,module,exports){
|
|
30800
30691
|
module.exports = function(bitmap, value){
|
|
30801
30692
|
return {
|
|
30802
30693
|
enumerable : !(bitmap & 1),
|
|
@@ -30805,24 +30696,24 @@ module.exports = function(bitmap, value){
|
|
|
30805
30696
|
value : value
|
|
30806
30697
|
};
|
|
30807
30698
|
};
|
|
30808
|
-
},{}],
|
|
30699
|
+
},{}],260:[function(_dereq_,module,exports){
|
|
30809
30700
|
// add fake Function#toString
|
|
30810
30701
|
// for correct work wrapped methods / constructors with methods like LoDash isNative
|
|
30811
|
-
var global = _dereq_(
|
|
30812
|
-
, hide = _dereq_(
|
|
30813
|
-
, SRC = _dereq_(
|
|
30702
|
+
var global = _dereq_(232)
|
|
30703
|
+
, hide = _dereq_(234)
|
|
30704
|
+
, SRC = _dereq_(281)('src')
|
|
30814
30705
|
, TO_STRING = 'toString'
|
|
30815
30706
|
, $toString = Function[TO_STRING]
|
|
30816
30707
|
, TPL = ('' + $toString).split(TO_STRING);
|
|
30817
30708
|
|
|
30818
|
-
_dereq_(
|
|
30709
|
+
_dereq_(220).inspectSource = function(it){
|
|
30819
30710
|
return $toString.call(it);
|
|
30820
30711
|
};
|
|
30821
30712
|
|
|
30822
30713
|
(module.exports = function(O, key, val, safe){
|
|
30823
30714
|
if(typeof val == 'function'){
|
|
30824
|
-
|
|
30825
|
-
|
|
30715
|
+
hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));
|
|
30716
|
+
if(!('name' in val))val.name = key;
|
|
30826
30717
|
}
|
|
30827
30718
|
if(O === global){
|
|
30828
30719
|
O[key] = val;
|
|
@@ -30833,7 +30724,7 @@ _dereq_(222).inspectSource = function(it){
|
|
|
30833
30724
|
})(Function.prototype, TO_STRING, function toString(){
|
|
30834
30725
|
return typeof this == 'function' && this[SRC] || $toString.call(this);
|
|
30835
30726
|
});
|
|
30836
|
-
},{"
|
|
30727
|
+
},{"220":220,"232":232,"234":234,"281":281}],261:[function(_dereq_,module,exports){
|
|
30837
30728
|
module.exports = function(regExp, replace){
|
|
30838
30729
|
var replacer = replace === Object(replace) ? function(part){
|
|
30839
30730
|
return replace[part];
|
|
@@ -30842,78 +30733,69 @@ module.exports = function(regExp, replace){
|
|
|
30842
30733
|
return String(it).replace(regExp, replacer);
|
|
30843
30734
|
};
|
|
30844
30735
|
};
|
|
30845
|
-
},{}],
|
|
30736
|
+
},{}],262:[function(_dereq_,module,exports){
|
|
30846
30737
|
module.exports = Object.is || function is(x, y){
|
|
30847
30738
|
return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
|
|
30848
30739
|
};
|
|
30849
|
-
},{}],
|
|
30740
|
+
},{}],263:[function(_dereq_,module,exports){
|
|
30850
30741
|
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
30851
30742
|
/* eslint-disable no-proto */
|
|
30852
|
-
var getDesc = _dereq_(
|
|
30853
|
-
, isObject = _dereq_(
|
|
30743
|
+
var getDesc = _dereq_(248).getDesc
|
|
30744
|
+
, isObject = _dereq_(240)
|
|
30854
30745
|
, anObject = _dereq_(210);
|
|
30855
30746
|
var check = function(O, proto){
|
|
30856
30747
|
anObject(O);
|
|
30857
30748
|
if(!isObject(proto) && proto !== null)throw TypeError(proto + ": can't set as prototype!");
|
|
30858
30749
|
};
|
|
30859
30750
|
module.exports = {
|
|
30860
|
-
set: Object.setPrototypeOf || ('__proto__' in {}
|
|
30861
|
-
function(
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
buggy =
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30751
|
+
set: Object.setPrototypeOf || ('__proto__' in {} // eslint-disable-line
|
|
30752
|
+
? function(buggy, set){
|
|
30753
|
+
try {
|
|
30754
|
+
set = _dereq_(221)(Function.call, getDesc(Object.prototype, '__proto__').set, 2);
|
|
30755
|
+
set({}, []);
|
|
30756
|
+
} catch(e){ buggy = true; }
|
|
30757
|
+
return function setPrototypeOf(O, proto){
|
|
30758
|
+
check(O, proto);
|
|
30759
|
+
if(buggy)O.__proto__ = proto;
|
|
30760
|
+
else set(O, proto);
|
|
30761
|
+
return O;
|
|
30762
|
+
};
|
|
30763
|
+
}()
|
|
30764
|
+
: undefined),
|
|
30874
30765
|
check: check
|
|
30875
30766
|
};
|
|
30876
|
-
},{"210":210,"
|
|
30877
|
-
var global = _dereq_(
|
|
30767
|
+
},{"210":210,"221":221,"240":240,"248":248}],264:[function(_dereq_,module,exports){
|
|
30768
|
+
var global = _dereq_(232)
|
|
30878
30769
|
, SHARED = '__core-js_shared__'
|
|
30879
30770
|
, store = global[SHARED] || (global[SHARED] = {});
|
|
30880
30771
|
module.exports = function(key){
|
|
30881
30772
|
return store[key] || (store[key] = {});
|
|
30882
30773
|
};
|
|
30883
|
-
},{"
|
|
30774
|
+
},{"232":232}],265:[function(_dereq_,module,exports){
|
|
30884
30775
|
// 20.2.2.28 Math.sign(x)
|
|
30885
30776
|
module.exports = Math.sign || function sign(x){
|
|
30886
30777
|
return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;
|
|
30887
30778
|
};
|
|
30888
|
-
},{}],
|
|
30889
|
-
// 7.3.20 SpeciesConstructor(O, defaultConstructor)
|
|
30890
|
-
var anObject = _dereq_(210)
|
|
30891
|
-
, aFunction = _dereq_(209)
|
|
30892
|
-
, SPECIES = _dereq_(288)('species');
|
|
30893
|
-
module.exports = function(O, D){
|
|
30894
|
-
var C = anObject(O).constructor, S;
|
|
30895
|
-
return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);
|
|
30896
|
-
};
|
|
30897
|
-
},{"209":209,"210":210,"288":288}],271:[function(_dereq_,module,exports){
|
|
30779
|
+
},{}],266:[function(_dereq_,module,exports){
|
|
30898
30780
|
'use strict';
|
|
30899
|
-
var $ = _dereq_(
|
|
30900
|
-
, SPECIES = _dereq_(
|
|
30781
|
+
var $ = _dereq_(248)
|
|
30782
|
+
, SPECIES = _dereq_(283)('species');
|
|
30901
30783
|
module.exports = function(C){
|
|
30902
|
-
if(_dereq_(
|
|
30784
|
+
if(_dereq_(273) && !(SPECIES in C))$.setDesc(C, SPECIES, {
|
|
30903
30785
|
configurable: true,
|
|
30904
30786
|
get: function(){ return this; }
|
|
30905
30787
|
});
|
|
30906
30788
|
};
|
|
30907
|
-
},{"
|
|
30789
|
+
},{"248":248,"273":273,"283":283}],267:[function(_dereq_,module,exports){
|
|
30908
30790
|
module.exports = function(it, Constructor, name){
|
|
30909
30791
|
if(!(it instanceof Constructor))throw TypeError(name + ": use the 'new' operator!");
|
|
30910
30792
|
return it;
|
|
30911
30793
|
};
|
|
30912
|
-
},{}],
|
|
30794
|
+
},{}],268:[function(_dereq_,module,exports){
|
|
30913
30795
|
// true -> String#at
|
|
30914
30796
|
// false -> String#codePointAt
|
|
30915
|
-
var toInteger = _dereq_(
|
|
30916
|
-
, defined = _dereq_(
|
|
30797
|
+
var toInteger = _dereq_(277)
|
|
30798
|
+
, defined = _dereq_(223);
|
|
30917
30799
|
module.exports = function(TO_STRING){
|
|
30918
30800
|
return function(that, pos){
|
|
30919
30801
|
var s = String(defined(that))
|
|
@@ -30928,20 +30810,20 @@ module.exports = function(TO_STRING){
|
|
|
30928
30810
|
: TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
|
|
30929
30811
|
};
|
|
30930
30812
|
};
|
|
30931
|
-
},{"
|
|
30813
|
+
},{"223":223,"277":277}],269:[function(_dereq_,module,exports){
|
|
30932
30814
|
// helper for String#{startsWith, endsWith, includes}
|
|
30933
|
-
var
|
|
30934
|
-
,
|
|
30815
|
+
var defined = _dereq_(223)
|
|
30816
|
+
, cof = _dereq_(215);
|
|
30935
30817
|
|
|
30936
30818
|
module.exports = function(that, searchString, NAME){
|
|
30937
|
-
if(
|
|
30819
|
+
if(cof(searchString) == 'RegExp')throw TypeError('String#' + NAME + " doesn't accept regex!");
|
|
30938
30820
|
return String(defined(that));
|
|
30939
30821
|
};
|
|
30940
|
-
},{"
|
|
30822
|
+
},{"215":215,"223":223}],270:[function(_dereq_,module,exports){
|
|
30941
30823
|
// https://github.com/ljharb/proposal-string-pad-left-right
|
|
30942
|
-
var toLength = _dereq_(
|
|
30943
|
-
, repeat = _dereq_(
|
|
30944
|
-
, defined = _dereq_(
|
|
30824
|
+
var toLength = _dereq_(279)
|
|
30825
|
+
, repeat = _dereq_(271)
|
|
30826
|
+
, defined = _dereq_(223);
|
|
30945
30827
|
|
|
30946
30828
|
module.exports = function(that, maxLength, fillString, left){
|
|
30947
30829
|
var S = String(defined(that))
|
|
@@ -30952,13 +30834,15 @@ module.exports = function(that, maxLength, fillString, left){
|
|
|
30952
30834
|
if(fillStr == '')fillStr = ' ';
|
|
30953
30835
|
var fillLen = intMaxLength - stringLength
|
|
30954
30836
|
, stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length));
|
|
30955
|
-
if(stringFiller.length > fillLen)stringFiller =
|
|
30837
|
+
if(stringFiller.length > fillLen)stringFiller = left
|
|
30838
|
+
? stringFiller.slice(stringFiller.length - fillLen)
|
|
30839
|
+
: stringFiller.slice(0, fillLen);
|
|
30956
30840
|
return left ? stringFiller + S : S + stringFiller;
|
|
30957
30841
|
};
|
|
30958
|
-
},{"
|
|
30842
|
+
},{"223":223,"271":271,"279":279}],271:[function(_dereq_,module,exports){
|
|
30959
30843
|
'use strict';
|
|
30960
|
-
var toInteger = _dereq_(
|
|
30961
|
-
, defined = _dereq_(
|
|
30844
|
+
var toInteger = _dereq_(277)
|
|
30845
|
+
, defined = _dereq_(223);
|
|
30962
30846
|
|
|
30963
30847
|
module.exports = function repeat(count){
|
|
30964
30848
|
var str = String(defined(this))
|
|
@@ -30968,7 +30852,7 @@ module.exports = function repeat(count){
|
|
|
30968
30852
|
for(;n > 0; (n >>>= 1) && (str += str))if(n & 1)res += str;
|
|
30969
30853
|
return res;
|
|
30970
30854
|
};
|
|
30971
|
-
},{"
|
|
30855
|
+
},{"223":223,"277":277}],272:[function(_dereq_,module,exports){
|
|
30972
30856
|
// 1 -> String#trimLeft
|
|
30973
30857
|
// 2 -> String#trimRight
|
|
30974
30858
|
// 3 -> String#trim
|
|
@@ -30979,8 +30863,8 @@ var trim = function(string, TYPE){
|
|
|
30979
30863
|
return string;
|
|
30980
30864
|
};
|
|
30981
30865
|
|
|
30982
|
-
var $def = _dereq_(
|
|
30983
|
-
, defined = _dereq_(
|
|
30866
|
+
var $def = _dereq_(222)
|
|
30867
|
+
, defined = _dereq_(223)
|
|
30984
30868
|
, spaces = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003' +
|
|
30985
30869
|
'\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'
|
|
30986
30870
|
, space = '[' + spaces + ']'
|
|
@@ -30991,30 +30875,30 @@ var $def = _dereq_(224)
|
|
|
30991
30875
|
module.exports = function(KEY, exec){
|
|
30992
30876
|
var exp = {};
|
|
30993
30877
|
exp[KEY] = exec(trim);
|
|
30994
|
-
$def($def.P + $def.F * _dereq_(
|
|
30878
|
+
$def($def.P + $def.F * _dereq_(227)(function(){
|
|
30995
30879
|
return !!spaces[KEY]() || non[KEY]() != non;
|
|
30996
30880
|
}), 'String', exp);
|
|
30997
30881
|
};
|
|
30998
|
-
},{"
|
|
30882
|
+
},{"222":222,"223":223,"227":227}],273:[function(_dereq_,module,exports){
|
|
30999
30883
|
// Thank's IE8 for his funny defineProperty
|
|
31000
|
-
module.exports = !_dereq_(
|
|
30884
|
+
module.exports = !_dereq_(227)(function(){
|
|
31001
30885
|
return Object.defineProperty({}, 'a', {get: function(){ return 7; }}).a != 7;
|
|
31002
30886
|
});
|
|
31003
|
-
},{"
|
|
31004
|
-
var
|
|
31005
|
-
,
|
|
31006
|
-
, TAG
|
|
30887
|
+
},{"227":227}],274:[function(_dereq_,module,exports){
|
|
30888
|
+
var has = _dereq_(233)
|
|
30889
|
+
, hide = _dereq_(234)
|
|
30890
|
+
, TAG = _dereq_(283)('toStringTag');
|
|
31007
30891
|
|
|
31008
30892
|
module.exports = function(it, tag, stat){
|
|
31009
|
-
if(it && !has(it = stat ? it : it.prototype, TAG))
|
|
30893
|
+
if(it && !has(it = stat ? it : it.prototype, TAG))hide(it, TAG, tag);
|
|
31010
30894
|
};
|
|
31011
|
-
},{"
|
|
30895
|
+
},{"233":233,"234":234,"283":283}],275:[function(_dereq_,module,exports){
|
|
31012
30896
|
'use strict';
|
|
31013
|
-
var ctx = _dereq_(
|
|
31014
|
-
, invoke = _dereq_(
|
|
31015
|
-
, html = _dereq_(
|
|
31016
|
-
, cel = _dereq_(
|
|
31017
|
-
, global = _dereq_(
|
|
30897
|
+
var ctx = _dereq_(221)
|
|
30898
|
+
, invoke = _dereq_(236)
|
|
30899
|
+
, html = _dereq_(235)
|
|
30900
|
+
, cel = _dereq_(224)
|
|
30901
|
+
, global = _dereq_(232)
|
|
31018
30902
|
, process = global.process
|
|
31019
30903
|
, setTask = global.setImmediate
|
|
31020
30904
|
, clearTask = global.clearImmediate
|
|
@@ -31049,7 +30933,7 @@ if(!setTask || !clearTask){
|
|
|
31049
30933
|
delete queue[id];
|
|
31050
30934
|
};
|
|
31051
30935
|
// Node.js 0.8-
|
|
31052
|
-
if(_dereq_(
|
|
30936
|
+
if(_dereq_(215)(process) == 'process'){
|
|
31053
30937
|
defer = function(id){
|
|
31054
30938
|
process.nextTick(ctx(run, id, 1));
|
|
31055
30939
|
};
|
|
@@ -31061,7 +30945,7 @@ if(!setTask || !clearTask){
|
|
|
31061
30945
|
defer = ctx(port.postMessage, port, 1);
|
|
31062
30946
|
// Browsers with postMessage, skip WebWorkers
|
|
31063
30947
|
// IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
|
|
31064
|
-
} else if(global.addEventListener && typeof postMessage == 'function' && !global.
|
|
30948
|
+
} else if(global.addEventListener && typeof postMessage == 'function' && !global.importScript){
|
|
31065
30949
|
defer = function(id){
|
|
31066
30950
|
global.postMessage(id + '', '*');
|
|
31067
30951
|
};
|
|
@@ -31085,93 +30969,91 @@ module.exports = {
|
|
|
31085
30969
|
set: setTask,
|
|
31086
30970
|
clear: clearTask
|
|
31087
30971
|
};
|
|
31088
|
-
},{"
|
|
31089
|
-
var toInteger = _dereq_(
|
|
30972
|
+
},{"215":215,"221":221,"224":224,"232":232,"235":235,"236":236}],276:[function(_dereq_,module,exports){
|
|
30973
|
+
var toInteger = _dereq_(277)
|
|
31090
30974
|
, max = Math.max
|
|
31091
30975
|
, min = Math.min;
|
|
31092
30976
|
module.exports = function(index, length){
|
|
31093
30977
|
index = toInteger(index);
|
|
31094
30978
|
return index < 0 ? max(index + length, 0) : min(index, length);
|
|
31095
30979
|
};
|
|
31096
|
-
},{"
|
|
30980
|
+
},{"277":277}],277:[function(_dereq_,module,exports){
|
|
31097
30981
|
// 7.1.4 ToInteger
|
|
31098
30982
|
var ceil = Math.ceil
|
|
31099
30983
|
, floor = Math.floor;
|
|
31100
30984
|
module.exports = function(it){
|
|
31101
30985
|
return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
|
|
31102
30986
|
};
|
|
31103
|
-
},{}],
|
|
31104
|
-
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
31105
|
-
var IObject = _dereq_(
|
|
31106
|
-
, defined = _dereq_(
|
|
31107
|
-
module.exports = function(it){
|
|
31108
|
-
return IObject(defined(it));
|
|
30987
|
+
},{}],278:[function(_dereq_,module,exports){
|
|
30988
|
+
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
30989
|
+
var IObject = _dereq_(237)
|
|
30990
|
+
, defined = _dereq_(223);
|
|
30991
|
+
module.exports = function(it){
|
|
30992
|
+
return IObject(defined(it));
|
|
31109
30993
|
};
|
|
31110
|
-
},{"
|
|
30994
|
+
},{"223":223,"237":237}],279:[function(_dereq_,module,exports){
|
|
31111
30995
|
// 7.1.15 ToLength
|
|
31112
|
-
var toInteger = _dereq_(
|
|
30996
|
+
var toInteger = _dereq_(277)
|
|
31113
30997
|
, min = Math.min;
|
|
31114
30998
|
module.exports = function(it){
|
|
31115
30999
|
return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
|
|
31116
31000
|
};
|
|
31117
|
-
},{"
|
|
31001
|
+
},{"277":277}],280:[function(_dereq_,module,exports){
|
|
31118
31002
|
// 7.1.13 ToObject(argument)
|
|
31119
|
-
var defined = _dereq_(
|
|
31003
|
+
var defined = _dereq_(223);
|
|
31120
31004
|
module.exports = function(it){
|
|
31121
31005
|
return Object(defined(it));
|
|
31122
31006
|
};
|
|
31123
|
-
},{"
|
|
31007
|
+
},{"223":223}],281:[function(_dereq_,module,exports){
|
|
31124
31008
|
var id = 0
|
|
31125
31009
|
, px = Math.random();
|
|
31126
31010
|
module.exports = function(key){
|
|
31127
31011
|
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
|
|
31128
31012
|
};
|
|
31129
|
-
},{}],
|
|
31013
|
+
},{}],282:[function(_dereq_,module,exports){
|
|
31130
31014
|
// 22.1.3.31 Array.prototype[@@unscopables]
|
|
31131
|
-
var UNSCOPABLES = _dereq_(
|
|
31132
|
-
if(
|
|
31015
|
+
var UNSCOPABLES = _dereq_(283)('unscopables');
|
|
31016
|
+
if(!(UNSCOPABLES in []))_dereq_(234)(Array.prototype, UNSCOPABLES, {});
|
|
31133
31017
|
module.exports = function(key){
|
|
31134
31018
|
[][UNSCOPABLES][key] = true;
|
|
31135
31019
|
};
|
|
31136
|
-
},{"
|
|
31137
|
-
var store = _dereq_(
|
|
31138
|
-
, Symbol = _dereq_(
|
|
31020
|
+
},{"234":234,"283":283}],283:[function(_dereq_,module,exports){
|
|
31021
|
+
var store = _dereq_(264)('wks')
|
|
31022
|
+
, Symbol = _dereq_(232).Symbol;
|
|
31139
31023
|
module.exports = function(name){
|
|
31140
31024
|
return store[name] || (store[name] =
|
|
31141
|
-
Symbol && Symbol[name] || (Symbol || _dereq_(
|
|
31142
|
-
};
|
|
31143
|
-
},{"
|
|
31144
|
-
var classof = _dereq_(
|
|
31145
|
-
, ITERATOR = _dereq_(
|
|
31146
|
-
, Iterators = _dereq_(
|
|
31147
|
-
module.exports = _dereq_(
|
|
31148
|
-
if(it != undefined)return it[ITERATOR]
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
};
|
|
31152
|
-
},{"216":216,"222":222,"251":251,"288":288}],290:[function(_dereq_,module,exports){
|
|
31025
|
+
Symbol && Symbol[name] || (Symbol || _dereq_(281))('Symbol.' + name));
|
|
31026
|
+
};
|
|
31027
|
+
},{"232":232,"264":264,"281":281}],284:[function(_dereq_,module,exports){
|
|
31028
|
+
var classof = _dereq_(214)
|
|
31029
|
+
, ITERATOR = _dereq_(283)('iterator')
|
|
31030
|
+
, Iterators = _dereq_(247);
|
|
31031
|
+
module.exports = _dereq_(220).getIteratorMethod = function(it){
|
|
31032
|
+
if(it != undefined)return it[ITERATOR] || it['@@iterator'] || Iterators[classof(it)];
|
|
31033
|
+
};
|
|
31034
|
+
},{"214":214,"220":220,"247":247,"283":283}],285:[function(_dereq_,module,exports){
|
|
31153
31035
|
'use strict';
|
|
31154
|
-
var $ = _dereq_(
|
|
31155
|
-
, SUPPORT_DESC = _dereq_(
|
|
31156
|
-
, createDesc = _dereq_(
|
|
31157
|
-
, html = _dereq_(
|
|
31158
|
-
, cel = _dereq_(
|
|
31159
|
-
, has = _dereq_(
|
|
31160
|
-
, cof = _dereq_(
|
|
31161
|
-
, $def = _dereq_(
|
|
31162
|
-
, invoke = _dereq_(
|
|
31163
|
-
, arrayMethod = _dereq_(
|
|
31164
|
-
, IE_PROTO = _dereq_(
|
|
31165
|
-
, isObject = _dereq_(
|
|
31036
|
+
var $ = _dereq_(248)
|
|
31037
|
+
, SUPPORT_DESC = _dereq_(273)
|
|
31038
|
+
, createDesc = _dereq_(259)
|
|
31039
|
+
, html = _dereq_(235)
|
|
31040
|
+
, cel = _dereq_(224)
|
|
31041
|
+
, has = _dereq_(233)
|
|
31042
|
+
, cof = _dereq_(215)
|
|
31043
|
+
, $def = _dereq_(222)
|
|
31044
|
+
, invoke = _dereq_(236)
|
|
31045
|
+
, arrayMethod = _dereq_(212)
|
|
31046
|
+
, IE_PROTO = _dereq_(281)('__proto__')
|
|
31047
|
+
, isObject = _dereq_(240)
|
|
31166
31048
|
, anObject = _dereq_(210)
|
|
31167
31049
|
, aFunction = _dereq_(209)
|
|
31168
|
-
, toObject = _dereq_(
|
|
31169
|
-
, toIObject = _dereq_(
|
|
31170
|
-
, toInteger = _dereq_(
|
|
31171
|
-
, toIndex = _dereq_(
|
|
31172
|
-
, toLength = _dereq_(
|
|
31173
|
-
, IObject = _dereq_(
|
|
31174
|
-
, fails = _dereq_(
|
|
31050
|
+
, toObject = _dereq_(280)
|
|
31051
|
+
, toIObject = _dereq_(278)
|
|
31052
|
+
, toInteger = _dereq_(277)
|
|
31053
|
+
, toIndex = _dereq_(276)
|
|
31054
|
+
, toLength = _dereq_(279)
|
|
31055
|
+
, IObject = _dereq_(237)
|
|
31056
|
+
, fails = _dereq_(227)
|
|
31175
31057
|
, ObjectProto = Object.prototype
|
|
31176
31058
|
, A = []
|
|
31177
31059
|
, _slice = A.slice
|
|
@@ -31179,7 +31061,7 @@ var $ = _dereq_(252)
|
|
|
31179
31061
|
, defineProperty = $.setDesc
|
|
31180
31062
|
, getOwnDescriptor = $.getDesc
|
|
31181
31063
|
, defineProperties = $.setDescs
|
|
31182
|
-
, $indexOf = _dereq_(
|
|
31064
|
+
, $indexOf = _dereq_(211)(false)
|
|
31183
31065
|
, factories = {}
|
|
31184
31066
|
, IE8_DOM_DEFINE;
|
|
31185
31067
|
|
|
@@ -31340,7 +31222,7 @@ $def($def.P + $def.F * (IObject != Object), 'Array', {
|
|
|
31340
31222
|
});
|
|
31341
31223
|
|
|
31342
31224
|
// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
|
|
31343
|
-
$def($def.S, 'Array', {isArray:
|
|
31225
|
+
$def($def.S, 'Array', {isArray: function(arg){ return cof(arg) == 'Array'; }});
|
|
31344
31226
|
|
|
31345
31227
|
var createArrayReduce = function(isRight){
|
|
31346
31228
|
return function(callbackfn, memo){
|
|
@@ -31425,81 +31307,113 @@ $def($def.P + $def.F * brokenDate, 'Date', {
|
|
|
31425
31307
|
':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z';
|
|
31426
31308
|
}
|
|
31427
31309
|
});
|
|
31428
|
-
},{"209":209,"210":210,"
|
|
31429
|
-
// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
|
|
31310
|
+
},{"209":209,"210":210,"211":211,"212":212,"215":215,"222":222,"224":224,"227":227,"233":233,"235":235,"236":236,"237":237,"240":240,"248":248,"259":259,"273":273,"276":276,"277":277,"278":278,"279":279,"280":280,"281":281}],286:[function(_dereq_,module,exports){
|
|
31430
31311
|
'use strict';
|
|
31431
|
-
var $def
|
|
31432
|
-
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
|
|
31438
|
-
var
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31312
|
+
var $def = _dereq_(222)
|
|
31313
|
+
, toObject = _dereq_(280)
|
|
31314
|
+
, toIndex = _dereq_(276)
|
|
31315
|
+
, toLength = _dereq_(279);
|
|
31316
|
+
$def($def.P, 'Array', {
|
|
31317
|
+
// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
|
|
31318
|
+
copyWithin: function copyWithin(target/* = 0 */, start /* = 0, end = @length */){
|
|
31319
|
+
var O = toObject(this)
|
|
31320
|
+
, len = toLength(O.length)
|
|
31321
|
+
, to = toIndex(target, len)
|
|
31322
|
+
, from = toIndex(start, len)
|
|
31323
|
+
, end = arguments[2]
|
|
31324
|
+
, fin = end === undefined ? len : toIndex(end, len)
|
|
31325
|
+
, count = Math.min(fin - from, len - to)
|
|
31326
|
+
, inc = 1;
|
|
31327
|
+
if(from < to && to < from + count){
|
|
31328
|
+
inc = -1;
|
|
31329
|
+
from = from + count - 1;
|
|
31330
|
+
to = to + count - 1;
|
|
31331
|
+
}
|
|
31332
|
+
while(count-- > 0){
|
|
31333
|
+
if(from in O)O[to] = O[from];
|
|
31334
|
+
else delete O[to];
|
|
31335
|
+
to += inc;
|
|
31336
|
+
from += inc;
|
|
31337
|
+
} return O;
|
|
31338
|
+
}
|
|
31339
|
+
});
|
|
31340
|
+
_dereq_(282)('copyWithin');
|
|
31341
|
+
},{"222":222,"276":276,"279":279,"280":280,"282":282}],287:[function(_dereq_,module,exports){
|
|
31342
|
+
'use strict';
|
|
31343
|
+
var $def = _dereq_(222)
|
|
31344
|
+
, toObject = _dereq_(280)
|
|
31345
|
+
, toIndex = _dereq_(276)
|
|
31346
|
+
, toLength = _dereq_(279);
|
|
31347
|
+
$def($def.P, 'Array', {
|
|
31348
|
+
// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
|
|
31349
|
+
fill: function fill(value /*, start = 0, end = @length */){
|
|
31350
|
+
var O = toObject(this, true)
|
|
31351
|
+
, length = toLength(O.length)
|
|
31352
|
+
, index = toIndex(arguments[1], length)
|
|
31353
|
+
, end = arguments[2]
|
|
31354
|
+
, endPos = end === undefined ? length : toIndex(end, length);
|
|
31355
|
+
while(endPos > index)O[index++] = value;
|
|
31356
|
+
return O;
|
|
31357
|
+
}
|
|
31358
|
+
});
|
|
31359
|
+
_dereq_(282)('fill');
|
|
31360
|
+
},{"222":222,"276":276,"279":279,"280":280,"282":282}],288:[function(_dereq_,module,exports){
|
|
31444
31361
|
'use strict';
|
|
31445
31362
|
// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)
|
|
31446
31363
|
var KEY = 'findIndex'
|
|
31447
|
-
, $def = _dereq_(
|
|
31364
|
+
, $def = _dereq_(222)
|
|
31448
31365
|
, forced = true
|
|
31449
|
-
, $find = _dereq_(
|
|
31366
|
+
, $find = _dereq_(212)(6);
|
|
31450
31367
|
// Shouldn't skip holes
|
|
31451
31368
|
if(KEY in [])Array(1)[KEY](function(){ forced = false; });
|
|
31452
31369
|
$def($def.P + $def.F * forced, 'Array', {
|
|
31453
31370
|
findIndex: function findIndex(callbackfn/*, that = undefined */){
|
|
31454
|
-
return $find(this, callbackfn, arguments
|
|
31371
|
+
return $find(this, callbackfn, arguments[1]);
|
|
31455
31372
|
}
|
|
31456
31373
|
});
|
|
31457
|
-
_dereq_(
|
|
31458
|
-
},{"
|
|
31374
|
+
_dereq_(282)(KEY);
|
|
31375
|
+
},{"212":212,"222":222,"282":282}],289:[function(_dereq_,module,exports){
|
|
31459
31376
|
'use strict';
|
|
31460
31377
|
// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)
|
|
31461
31378
|
var KEY = 'find'
|
|
31462
|
-
, $def = _dereq_(
|
|
31379
|
+
, $def = _dereq_(222)
|
|
31463
31380
|
, forced = true
|
|
31464
|
-
, $find = _dereq_(
|
|
31381
|
+
, $find = _dereq_(212)(5);
|
|
31465
31382
|
// Shouldn't skip holes
|
|
31466
31383
|
if(KEY in [])Array(1)[KEY](function(){ forced = false; });
|
|
31467
31384
|
$def($def.P + $def.F * forced, 'Array', {
|
|
31468
31385
|
find: function find(callbackfn/*, that = undefined */){
|
|
31469
|
-
return $find(this, callbackfn, arguments
|
|
31386
|
+
return $find(this, callbackfn, arguments[1]);
|
|
31470
31387
|
}
|
|
31471
31388
|
});
|
|
31472
|
-
_dereq_(
|
|
31473
|
-
},{"
|
|
31389
|
+
_dereq_(282)(KEY);
|
|
31390
|
+
},{"212":212,"222":222,"282":282}],290:[function(_dereq_,module,exports){
|
|
31474
31391
|
'use strict';
|
|
31475
|
-
var ctx = _dereq_(
|
|
31476
|
-
, $def = _dereq_(
|
|
31477
|
-
, toObject = _dereq_(
|
|
31478
|
-
, call = _dereq_(
|
|
31479
|
-
, isArrayIter = _dereq_(
|
|
31480
|
-
, toLength = _dereq_(
|
|
31481
|
-
, getIterFn = _dereq_(
|
|
31482
|
-
$def($def.S + $def.F * !_dereq_(
|
|
31392
|
+
var ctx = _dereq_(221)
|
|
31393
|
+
, $def = _dereq_(222)
|
|
31394
|
+
, toObject = _dereq_(280)
|
|
31395
|
+
, call = _dereq_(242)
|
|
31396
|
+
, isArrayIter = _dereq_(238)
|
|
31397
|
+
, toLength = _dereq_(279)
|
|
31398
|
+
, getIterFn = _dereq_(284);
|
|
31399
|
+
$def($def.S + $def.F * !_dereq_(245)(function(iter){ Array.from(iter); }), 'Array', {
|
|
31483
31400
|
// 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)
|
|
31484
31401
|
from: function from(arrayLike/*, mapfn = undefined, thisArg = undefined*/){
|
|
31485
31402
|
var O = toObject(arrayLike)
|
|
31486
31403
|
, C = typeof this == 'function' ? this : Array
|
|
31487
|
-
,
|
|
31488
|
-
, $$len = $$.length
|
|
31489
|
-
, mapfn = $$len > 1 ? $$[1] : undefined
|
|
31404
|
+
, mapfn = arguments[1]
|
|
31490
31405
|
, mapping = mapfn !== undefined
|
|
31491
31406
|
, index = 0
|
|
31492
31407
|
, iterFn = getIterFn(O)
|
|
31493
31408
|
, length, result, step, iterator;
|
|
31494
|
-
if(mapping)mapfn = ctx(mapfn,
|
|
31409
|
+
if(mapping)mapfn = ctx(mapfn, arguments[2], 2);
|
|
31495
31410
|
// if object isn't iterable or it's array with default iterator - use simple case
|
|
31496
31411
|
if(iterFn != undefined && !(C == Array && isArrayIter(iterFn))){
|
|
31497
31412
|
for(iterator = iterFn.call(O), result = new C; !(step = iterator.next()).done; index++){
|
|
31498
31413
|
result[index] = mapping ? call(iterator, mapfn, [step.value, index], true) : step.value;
|
|
31499
31414
|
}
|
|
31500
31415
|
} else {
|
|
31501
|
-
length = toLength(O.length);
|
|
31502
|
-
for(result = new C(length); length > index; index++){
|
|
31416
|
+
for(result = new C(length = toLength(O.length)); length > index; index++){
|
|
31503
31417
|
result[index] = mapping ? mapfn(O[index], index) : O[index];
|
|
31504
31418
|
}
|
|
31505
31419
|
}
|
|
@@ -31507,19 +31421,18 @@ $def($def.S + $def.F * !_dereq_(249)(function(iter){ Array.from(iter); }), 'Arra
|
|
|
31507
31421
|
return result;
|
|
31508
31422
|
}
|
|
31509
31423
|
});
|
|
31510
|
-
|
|
31511
|
-
},{"223":223,"224":224,"241":241,"246":246,"249":249,"284":284,"285":285,"289":289}],296:[function(_dereq_,module,exports){
|
|
31424
|
+
},{"221":221,"222":222,"238":238,"242":242,"245":245,"279":279,"280":280,"284":284}],291:[function(_dereq_,module,exports){
|
|
31512
31425
|
'use strict';
|
|
31513
|
-
var setUnscope = _dereq_(
|
|
31514
|
-
, step = _dereq_(
|
|
31515
|
-
, Iterators = _dereq_(
|
|
31516
|
-
, toIObject = _dereq_(
|
|
31426
|
+
var setUnscope = _dereq_(282)
|
|
31427
|
+
, step = _dereq_(246)
|
|
31428
|
+
, Iterators = _dereq_(247)
|
|
31429
|
+
, toIObject = _dereq_(278);
|
|
31517
31430
|
|
|
31518
31431
|
// 22.1.3.4 Array.prototype.entries()
|
|
31519
31432
|
// 22.1.3.13 Array.prototype.keys()
|
|
31520
31433
|
// 22.1.3.29 Array.prototype.values()
|
|
31521
31434
|
// 22.1.3.30 Array.prototype[@@iterator]()
|
|
31522
|
-
_dereq_(
|
|
31435
|
+
_dereq_(244)(Array, 'Array', function(iterated, kind){
|
|
31523
31436
|
this._t = toIObject(iterated); // target
|
|
31524
31437
|
this._i = 0; // next index
|
|
31525
31438
|
this._k = kind; // kind
|
|
@@ -31543,33 +31456,27 @@ Iterators.Arguments = Iterators.Array;
|
|
|
31543
31456
|
setUnscope('keys');
|
|
31544
31457
|
setUnscope('values');
|
|
31545
31458
|
setUnscope('entries');
|
|
31546
|
-
},{"
|
|
31459
|
+
},{"244":244,"246":246,"247":247,"278":278,"282":282}],292:[function(_dereq_,module,exports){
|
|
31547
31460
|
'use strict';
|
|
31548
|
-
var $def = _dereq_(
|
|
31549
|
-
|
|
31550
|
-
// WebKit Array.of isn't generic
|
|
31551
|
-
$def($def.S + $def.F * _dereq_(230)(function(){
|
|
31552
|
-
function F(){}
|
|
31553
|
-
return !(Array.of.call(F) instanceof F);
|
|
31554
|
-
}), 'Array', {
|
|
31461
|
+
var $def = _dereq_(222);
|
|
31462
|
+
$def($def.S, 'Array', {
|
|
31555
31463
|
// 22.1.2.3 Array.of( ...items)
|
|
31556
31464
|
of: function of(/* ...args */){
|
|
31557
31465
|
var index = 0
|
|
31558
|
-
,
|
|
31559
|
-
,
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
result.length = $$len;
|
|
31466
|
+
, length = arguments.length
|
|
31467
|
+
, result = new (typeof this == 'function' ? this : Array)(length);
|
|
31468
|
+
while(length > index)result[index] = arguments[index++];
|
|
31469
|
+
result.length = length;
|
|
31563
31470
|
return result;
|
|
31564
31471
|
}
|
|
31565
31472
|
});
|
|
31566
|
-
},{"
|
|
31567
|
-
_dereq_(
|
|
31568
|
-
},{"
|
|
31473
|
+
},{"222":222}],293:[function(_dereq_,module,exports){
|
|
31474
|
+
_dereq_(266)(Array);
|
|
31475
|
+
},{"266":266}],294:[function(_dereq_,module,exports){
|
|
31569
31476
|
'use strict';
|
|
31570
|
-
var $ = _dereq_(
|
|
31571
|
-
, isObject = _dereq_(
|
|
31572
|
-
, HAS_INSTANCE = _dereq_(
|
|
31477
|
+
var $ = _dereq_(248)
|
|
31478
|
+
, isObject = _dereq_(240)
|
|
31479
|
+
, HAS_INSTANCE = _dereq_(283)('hasInstance')
|
|
31573
31480
|
, FunctionProto = Function.prototype;
|
|
31574
31481
|
// 19.2.3.6 Function.prototype[@@hasInstance](V)
|
|
31575
31482
|
if(!(HAS_INSTANCE in FunctionProto))$.setDesc(FunctionProto, HAS_INSTANCE, {value: function(O){
|
|
@@ -31579,15 +31486,15 @@ if(!(HAS_INSTANCE in FunctionProto))$.setDesc(FunctionProto, HAS_INSTANCE, {valu
|
|
|
31579
31486
|
while(O = $.getProto(O))if(this.prototype === O)return true;
|
|
31580
31487
|
return false;
|
|
31581
31488
|
}});
|
|
31582
|
-
},{"
|
|
31583
|
-
var setDesc = _dereq_(
|
|
31584
|
-
, createDesc = _dereq_(
|
|
31585
|
-
, has = _dereq_(
|
|
31489
|
+
},{"240":240,"248":248,"283":283}],295:[function(_dereq_,module,exports){
|
|
31490
|
+
var setDesc = _dereq_(248).setDesc
|
|
31491
|
+
, createDesc = _dereq_(259)
|
|
31492
|
+
, has = _dereq_(233)
|
|
31586
31493
|
, FProto = Function.prototype
|
|
31587
31494
|
, nameRE = /^\s*function ([^ (]*)/
|
|
31588
31495
|
, NAME = 'name';
|
|
31589
31496
|
// 19.2.4.2 name
|
|
31590
|
-
NAME in FProto || _dereq_(
|
|
31497
|
+
NAME in FProto || _dereq_(273) && setDesc(FProto, NAME, {
|
|
31591
31498
|
configurable: true,
|
|
31592
31499
|
get: function(){
|
|
31593
31500
|
var match = ('' + this).match(nameRE)
|
|
@@ -31596,13 +31503,13 @@ NAME in FProto || _dereq_(278) && setDesc(FProto, NAME, {
|
|
|
31596
31503
|
return name;
|
|
31597
31504
|
}
|
|
31598
31505
|
});
|
|
31599
|
-
},{"
|
|
31506
|
+
},{"233":233,"248":248,"259":259,"273":273}],296:[function(_dereq_,module,exports){
|
|
31600
31507
|
'use strict';
|
|
31601
|
-
var strong = _dereq_(
|
|
31508
|
+
var strong = _dereq_(216);
|
|
31602
31509
|
|
|
31603
31510
|
// 23.1 Map Objects
|
|
31604
|
-
_dereq_(
|
|
31605
|
-
return function Map(){ return get(this, arguments
|
|
31511
|
+
_dereq_(219)('Map', function(get){
|
|
31512
|
+
return function Map(){ return get(this, arguments[0]); };
|
|
31606
31513
|
}, {
|
|
31607
31514
|
// 23.1.3.6 Map.prototype.get(key)
|
|
31608
31515
|
get: function get(key){
|
|
@@ -31614,14 +31521,14 @@ _dereq_(221)('Map', function(get){
|
|
|
31614
31521
|
return strong.def(this, key === 0 ? 0 : key, value);
|
|
31615
31522
|
}
|
|
31616
31523
|
}, strong, true);
|
|
31617
|
-
},{"
|
|
31524
|
+
},{"216":216,"219":219}],297:[function(_dereq_,module,exports){
|
|
31618
31525
|
// 20.2.2.3 Math.acosh(x)
|
|
31619
|
-
var $def = _dereq_(
|
|
31620
|
-
, log1p = _dereq_(
|
|
31526
|
+
var $def = _dereq_(222)
|
|
31527
|
+
, log1p = _dereq_(251)
|
|
31621
31528
|
, sqrt = Math.sqrt
|
|
31622
31529
|
, $acosh = Math.acosh;
|
|
31623
31530
|
|
|
31624
|
-
// V8 bug https://code.google.com/p/v8/issues/detail?id=3509
|
|
31531
|
+
// V8 bug https://code.google.com/p/v8/issues/detail?id=3509
|
|
31625
31532
|
$def($def.S + $def.F * !($acosh && Math.floor($acosh(Number.MAX_VALUE)) == 710), 'Math', {
|
|
31626
31533
|
acosh: function acosh(x){
|
|
31627
31534
|
return (x = +x) < 1 ? NaN : x > 94906265.62425156
|
|
@@ -31629,46 +31536,46 @@ $def($def.S + $def.F * !($acosh && Math.floor($acosh(Number.MAX_VALUE)) == 710),
|
|
|
31629
31536
|
: log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));
|
|
31630
31537
|
}
|
|
31631
31538
|
});
|
|
31632
|
-
},{"
|
|
31539
|
+
},{"222":222,"251":251}],298:[function(_dereq_,module,exports){
|
|
31633
31540
|
// 20.2.2.5 Math.asinh(x)
|
|
31634
|
-
var $def = _dereq_(
|
|
31541
|
+
var $def = _dereq_(222);
|
|
31635
31542
|
|
|
31636
31543
|
function asinh(x){
|
|
31637
31544
|
return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1));
|
|
31638
31545
|
}
|
|
31639
31546
|
|
|
31640
31547
|
$def($def.S, 'Math', {asinh: asinh});
|
|
31641
|
-
},{"
|
|
31548
|
+
},{"222":222}],299:[function(_dereq_,module,exports){
|
|
31642
31549
|
// 20.2.2.7 Math.atanh(x)
|
|
31643
|
-
var $def = _dereq_(
|
|
31550
|
+
var $def = _dereq_(222);
|
|
31644
31551
|
|
|
31645
31552
|
$def($def.S, 'Math', {
|
|
31646
31553
|
atanh: function atanh(x){
|
|
31647
31554
|
return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2;
|
|
31648
31555
|
}
|
|
31649
31556
|
});
|
|
31650
|
-
},{"
|
|
31557
|
+
},{"222":222}],300:[function(_dereq_,module,exports){
|
|
31651
31558
|
// 20.2.2.9 Math.cbrt(x)
|
|
31652
|
-
var $def = _dereq_(
|
|
31653
|
-
, sign = _dereq_(
|
|
31559
|
+
var $def = _dereq_(222)
|
|
31560
|
+
, sign = _dereq_(265);
|
|
31654
31561
|
|
|
31655
31562
|
$def($def.S, 'Math', {
|
|
31656
31563
|
cbrt: function cbrt(x){
|
|
31657
31564
|
return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);
|
|
31658
31565
|
}
|
|
31659
31566
|
});
|
|
31660
|
-
},{"
|
|
31567
|
+
},{"222":222,"265":265}],301:[function(_dereq_,module,exports){
|
|
31661
31568
|
// 20.2.2.11 Math.clz32(x)
|
|
31662
|
-
var $def = _dereq_(
|
|
31569
|
+
var $def = _dereq_(222);
|
|
31663
31570
|
|
|
31664
31571
|
$def($def.S, 'Math', {
|
|
31665
31572
|
clz32: function clz32(x){
|
|
31666
31573
|
return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32;
|
|
31667
31574
|
}
|
|
31668
31575
|
});
|
|
31669
|
-
},{"
|
|
31576
|
+
},{"222":222}],302:[function(_dereq_,module,exports){
|
|
31670
31577
|
// 20.2.2.12 Math.cosh(x)
|
|
31671
|
-
var $def = _dereq_(
|
|
31578
|
+
var $def = _dereq_(222)
|
|
31672
31579
|
, exp = Math.exp;
|
|
31673
31580
|
|
|
31674
31581
|
$def($def.S, 'Math', {
|
|
@@ -31676,15 +31583,15 @@ $def($def.S, 'Math', {
|
|
|
31676
31583
|
return (exp(x = +x) + exp(-x)) / 2;
|
|
31677
31584
|
}
|
|
31678
31585
|
});
|
|
31679
|
-
},{"
|
|
31586
|
+
},{"222":222}],303:[function(_dereq_,module,exports){
|
|
31680
31587
|
// 20.2.2.14 Math.expm1(x)
|
|
31681
|
-
var $def = _dereq_(
|
|
31588
|
+
var $def = _dereq_(222);
|
|
31682
31589
|
|
|
31683
|
-
$def($def.S, 'Math', {expm1: _dereq_(
|
|
31684
|
-
},{"
|
|
31590
|
+
$def($def.S, 'Math', {expm1: _dereq_(226)});
|
|
31591
|
+
},{"222":222,"226":226}],304:[function(_dereq_,module,exports){
|
|
31685
31592
|
// 20.2.2.16 Math.fround(x)
|
|
31686
|
-
var $def = _dereq_(
|
|
31687
|
-
, sign = _dereq_(
|
|
31593
|
+
var $def = _dereq_(222)
|
|
31594
|
+
, sign = _dereq_(265)
|
|
31688
31595
|
, pow = Math.pow
|
|
31689
31596
|
, EPSILON = pow(2, -52)
|
|
31690
31597
|
, EPSILON32 = pow(2, -23)
|
|
@@ -31708,21 +31615,20 @@ $def($def.S, 'Math', {
|
|
|
31708
31615
|
return $sign * result;
|
|
31709
31616
|
}
|
|
31710
31617
|
});
|
|
31711
|
-
},{"
|
|
31618
|
+
},{"222":222,"265":265}],305:[function(_dereq_,module,exports){
|
|
31712
31619
|
// 20.2.2.17 Math.hypot([value1[, value2[, … ]]])
|
|
31713
|
-
var $def = _dereq_(
|
|
31620
|
+
var $def = _dereq_(222)
|
|
31714
31621
|
, abs = Math.abs;
|
|
31715
31622
|
|
|
31716
31623
|
$def($def.S, 'Math', {
|
|
31717
31624
|
hypot: function hypot(value1, value2){ // eslint-disable-line no-unused-vars
|
|
31718
|
-
var sum
|
|
31719
|
-
, i
|
|
31720
|
-
,
|
|
31721
|
-
,
|
|
31722
|
-
, larg = 0
|
|
31625
|
+
var sum = 0
|
|
31626
|
+
, i = 0
|
|
31627
|
+
, len = arguments.length
|
|
31628
|
+
, larg = 0
|
|
31723
31629
|
, arg, div;
|
|
31724
|
-
while(i <
|
|
31725
|
-
arg = abs(
|
|
31630
|
+
while(i < len){
|
|
31631
|
+
arg = abs(arguments[i++]);
|
|
31726
31632
|
if(larg < arg){
|
|
31727
31633
|
div = larg / arg;
|
|
31728
31634
|
sum = sum * div * div + 1;
|
|
@@ -31735,14 +31641,13 @@ $def($def.S, 'Math', {
|
|
|
31735
31641
|
return larg === Infinity ? Infinity : larg * Math.sqrt(sum);
|
|
31736
31642
|
}
|
|
31737
31643
|
});
|
|
31738
|
-
},{"
|
|
31644
|
+
},{"222":222}],306:[function(_dereq_,module,exports){
|
|
31739
31645
|
// 20.2.2.18 Math.imul(x, y)
|
|
31740
|
-
var $def
|
|
31741
|
-
, $imul = Math.imul;
|
|
31646
|
+
var $def = _dereq_(222);
|
|
31742
31647
|
|
|
31743
|
-
//
|
|
31744
|
-
$def($def.S + $def.F * _dereq_(
|
|
31745
|
-
return
|
|
31648
|
+
// WebKit fails with big numbers
|
|
31649
|
+
$def($def.S + $def.F * _dereq_(227)(function(){
|
|
31650
|
+
return Math.imul(0xffffffff, 5) != -5;
|
|
31746
31651
|
}), 'Math', {
|
|
31747
31652
|
imul: function imul(x, y){
|
|
31748
31653
|
var UINT16 = 0xffff
|
|
@@ -31753,54 +31658,51 @@ $def($def.S + $def.F * _dereq_(230)(function(){
|
|
|
31753
31658
|
return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);
|
|
31754
31659
|
}
|
|
31755
31660
|
});
|
|
31756
|
-
},{"
|
|
31661
|
+
},{"222":222,"227":227}],307:[function(_dereq_,module,exports){
|
|
31757
31662
|
// 20.2.2.21 Math.log10(x)
|
|
31758
|
-
var $def = _dereq_(
|
|
31663
|
+
var $def = _dereq_(222);
|
|
31759
31664
|
|
|
31760
31665
|
$def($def.S, 'Math', {
|
|
31761
31666
|
log10: function log10(x){
|
|
31762
31667
|
return Math.log(x) / Math.LN10;
|
|
31763
31668
|
}
|
|
31764
31669
|
});
|
|
31765
|
-
},{"
|
|
31670
|
+
},{"222":222}],308:[function(_dereq_,module,exports){
|
|
31766
31671
|
// 20.2.2.20 Math.log1p(x)
|
|
31767
|
-
var $def = _dereq_(
|
|
31672
|
+
var $def = _dereq_(222);
|
|
31768
31673
|
|
|
31769
|
-
$def($def.S, 'Math', {log1p: _dereq_(
|
|
31770
|
-
},{"
|
|
31674
|
+
$def($def.S, 'Math', {log1p: _dereq_(251)});
|
|
31675
|
+
},{"222":222,"251":251}],309:[function(_dereq_,module,exports){
|
|
31771
31676
|
// 20.2.2.22 Math.log2(x)
|
|
31772
|
-
var $def = _dereq_(
|
|
31677
|
+
var $def = _dereq_(222);
|
|
31773
31678
|
|
|
31774
31679
|
$def($def.S, 'Math', {
|
|
31775
31680
|
log2: function log2(x){
|
|
31776
31681
|
return Math.log(x) / Math.LN2;
|
|
31777
31682
|
}
|
|
31778
31683
|
});
|
|
31779
|
-
},{"
|
|
31684
|
+
},{"222":222}],310:[function(_dereq_,module,exports){
|
|
31780
31685
|
// 20.2.2.28 Math.sign(x)
|
|
31781
|
-
var $def = _dereq_(
|
|
31686
|
+
var $def = _dereq_(222);
|
|
31782
31687
|
|
|
31783
|
-
$def($def.S, 'Math', {sign: _dereq_(
|
|
31784
|
-
},{"
|
|
31688
|
+
$def($def.S, 'Math', {sign: _dereq_(265)});
|
|
31689
|
+
},{"222":222,"265":265}],311:[function(_dereq_,module,exports){
|
|
31785
31690
|
// 20.2.2.30 Math.sinh(x)
|
|
31786
|
-
var $def = _dereq_(
|
|
31787
|
-
, expm1 = _dereq_(
|
|
31691
|
+
var $def = _dereq_(222)
|
|
31692
|
+
, expm1 = _dereq_(226)
|
|
31788
31693
|
, exp = Math.exp;
|
|
31789
31694
|
|
|
31790
|
-
|
|
31791
|
-
$def($def.S + $def.F * _dereq_(230)(function(){
|
|
31792
|
-
return !Math.sinh(-2e-17) != -2e-17;
|
|
31793
|
-
}), 'Math', {
|
|
31695
|
+
$def($def.S, 'Math', {
|
|
31794
31696
|
sinh: function sinh(x){
|
|
31795
31697
|
return Math.abs(x = +x) < 1
|
|
31796
31698
|
? (expm1(x) - expm1(-x)) / 2
|
|
31797
31699
|
: (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);
|
|
31798
31700
|
}
|
|
31799
31701
|
});
|
|
31800
|
-
},{"
|
|
31702
|
+
},{"222":222,"226":226}],312:[function(_dereq_,module,exports){
|
|
31801
31703
|
// 20.2.2.33 Math.tanh(x)
|
|
31802
|
-
var $def = _dereq_(
|
|
31803
|
-
, expm1 = _dereq_(
|
|
31704
|
+
var $def = _dereq_(222)
|
|
31705
|
+
, expm1 = _dereq_(226)
|
|
31804
31706
|
, exp = Math.exp;
|
|
31805
31707
|
|
|
31806
31708
|
$def($def.S, 'Math', {
|
|
@@ -31810,23 +31712,23 @@ $def($def.S, 'Math', {
|
|
|
31810
31712
|
return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));
|
|
31811
31713
|
}
|
|
31812
31714
|
});
|
|
31813
|
-
},{"
|
|
31715
|
+
},{"222":222,"226":226}],313:[function(_dereq_,module,exports){
|
|
31814
31716
|
// 20.2.2.34 Math.trunc(x)
|
|
31815
|
-
var $def = _dereq_(
|
|
31717
|
+
var $def = _dereq_(222);
|
|
31816
31718
|
|
|
31817
31719
|
$def($def.S, 'Math', {
|
|
31818
31720
|
trunc: function trunc(it){
|
|
31819
31721
|
return (it > 0 ? Math.floor : Math.ceil)(it);
|
|
31820
31722
|
}
|
|
31821
31723
|
});
|
|
31822
|
-
},{"
|
|
31724
|
+
},{"222":222}],314:[function(_dereq_,module,exports){
|
|
31823
31725
|
'use strict';
|
|
31824
|
-
var $ = _dereq_(
|
|
31825
|
-
, global = _dereq_(
|
|
31826
|
-
, has = _dereq_(
|
|
31827
|
-
, cof = _dereq_(
|
|
31828
|
-
, isObject = _dereq_(
|
|
31829
|
-
, fails = _dereq_(
|
|
31726
|
+
var $ = _dereq_(248)
|
|
31727
|
+
, global = _dereq_(232)
|
|
31728
|
+
, has = _dereq_(233)
|
|
31729
|
+
, cof = _dereq_(215)
|
|
31730
|
+
, isObject = _dereq_(240)
|
|
31731
|
+
, fails = _dereq_(227)
|
|
31830
31732
|
, NUMBER = 'Number'
|
|
31831
31733
|
, $Number = global[NUMBER]
|
|
31832
31734
|
, Base = $Number
|
|
@@ -31857,54 +31759,55 @@ if(!($Number('0o1') && $Number('0b1'))){
|
|
|
31857
31759
|
&& (BROKEN_COF ? fails(function(){ proto.valueOf.call(that); }) : cof(that) != NUMBER)
|
|
31858
31760
|
? new Base(toNumber(it)) : toNumber(it);
|
|
31859
31761
|
};
|
|
31860
|
-
$.each.call(_dereq_(
|
|
31861
|
-
|
|
31862
|
-
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31762
|
+
$.each.call(_dereq_(273) ? $.getNames(Base) : (
|
|
31763
|
+
// ES3:
|
|
31764
|
+
'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
|
|
31765
|
+
// ES6 (in case, if modules with ES6 Number statics required before):
|
|
31766
|
+
'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +
|
|
31767
|
+
'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'
|
|
31768
|
+
).split(','), function(key){
|
|
31769
|
+
if(has(Base, key) && !has($Number, key)){
|
|
31770
|
+
$.setDesc($Number, key, $.getDesc(Base, key));
|
|
31771
|
+
}
|
|
31869
31772
|
}
|
|
31870
|
-
|
|
31773
|
+
);
|
|
31871
31774
|
$Number.prototype = proto;
|
|
31872
31775
|
proto.constructor = $Number;
|
|
31873
|
-
_dereq_(
|
|
31776
|
+
_dereq_(260)(global, NUMBER, $Number);
|
|
31874
31777
|
}
|
|
31875
|
-
},{"
|
|
31778
|
+
},{"215":215,"227":227,"232":232,"233":233,"240":240,"248":248,"260":260,"273":273}],315:[function(_dereq_,module,exports){
|
|
31876
31779
|
// 20.1.2.1 Number.EPSILON
|
|
31877
|
-
var $def = _dereq_(
|
|
31780
|
+
var $def = _dereq_(222);
|
|
31878
31781
|
|
|
31879
31782
|
$def($def.S, 'Number', {EPSILON: Math.pow(2, -52)});
|
|
31880
|
-
},{"
|
|
31783
|
+
},{"222":222}],316:[function(_dereq_,module,exports){
|
|
31881
31784
|
// 20.1.2.2 Number.isFinite(number)
|
|
31882
|
-
var $def = _dereq_(
|
|
31883
|
-
, _isFinite = _dereq_(
|
|
31785
|
+
var $def = _dereq_(222)
|
|
31786
|
+
, _isFinite = _dereq_(232).isFinite;
|
|
31884
31787
|
|
|
31885
31788
|
$def($def.S, 'Number', {
|
|
31886
31789
|
isFinite: function isFinite(it){
|
|
31887
31790
|
return typeof it == 'number' && _isFinite(it);
|
|
31888
31791
|
}
|
|
31889
31792
|
});
|
|
31890
|
-
},{"
|
|
31793
|
+
},{"222":222,"232":232}],317:[function(_dereq_,module,exports){
|
|
31891
31794
|
// 20.1.2.3 Number.isInteger(number)
|
|
31892
|
-
var $def = _dereq_(
|
|
31795
|
+
var $def = _dereq_(222);
|
|
31893
31796
|
|
|
31894
|
-
$def($def.S, 'Number', {isInteger: _dereq_(
|
|
31895
|
-
},{"
|
|
31797
|
+
$def($def.S, 'Number', {isInteger: _dereq_(239)});
|
|
31798
|
+
},{"222":222,"239":239}],318:[function(_dereq_,module,exports){
|
|
31896
31799
|
// 20.1.2.4 Number.isNaN(number)
|
|
31897
|
-
var $def = _dereq_(
|
|
31800
|
+
var $def = _dereq_(222);
|
|
31898
31801
|
|
|
31899
31802
|
$def($def.S, 'Number', {
|
|
31900
31803
|
isNaN: function isNaN(number){
|
|
31901
31804
|
return number != number;
|
|
31902
31805
|
}
|
|
31903
31806
|
});
|
|
31904
|
-
},{"
|
|
31807
|
+
},{"222":222}],319:[function(_dereq_,module,exports){
|
|
31905
31808
|
// 20.1.2.5 Number.isSafeInteger(number)
|
|
31906
|
-
var $def = _dereq_(
|
|
31907
|
-
, isInteger = _dereq_(
|
|
31809
|
+
var $def = _dereq_(222)
|
|
31810
|
+
, isInteger = _dereq_(239)
|
|
31908
31811
|
, abs = Math.abs;
|
|
31909
31812
|
|
|
31910
31813
|
$def($def.S, 'Number', {
|
|
@@ -31912,158 +31815,156 @@ $def($def.S, 'Number', {
|
|
|
31912
31815
|
return isInteger(number) && abs(number) <= 0x1fffffffffffff;
|
|
31913
31816
|
}
|
|
31914
31817
|
});
|
|
31915
|
-
},{"
|
|
31818
|
+
},{"222":222,"239":239}],320:[function(_dereq_,module,exports){
|
|
31916
31819
|
// 20.1.2.6 Number.MAX_SAFE_INTEGER
|
|
31917
|
-
var $def = _dereq_(
|
|
31820
|
+
var $def = _dereq_(222);
|
|
31918
31821
|
|
|
31919
31822
|
$def($def.S, 'Number', {MAX_SAFE_INTEGER: 0x1fffffffffffff});
|
|
31920
|
-
},{"
|
|
31823
|
+
},{"222":222}],321:[function(_dereq_,module,exports){
|
|
31921
31824
|
// 20.1.2.10 Number.MIN_SAFE_INTEGER
|
|
31922
|
-
var $def = _dereq_(
|
|
31825
|
+
var $def = _dereq_(222);
|
|
31923
31826
|
|
|
31924
31827
|
$def($def.S, 'Number', {MIN_SAFE_INTEGER: -0x1fffffffffffff});
|
|
31925
|
-
},{"
|
|
31828
|
+
},{"222":222}],322:[function(_dereq_,module,exports){
|
|
31926
31829
|
// 20.1.2.12 Number.parseFloat(string)
|
|
31927
|
-
var $def = _dereq_(
|
|
31830
|
+
var $def = _dereq_(222);
|
|
31928
31831
|
|
|
31929
31832
|
$def($def.S, 'Number', {parseFloat: parseFloat});
|
|
31930
|
-
},{"
|
|
31833
|
+
},{"222":222}],323:[function(_dereq_,module,exports){
|
|
31931
31834
|
// 20.1.2.13 Number.parseInt(string, radix)
|
|
31932
|
-
var $def = _dereq_(
|
|
31835
|
+
var $def = _dereq_(222);
|
|
31933
31836
|
|
|
31934
31837
|
$def($def.S, 'Number', {parseInt: parseInt});
|
|
31935
|
-
},{"
|
|
31838
|
+
},{"222":222}],324:[function(_dereq_,module,exports){
|
|
31936
31839
|
// 19.1.3.1 Object.assign(target, source)
|
|
31937
|
-
var $def = _dereq_(
|
|
31938
|
-
|
|
31939
|
-
|
|
31940
|
-
},{"215":215,"224":224}],330:[function(_dereq_,module,exports){
|
|
31840
|
+
var $def = _dereq_(222);
|
|
31841
|
+
$def($def.S, 'Object', {assign: _dereq_(213)});
|
|
31842
|
+
},{"213":213,"222":222}],325:[function(_dereq_,module,exports){
|
|
31941
31843
|
// 19.1.2.5 Object.freeze(O)
|
|
31942
|
-
var isObject = _dereq_(
|
|
31844
|
+
var isObject = _dereq_(240);
|
|
31943
31845
|
|
|
31944
|
-
_dereq_(
|
|
31846
|
+
_dereq_(254)('freeze', function($freeze){
|
|
31945
31847
|
return function freeze(it){
|
|
31946
31848
|
return $freeze && isObject(it) ? $freeze(it) : it;
|
|
31947
31849
|
};
|
|
31948
31850
|
});
|
|
31949
|
-
},{"
|
|
31851
|
+
},{"240":240,"254":254}],326:[function(_dereq_,module,exports){
|
|
31950
31852
|
// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
|
|
31951
|
-
var toIObject = _dereq_(
|
|
31853
|
+
var toIObject = _dereq_(278);
|
|
31952
31854
|
|
|
31953
|
-
_dereq_(
|
|
31855
|
+
_dereq_(254)('getOwnPropertyDescriptor', function($getOwnPropertyDescriptor){
|
|
31954
31856
|
return function getOwnPropertyDescriptor(it, key){
|
|
31955
31857
|
return $getOwnPropertyDescriptor(toIObject(it), key);
|
|
31956
31858
|
};
|
|
31957
31859
|
});
|
|
31958
|
-
},{"
|
|
31860
|
+
},{"254":254,"278":278}],327:[function(_dereq_,module,exports){
|
|
31959
31861
|
// 19.1.2.7 Object.getOwnPropertyNames(O)
|
|
31960
|
-
_dereq_(
|
|
31961
|
-
return _dereq_(
|
|
31862
|
+
_dereq_(254)('getOwnPropertyNames', function(){
|
|
31863
|
+
return _dereq_(231).get;
|
|
31962
31864
|
});
|
|
31963
|
-
},{"
|
|
31865
|
+
},{"231":231,"254":254}],328:[function(_dereq_,module,exports){
|
|
31964
31866
|
// 19.1.2.9 Object.getPrototypeOf(O)
|
|
31965
|
-
var toObject = _dereq_(
|
|
31867
|
+
var toObject = _dereq_(280);
|
|
31966
31868
|
|
|
31967
|
-
_dereq_(
|
|
31869
|
+
_dereq_(254)('getPrototypeOf', function($getPrototypeOf){
|
|
31968
31870
|
return function getPrototypeOf(it){
|
|
31969
31871
|
return $getPrototypeOf(toObject(it));
|
|
31970
31872
|
};
|
|
31971
31873
|
});
|
|
31972
|
-
},{"
|
|
31874
|
+
},{"254":254,"280":280}],329:[function(_dereq_,module,exports){
|
|
31973
31875
|
// 19.1.2.11 Object.isExtensible(O)
|
|
31974
|
-
var isObject = _dereq_(
|
|
31876
|
+
var isObject = _dereq_(240);
|
|
31975
31877
|
|
|
31976
|
-
_dereq_(
|
|
31878
|
+
_dereq_(254)('isExtensible', function($isExtensible){
|
|
31977
31879
|
return function isExtensible(it){
|
|
31978
31880
|
return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;
|
|
31979
31881
|
};
|
|
31980
31882
|
});
|
|
31981
|
-
},{"
|
|
31883
|
+
},{"240":240,"254":254}],330:[function(_dereq_,module,exports){
|
|
31982
31884
|
// 19.1.2.12 Object.isFrozen(O)
|
|
31983
|
-
var isObject = _dereq_(
|
|
31885
|
+
var isObject = _dereq_(240);
|
|
31984
31886
|
|
|
31985
|
-
_dereq_(
|
|
31887
|
+
_dereq_(254)('isFrozen', function($isFrozen){
|
|
31986
31888
|
return function isFrozen(it){
|
|
31987
31889
|
return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;
|
|
31988
31890
|
};
|
|
31989
31891
|
});
|
|
31990
|
-
},{"
|
|
31892
|
+
},{"240":240,"254":254}],331:[function(_dereq_,module,exports){
|
|
31991
31893
|
// 19.1.2.13 Object.isSealed(O)
|
|
31992
|
-
var isObject = _dereq_(
|
|
31894
|
+
var isObject = _dereq_(240);
|
|
31993
31895
|
|
|
31994
|
-
_dereq_(
|
|
31896
|
+
_dereq_(254)('isSealed', function($isSealed){
|
|
31995
31897
|
return function isSealed(it){
|
|
31996
31898
|
return isObject(it) ? $isSealed ? $isSealed(it) : false : true;
|
|
31997
31899
|
};
|
|
31998
31900
|
});
|
|
31999
|
-
},{"
|
|
31901
|
+
},{"240":240,"254":254}],332:[function(_dereq_,module,exports){
|
|
32000
31902
|
// 19.1.3.10 Object.is(value1, value2)
|
|
32001
|
-
var $def = _dereq_(
|
|
31903
|
+
var $def = _dereq_(222);
|
|
32002
31904
|
$def($def.S, 'Object', {
|
|
32003
|
-
is: _dereq_(
|
|
31905
|
+
is: _dereq_(262)
|
|
32004
31906
|
});
|
|
32005
|
-
},{"
|
|
31907
|
+
},{"222":222,"262":262}],333:[function(_dereq_,module,exports){
|
|
32006
31908
|
// 19.1.2.14 Object.keys(O)
|
|
32007
|
-
var toObject = _dereq_(
|
|
31909
|
+
var toObject = _dereq_(280);
|
|
32008
31910
|
|
|
32009
|
-
_dereq_(
|
|
31911
|
+
_dereq_(254)('keys', function($keys){
|
|
32010
31912
|
return function keys(it){
|
|
32011
31913
|
return $keys(toObject(it));
|
|
32012
31914
|
};
|
|
32013
31915
|
});
|
|
32014
|
-
},{"
|
|
31916
|
+
},{"254":254,"280":280}],334:[function(_dereq_,module,exports){
|
|
32015
31917
|
// 19.1.2.15 Object.preventExtensions(O)
|
|
32016
|
-
var isObject = _dereq_(
|
|
31918
|
+
var isObject = _dereq_(240);
|
|
32017
31919
|
|
|
32018
|
-
_dereq_(
|
|
31920
|
+
_dereq_(254)('preventExtensions', function($preventExtensions){
|
|
32019
31921
|
return function preventExtensions(it){
|
|
32020
31922
|
return $preventExtensions && isObject(it) ? $preventExtensions(it) : it;
|
|
32021
31923
|
};
|
|
32022
31924
|
});
|
|
32023
|
-
},{"
|
|
31925
|
+
},{"240":240,"254":254}],335:[function(_dereq_,module,exports){
|
|
32024
31926
|
// 19.1.2.17 Object.seal(O)
|
|
32025
|
-
var isObject = _dereq_(
|
|
31927
|
+
var isObject = _dereq_(240);
|
|
32026
31928
|
|
|
32027
|
-
_dereq_(
|
|
31929
|
+
_dereq_(254)('seal', function($seal){
|
|
32028
31930
|
return function seal(it){
|
|
32029
31931
|
return $seal && isObject(it) ? $seal(it) : it;
|
|
32030
31932
|
};
|
|
32031
31933
|
});
|
|
32032
|
-
},{"
|
|
31934
|
+
},{"240":240,"254":254}],336:[function(_dereq_,module,exports){
|
|
32033
31935
|
// 19.1.3.19 Object.setPrototypeOf(O, proto)
|
|
32034
|
-
var $def = _dereq_(
|
|
32035
|
-
$def($def.S, 'Object', {setPrototypeOf: _dereq_(
|
|
32036
|
-
},{"
|
|
31936
|
+
var $def = _dereq_(222);
|
|
31937
|
+
$def($def.S, 'Object', {setPrototypeOf: _dereq_(263).set});
|
|
31938
|
+
},{"222":222,"263":263}],337:[function(_dereq_,module,exports){
|
|
32037
31939
|
'use strict';
|
|
32038
31940
|
// 19.1.3.6 Object.prototype.toString()
|
|
32039
|
-
var classof = _dereq_(
|
|
31941
|
+
var classof = _dereq_(214)
|
|
32040
31942
|
, test = {};
|
|
32041
|
-
test[_dereq_(
|
|
31943
|
+
test[_dereq_(283)('toStringTag')] = 'z';
|
|
32042
31944
|
if(test + '' != '[object z]'){
|
|
32043
|
-
_dereq_(
|
|
31945
|
+
_dereq_(260)(Object.prototype, 'toString', function toString(){
|
|
32044
31946
|
return '[object ' + classof(this) + ']';
|
|
32045
31947
|
}, true);
|
|
32046
31948
|
}
|
|
32047
|
-
},{"
|
|
31949
|
+
},{"214":214,"260":260,"283":283}],338:[function(_dereq_,module,exports){
|
|
32048
31950
|
'use strict';
|
|
32049
|
-
var $ = _dereq_(
|
|
32050
|
-
, LIBRARY = _dereq_(
|
|
32051
|
-
, global = _dereq_(
|
|
32052
|
-
, ctx = _dereq_(
|
|
32053
|
-
, classof = _dereq_(
|
|
32054
|
-
, $def = _dereq_(
|
|
32055
|
-
, isObject = _dereq_(
|
|
31951
|
+
var $ = _dereq_(248)
|
|
31952
|
+
, LIBRARY = _dereq_(250)
|
|
31953
|
+
, global = _dereq_(232)
|
|
31954
|
+
, ctx = _dereq_(221)
|
|
31955
|
+
, classof = _dereq_(214)
|
|
31956
|
+
, $def = _dereq_(222)
|
|
31957
|
+
, isObject = _dereq_(240)
|
|
32056
31958
|
, anObject = _dereq_(210)
|
|
32057
31959
|
, aFunction = _dereq_(209)
|
|
32058
|
-
, strictNew = _dereq_(
|
|
32059
|
-
, forOf = _dereq_(
|
|
32060
|
-
, setProto = _dereq_(
|
|
32061
|
-
, same = _dereq_(
|
|
32062
|
-
, species = _dereq_(
|
|
32063
|
-
, SPECIES = _dereq_(
|
|
32064
|
-
,
|
|
32065
|
-
,
|
|
32066
|
-
, asap = _dereq_(256)
|
|
31960
|
+
, strictNew = _dereq_(267)
|
|
31961
|
+
, forOf = _dereq_(230)
|
|
31962
|
+
, setProto = _dereq_(263).set
|
|
31963
|
+
, same = _dereq_(262)
|
|
31964
|
+
, species = _dereq_(266)
|
|
31965
|
+
, SPECIES = _dereq_(283)('species')
|
|
31966
|
+
, RECORD = _dereq_(281)('record')
|
|
31967
|
+
, asap = _dereq_(252)
|
|
32067
31968
|
, PROMISE = 'Promise'
|
|
32068
31969
|
, process = global.process
|
|
32069
31970
|
, isNode = classof(process) == 'process'
|
|
@@ -32092,7 +31993,7 @@ var useNative = function(){
|
|
|
32092
31993
|
works = false;
|
|
32093
31994
|
}
|
|
32094
31995
|
// actual V8 bug, https://code.google.com/p/v8/issues/detail?id=4162
|
|
32095
|
-
if(works && _dereq_(
|
|
31996
|
+
if(works && _dereq_(273)){
|
|
32096
31997
|
var thenableThenGotten = false;
|
|
32097
31998
|
P.resolve($.setDesc({}, 'then', {
|
|
32098
31999
|
get: function(){ thenableThenGotten = true; }
|
|
@@ -32149,17 +32050,16 @@ var notify = function(record, isReject){
|
|
|
32149
32050
|
chain.length = 0;
|
|
32150
32051
|
record.n = false;
|
|
32151
32052
|
if(isReject)setTimeout(function(){
|
|
32152
|
-
|
|
32153
|
-
|
|
32154
|
-
|
|
32155
|
-
|
|
32156
|
-
|
|
32157
|
-
|
|
32158
|
-
|
|
32159
|
-
}
|
|
32160
|
-
|
|
32161
|
-
|
|
32162
|
-
} record.a = undefined;
|
|
32053
|
+
asap(function(){
|
|
32054
|
+
if(isUnhandled(record.p)){
|
|
32055
|
+
if(isNode){
|
|
32056
|
+
process.emit('unhandledRejection', value, record.p);
|
|
32057
|
+
} else if(global.console && console.error){
|
|
32058
|
+
console.error('Unhandled promise rejection', value);
|
|
32059
|
+
}
|
|
32060
|
+
}
|
|
32061
|
+
record.a = undefined;
|
|
32062
|
+
});
|
|
32163
32063
|
}, 1);
|
|
32164
32064
|
});
|
|
32165
32065
|
};
|
|
@@ -32232,19 +32132,18 @@ if(!useNative){
|
|
|
32232
32132
|
$reject.call(record, err);
|
|
32233
32133
|
}
|
|
32234
32134
|
};
|
|
32235
|
-
_dereq_(
|
|
32135
|
+
_dereq_(253)(P.prototype, {
|
|
32236
32136
|
// 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected)
|
|
32237
32137
|
then: function then(onFulfilled, onRejected){
|
|
32138
|
+
var S = anObject(anObject(this).constructor)[SPECIES];
|
|
32238
32139
|
var react = {
|
|
32239
32140
|
ok: typeof onFulfilled == 'function' ? onFulfilled : true,
|
|
32240
32141
|
fail: typeof onRejected == 'function' ? onRejected : false
|
|
32241
32142
|
};
|
|
32242
|
-
var promise = react.P = new (
|
|
32243
|
-
react.res = res;
|
|
32244
|
-
react.rej = rej;
|
|
32143
|
+
var promise = react.P = new (S != undefined ? S : P)(function(res, rej){
|
|
32144
|
+
react.res = aFunction(res);
|
|
32145
|
+
react.rej = aFunction(rej);
|
|
32245
32146
|
});
|
|
32246
|
-
aFunction(react.res);
|
|
32247
|
-
aFunction(react.rej);
|
|
32248
32147
|
var record = this[RECORD];
|
|
32249
32148
|
record.c.push(react);
|
|
32250
32149
|
if(record.a)record.a.push(react);
|
|
@@ -32260,9 +32159,9 @@ if(!useNative){
|
|
|
32260
32159
|
|
|
32261
32160
|
// export
|
|
32262
32161
|
$def($def.G + $def.W + $def.F * !useNative, {Promise: P});
|
|
32263
|
-
_dereq_(
|
|
32162
|
+
_dereq_(274)(P, PROMISE);
|
|
32264
32163
|
species(P);
|
|
32265
|
-
species(Wrapper = _dereq_(
|
|
32164
|
+
species(Wrapper = _dereq_(220)[PROMISE]);
|
|
32266
32165
|
|
|
32267
32166
|
// statics
|
|
32268
32167
|
$def($def.S + $def.F * !useNative, PROMISE, {
|
|
@@ -32278,7 +32177,7 @@ $def($def.S + $def.F * (!useNative || testResolve(true)), PROMISE, {
|
|
|
32278
32177
|
? x : new this(function(res){ res(x); });
|
|
32279
32178
|
}
|
|
32280
32179
|
});
|
|
32281
|
-
$def($def.S + $def.F * !(useNative && _dereq_(
|
|
32180
|
+
$def($def.S + $def.F * !(useNative && _dereq_(245)(function(iter){
|
|
32282
32181
|
P.all(iter)['catch'](function(){});
|
|
32283
32182
|
})), PROMISE, {
|
|
32284
32183
|
// 25.4.4.1 Promise.all(iterable)
|
|
@@ -32308,9 +32207,9 @@ $def($def.S + $def.F * !(useNative && _dereq_(249)(function(iter){
|
|
|
32308
32207
|
});
|
|
32309
32208
|
}
|
|
32310
32209
|
});
|
|
32311
|
-
},{"209":209,"210":210,"
|
|
32210
|
+
},{"209":209,"210":210,"214":214,"220":220,"221":221,"222":222,"230":230,"232":232,"240":240,"245":245,"248":248,"250":250,"252":252,"253":253,"262":262,"263":263,"266":266,"267":267,"273":273,"274":274,"281":281,"283":283}],339:[function(_dereq_,module,exports){
|
|
32312
32211
|
// 26.1.1 Reflect.apply(target, thisArgument, argumentsList)
|
|
32313
|
-
var $def = _dereq_(
|
|
32212
|
+
var $def = _dereq_(222)
|
|
32314
32213
|
, _apply = Function.apply;
|
|
32315
32214
|
|
|
32316
32215
|
$def($def.S, 'Reflect', {
|
|
@@ -32318,26 +32217,20 @@ $def($def.S, 'Reflect', {
|
|
|
32318
32217
|
return _apply.call(target, thisArgument, argumentsList);
|
|
32319
32218
|
}
|
|
32320
32219
|
});
|
|
32321
|
-
},{"
|
|
32220
|
+
},{"222":222}],340:[function(_dereq_,module,exports){
|
|
32322
32221
|
// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])
|
|
32323
|
-
var $ = _dereq_(
|
|
32324
|
-
, $def = _dereq_(
|
|
32222
|
+
var $ = _dereq_(248)
|
|
32223
|
+
, $def = _dereq_(222)
|
|
32325
32224
|
, aFunction = _dereq_(209)
|
|
32326
32225
|
, anObject = _dereq_(210)
|
|
32327
|
-
, isObject = _dereq_(
|
|
32328
|
-
, bind = Function.bind || _dereq_(
|
|
32329
|
-
|
|
32330
|
-
|
|
32331
|
-
// FF Nightly sets third argument as `new.target`, but does not create `this` from it
|
|
32332
|
-
$def($def.S + $def.F * _dereq_(230)(function(){
|
|
32333
|
-
function F(){}
|
|
32334
|
-
return !(Reflect.construct(function(){}, [], F) instanceof F);
|
|
32335
|
-
}), 'Reflect', {
|
|
32226
|
+
, isObject = _dereq_(240)
|
|
32227
|
+
, bind = Function.bind || _dereq_(220).Function.prototype.bind;
|
|
32228
|
+
|
|
32229
|
+
$def($def.S, 'Reflect', {
|
|
32336
32230
|
construct: function construct(Target, args /*, newTarget*/){
|
|
32337
32231
|
aFunction(Target);
|
|
32338
|
-
|
|
32339
|
-
|
|
32340
|
-
// w/o altered newTarget, optimization for 0-4 arguments
|
|
32232
|
+
if(arguments.length < 3){
|
|
32233
|
+
// w/o newTarget, optimization for 0-4 arguments
|
|
32341
32234
|
if(args != undefined)switch(anObject(args).length){
|
|
32342
32235
|
case 0: return new Target;
|
|
32343
32236
|
case 1: return new Target(args[0]);
|
|
@@ -32345,26 +32238,26 @@ $def($def.S + $def.F * _dereq_(230)(function(){
|
|
|
32345
32238
|
case 3: return new Target(args[0], args[1], args[2]);
|
|
32346
32239
|
case 4: return new Target(args[0], args[1], args[2], args[3]);
|
|
32347
32240
|
}
|
|
32348
|
-
// w/o
|
|
32241
|
+
// w/o newTarget, lot of arguments case
|
|
32349
32242
|
var $args = [null];
|
|
32350
32243
|
$args.push.apply($args, args);
|
|
32351
32244
|
return new (bind.apply(Target, $args));
|
|
32352
32245
|
}
|
|
32353
|
-
// with
|
|
32354
|
-
var proto =
|
|
32246
|
+
// with newTarget, not support built-in constructors
|
|
32247
|
+
var proto = aFunction(arguments[2]).prototype
|
|
32355
32248
|
, instance = $.create(isObject(proto) ? proto : Object.prototype)
|
|
32356
32249
|
, result = Function.apply.call(Target, instance, args);
|
|
32357
32250
|
return isObject(result) ? result : instance;
|
|
32358
32251
|
}
|
|
32359
32252
|
});
|
|
32360
|
-
},{"209":209,"210":210,"
|
|
32253
|
+
},{"209":209,"210":210,"220":220,"222":222,"240":240,"248":248}],341:[function(_dereq_,module,exports){
|
|
32361
32254
|
// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)
|
|
32362
|
-
var $ = _dereq_(
|
|
32363
|
-
, $def = _dereq_(
|
|
32255
|
+
var $ = _dereq_(248)
|
|
32256
|
+
, $def = _dereq_(222)
|
|
32364
32257
|
, anObject = _dereq_(210);
|
|
32365
32258
|
|
|
32366
32259
|
// MS Edge has broken Reflect.defineProperty - throwing instead of returning false
|
|
32367
|
-
$def($def.S + $def.F * _dereq_(
|
|
32260
|
+
$def($def.S + $def.F * _dereq_(227)(function(){
|
|
32368
32261
|
Reflect.defineProperty($.setDesc({}, 1, {value: 1}), 1, {value: 2});
|
|
32369
32262
|
}), 'Reflect', {
|
|
32370
32263
|
defineProperty: function defineProperty(target, propertyKey, attributes){
|
|
@@ -32377,10 +32270,10 @@ $def($def.S + $def.F * _dereq_(230)(function(){
|
|
|
32377
32270
|
}
|
|
32378
32271
|
}
|
|
32379
32272
|
});
|
|
32380
|
-
},{"210":210,"
|
|
32273
|
+
},{"210":210,"222":222,"227":227,"248":248}],342:[function(_dereq_,module,exports){
|
|
32381
32274
|
// 26.1.4 Reflect.deleteProperty(target, propertyKey)
|
|
32382
|
-
var $def = _dereq_(
|
|
32383
|
-
, getDesc = _dereq_(
|
|
32275
|
+
var $def = _dereq_(222)
|
|
32276
|
+
, getDesc = _dereq_(248).getDesc
|
|
32384
32277
|
, anObject = _dereq_(210);
|
|
32385
32278
|
|
|
32386
32279
|
$def($def.S, 'Reflect', {
|
|
@@ -32389,10 +32282,10 @@ $def($def.S, 'Reflect', {
|
|
|
32389
32282
|
return desc && !desc.configurable ? false : delete target[propertyKey];
|
|
32390
32283
|
}
|
|
32391
32284
|
});
|
|
32392
|
-
},{"210":210,"
|
|
32285
|
+
},{"210":210,"222":222,"248":248}],343:[function(_dereq_,module,exports){
|
|
32393
32286
|
'use strict';
|
|
32394
32287
|
// 26.1.5 Reflect.enumerate(target)
|
|
32395
|
-
var $def = _dereq_(
|
|
32288
|
+
var $def = _dereq_(222)
|
|
32396
32289
|
, anObject = _dereq_(210);
|
|
32397
32290
|
var Enumerate = function(iterated){
|
|
32398
32291
|
this._t = anObject(iterated); // target
|
|
@@ -32401,7 +32294,7 @@ var Enumerate = function(iterated){
|
|
|
32401
32294
|
, key;
|
|
32402
32295
|
for(key in iterated)keys.push(key);
|
|
32403
32296
|
};
|
|
32404
|
-
_dereq_(
|
|
32297
|
+
_dereq_(243)(Enumerate, 'Object', function(){
|
|
32405
32298
|
var that = this
|
|
32406
32299
|
, keys = that._k
|
|
32407
32300
|
, key;
|
|
@@ -32416,10 +32309,10 @@ $def($def.S, 'Reflect', {
|
|
|
32416
32309
|
return new Enumerate(target);
|
|
32417
32310
|
}
|
|
32418
32311
|
});
|
|
32419
|
-
},{"210":210,"
|
|
32312
|
+
},{"210":210,"222":222,"243":243}],344:[function(_dereq_,module,exports){
|
|
32420
32313
|
// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)
|
|
32421
|
-
var $ = _dereq_(
|
|
32422
|
-
, $def = _dereq_(
|
|
32314
|
+
var $ = _dereq_(248)
|
|
32315
|
+
, $def = _dereq_(222)
|
|
32423
32316
|
, anObject = _dereq_(210);
|
|
32424
32317
|
|
|
32425
32318
|
$def($def.S, 'Reflect', {
|
|
@@ -32427,10 +32320,10 @@ $def($def.S, 'Reflect', {
|
|
|
32427
32320
|
return $.getDesc(anObject(target), propertyKey);
|
|
32428
32321
|
}
|
|
32429
32322
|
});
|
|
32430
|
-
},{"210":210,"
|
|
32323
|
+
},{"210":210,"222":222,"248":248}],345:[function(_dereq_,module,exports){
|
|
32431
32324
|
// 26.1.8 Reflect.getPrototypeOf(target)
|
|
32432
|
-
var $def = _dereq_(
|
|
32433
|
-
, getProto = _dereq_(
|
|
32325
|
+
var $def = _dereq_(222)
|
|
32326
|
+
, getProto = _dereq_(248).getProto
|
|
32434
32327
|
, anObject = _dereq_(210);
|
|
32435
32328
|
|
|
32436
32329
|
$def($def.S, 'Reflect', {
|
|
@@ -32438,12 +32331,12 @@ $def($def.S, 'Reflect', {
|
|
|
32438
32331
|
return getProto(anObject(target));
|
|
32439
32332
|
}
|
|
32440
32333
|
});
|
|
32441
|
-
},{"210":210,"
|
|
32334
|
+
},{"210":210,"222":222,"248":248}],346:[function(_dereq_,module,exports){
|
|
32442
32335
|
// 26.1.6 Reflect.get(target, propertyKey [, receiver])
|
|
32443
|
-
var $ = _dereq_(
|
|
32444
|
-
, has = _dereq_(
|
|
32445
|
-
, $def = _dereq_(
|
|
32446
|
-
, isObject = _dereq_(
|
|
32336
|
+
var $ = _dereq_(248)
|
|
32337
|
+
, has = _dereq_(233)
|
|
32338
|
+
, $def = _dereq_(222)
|
|
32339
|
+
, isObject = _dereq_(240)
|
|
32447
32340
|
, anObject = _dereq_(210);
|
|
32448
32341
|
|
|
32449
32342
|
function get(target, propertyKey/*, receiver*/){
|
|
@@ -32459,18 +32352,18 @@ function get(target, propertyKey/*, receiver*/){
|
|
|
32459
32352
|
}
|
|
32460
32353
|
|
|
32461
32354
|
$def($def.S, 'Reflect', {get: get});
|
|
32462
|
-
},{"210":210,"
|
|
32355
|
+
},{"210":210,"222":222,"233":233,"240":240,"248":248}],347:[function(_dereq_,module,exports){
|
|
32463
32356
|
// 26.1.9 Reflect.has(target, propertyKey)
|
|
32464
|
-
var $def = _dereq_(
|
|
32357
|
+
var $def = _dereq_(222);
|
|
32465
32358
|
|
|
32466
32359
|
$def($def.S, 'Reflect', {
|
|
32467
32360
|
has: function has(target, propertyKey){
|
|
32468
32361
|
return propertyKey in target;
|
|
32469
32362
|
}
|
|
32470
32363
|
});
|
|
32471
|
-
},{"
|
|
32364
|
+
},{"222":222}],348:[function(_dereq_,module,exports){
|
|
32472
32365
|
// 26.1.10 Reflect.isExtensible(target)
|
|
32473
|
-
var $def = _dereq_(
|
|
32366
|
+
var $def = _dereq_(222)
|
|
32474
32367
|
, anObject = _dereq_(210)
|
|
32475
32368
|
, $isExtensible = Object.isExtensible;
|
|
32476
32369
|
|
|
@@ -32480,14 +32373,14 @@ $def($def.S, 'Reflect', {
|
|
|
32480
32373
|
return $isExtensible ? $isExtensible(target) : true;
|
|
32481
32374
|
}
|
|
32482
32375
|
});
|
|
32483
|
-
},{"210":210,"
|
|
32376
|
+
},{"210":210,"222":222}],349:[function(_dereq_,module,exports){
|
|
32484
32377
|
// 26.1.11 Reflect.ownKeys(target)
|
|
32485
|
-
var $def = _dereq_(
|
|
32378
|
+
var $def = _dereq_(222);
|
|
32486
32379
|
|
|
32487
|
-
$def($def.S, 'Reflect', {ownKeys: _dereq_(
|
|
32488
|
-
},{"
|
|
32380
|
+
$def($def.S, 'Reflect', {ownKeys: _dereq_(256)});
|
|
32381
|
+
},{"222":222,"256":256}],350:[function(_dereq_,module,exports){
|
|
32489
32382
|
// 26.1.12 Reflect.preventExtensions(target)
|
|
32490
|
-
var $def = _dereq_(
|
|
32383
|
+
var $def = _dereq_(222)
|
|
32491
32384
|
, anObject = _dereq_(210)
|
|
32492
32385
|
, $preventExtensions = Object.preventExtensions;
|
|
32493
32386
|
|
|
@@ -32502,10 +32395,10 @@ $def($def.S, 'Reflect', {
|
|
|
32502
32395
|
}
|
|
32503
32396
|
}
|
|
32504
32397
|
});
|
|
32505
|
-
},{"210":210,"
|
|
32398
|
+
},{"210":210,"222":222}],351:[function(_dereq_,module,exports){
|
|
32506
32399
|
// 26.1.14 Reflect.setPrototypeOf(target, proto)
|
|
32507
|
-
var $def = _dereq_(
|
|
32508
|
-
, setProto = _dereq_(
|
|
32400
|
+
var $def = _dereq_(222)
|
|
32401
|
+
, setProto = _dereq_(263);
|
|
32509
32402
|
|
|
32510
32403
|
if(setProto)$def($def.S, 'Reflect', {
|
|
32511
32404
|
setPrototypeOf: function setPrototypeOf(target, proto){
|
|
@@ -32518,14 +32411,14 @@ if(setProto)$def($def.S, 'Reflect', {
|
|
|
32518
32411
|
}
|
|
32519
32412
|
}
|
|
32520
32413
|
});
|
|
32521
|
-
},{"
|
|
32414
|
+
},{"222":222,"263":263}],352:[function(_dereq_,module,exports){
|
|
32522
32415
|
// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])
|
|
32523
|
-
var $ = _dereq_(
|
|
32524
|
-
, has = _dereq_(
|
|
32525
|
-
, $def = _dereq_(
|
|
32526
|
-
, createDesc = _dereq_(
|
|
32416
|
+
var $ = _dereq_(248)
|
|
32417
|
+
, has = _dereq_(233)
|
|
32418
|
+
, $def = _dereq_(222)
|
|
32419
|
+
, createDesc = _dereq_(259)
|
|
32527
32420
|
, anObject = _dereq_(210)
|
|
32528
|
-
, isObject = _dereq_(
|
|
32421
|
+
, isObject = _dereq_(240);
|
|
32529
32422
|
|
|
32530
32423
|
function set(target, propertyKey, V/*, receiver*/){
|
|
32531
32424
|
var receiver = arguments.length < 4 ? target : arguments[3]
|
|
@@ -32548,55 +32441,59 @@ function set(target, propertyKey, V/*, receiver*/){
|
|
|
32548
32441
|
}
|
|
32549
32442
|
|
|
32550
32443
|
$def($def.S, 'Reflect', {set: set});
|
|
32551
|
-
},{"210":210,"
|
|
32552
|
-
var $
|
|
32553
|
-
, global
|
|
32554
|
-
,
|
|
32555
|
-
, $flags
|
|
32556
|
-
, $RegExp
|
|
32557
|
-
, Base
|
|
32558
|
-
, proto
|
|
32559
|
-
,
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
|
|
32563
|
-
|
|
32564
|
-
|
|
32565
|
-
|
|
32566
|
-
|
|
32567
|
-
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
|
|
32571
|
-
|
|
32572
|
-
|
|
32573
|
-
|
|
32574
|
-
|
|
32575
|
-
|
|
32576
|
-
|
|
32577
|
-
|
|
32578
|
-
|
|
32579
|
-
|
|
32580
|
-
|
|
32581
|
-
|
|
32444
|
+
},{"210":210,"222":222,"233":233,"240":240,"248":248,"259":259}],353:[function(_dereq_,module,exports){
|
|
32445
|
+
var $ = _dereq_(248)
|
|
32446
|
+
, global = _dereq_(232)
|
|
32447
|
+
, cof = _dereq_(215)
|
|
32448
|
+
, $flags = _dereq_(229)
|
|
32449
|
+
, $RegExp = global.RegExp
|
|
32450
|
+
, Base = $RegExp
|
|
32451
|
+
, proto = $RegExp.prototype
|
|
32452
|
+
, re = /a/g
|
|
32453
|
+
// "new" creates a new object
|
|
32454
|
+
, CORRECT_NEW = new $RegExp(re) !== re
|
|
32455
|
+
// RegExp allows a regex with flags as the pattern
|
|
32456
|
+
, ALLOWS_RE_WITH_FLAGS = function(){
|
|
32457
|
+
try {
|
|
32458
|
+
return $RegExp(re, 'i') == '/a/i';
|
|
32459
|
+
} catch(e){ /* empty */ }
|
|
32460
|
+
}();
|
|
32461
|
+
|
|
32462
|
+
if(_dereq_(273)){
|
|
32463
|
+
if(!CORRECT_NEW || !ALLOWS_RE_WITH_FLAGS){
|
|
32464
|
+
$RegExp = function RegExp(pattern, flags){
|
|
32465
|
+
var patternIsRegExp = cof(pattern) == 'RegExp'
|
|
32466
|
+
, flagsIsUndefined = flags === undefined;
|
|
32467
|
+
if(!(this instanceof $RegExp) && patternIsRegExp && flagsIsUndefined)return pattern;
|
|
32468
|
+
return CORRECT_NEW
|
|
32469
|
+
? new Base(patternIsRegExp && !flagsIsUndefined ? pattern.source : pattern, flags)
|
|
32470
|
+
: new Base(patternIsRegExp ? pattern.source : pattern
|
|
32471
|
+
, patternIsRegExp && flagsIsUndefined ? $flags.call(pattern) : flags);
|
|
32472
|
+
};
|
|
32473
|
+
$.each.call($.getNames(Base), function(key){
|
|
32474
|
+
key in $RegExp || $.setDesc($RegExp, key, {
|
|
32475
|
+
configurable: true,
|
|
32476
|
+
get: function(){ return Base[key]; },
|
|
32477
|
+
set: function(it){ Base[key] = it; }
|
|
32478
|
+
});
|
|
32582
32479
|
});
|
|
32583
|
-
|
|
32584
|
-
|
|
32585
|
-
|
|
32586
|
-
|
|
32480
|
+
proto.constructor = $RegExp;
|
|
32481
|
+
$RegExp.prototype = proto;
|
|
32482
|
+
_dereq_(260)(global, 'RegExp', $RegExp);
|
|
32483
|
+
}
|
|
32587
32484
|
}
|
|
32588
32485
|
|
|
32589
|
-
_dereq_(
|
|
32590
|
-
},{"
|
|
32486
|
+
_dereq_(266)($RegExp);
|
|
32487
|
+
},{"215":215,"229":229,"232":232,"248":248,"260":260,"266":266,"273":273}],354:[function(_dereq_,module,exports){
|
|
32591
32488
|
// 21.2.5.3 get RegExp.prototype.flags()
|
|
32592
|
-
var $ = _dereq_(
|
|
32593
|
-
if(_dereq_(
|
|
32489
|
+
var $ = _dereq_(248);
|
|
32490
|
+
if(_dereq_(273) && /./g.flags != 'g')$.setDesc(RegExp.prototype, 'flags', {
|
|
32594
32491
|
configurable: true,
|
|
32595
|
-
get: _dereq_(
|
|
32492
|
+
get: _dereq_(229)
|
|
32596
32493
|
});
|
|
32597
|
-
},{"
|
|
32494
|
+
},{"229":229,"248":248,"273":273}],355:[function(_dereq_,module,exports){
|
|
32598
32495
|
// @@match logic
|
|
32599
|
-
_dereq_(
|
|
32496
|
+
_dereq_(228)('match', 1, function(defined, MATCH){
|
|
32600
32497
|
// 21.1.3.11 String.prototype.match(regexp)
|
|
32601
32498
|
return function match(regexp){
|
|
32602
32499
|
'use strict';
|
|
@@ -32605,9 +32502,9 @@ _dereq_(231)('match', 1, function(defined, MATCH){
|
|
|
32605
32502
|
return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
|
|
32606
32503
|
};
|
|
32607
32504
|
});
|
|
32608
|
-
},{"
|
|
32505
|
+
},{"228":228}],356:[function(_dereq_,module,exports){
|
|
32609
32506
|
// @@replace logic
|
|
32610
|
-
_dereq_(
|
|
32507
|
+
_dereq_(228)('replace', 2, function(defined, REPLACE, $replace){
|
|
32611
32508
|
// 21.1.3.14 String.prototype.replace(searchValue, replaceValue)
|
|
32612
32509
|
return function replace(searchValue, replaceValue){
|
|
32613
32510
|
'use strict';
|
|
@@ -32618,9 +32515,9 @@ _dereq_(231)('replace', 2, function(defined, REPLACE, $replace){
|
|
|
32618
32515
|
: $replace.call(String(O), searchValue, replaceValue);
|
|
32619
32516
|
};
|
|
32620
32517
|
});
|
|
32621
|
-
},{"
|
|
32518
|
+
},{"228":228}],357:[function(_dereq_,module,exports){
|
|
32622
32519
|
// @@search logic
|
|
32623
|
-
_dereq_(
|
|
32520
|
+
_dereq_(228)('search', 1, function(defined, SEARCH){
|
|
32624
32521
|
// 21.1.3.15 String.prototype.search(regexp)
|
|
32625
32522
|
return function search(regexp){
|
|
32626
32523
|
'use strict';
|
|
@@ -32629,9 +32526,9 @@ _dereq_(231)('search', 1, function(defined, SEARCH){
|
|
|
32629
32526
|
return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));
|
|
32630
32527
|
};
|
|
32631
32528
|
});
|
|
32632
|
-
},{"
|
|
32529
|
+
},{"228":228}],358:[function(_dereq_,module,exports){
|
|
32633
32530
|
// @@split logic
|
|
32634
|
-
_dereq_(
|
|
32531
|
+
_dereq_(228)('split', 2, function(defined, SPLIT, $split){
|
|
32635
32532
|
// 21.1.3.17 String.prototype.split(separator, limit)
|
|
32636
32533
|
return function split(separator, limit){
|
|
32637
32534
|
'use strict';
|
|
@@ -32642,54 +32539,50 @@ _dereq_(231)('split', 2, function(defined, SPLIT, $split){
|
|
|
32642
32539
|
: $split.call(String(O), separator, limit);
|
|
32643
32540
|
};
|
|
32644
32541
|
});
|
|
32645
|
-
},{"
|
|
32542
|
+
},{"228":228}],359:[function(_dereq_,module,exports){
|
|
32646
32543
|
'use strict';
|
|
32647
|
-
var strong = _dereq_(
|
|
32544
|
+
var strong = _dereq_(216);
|
|
32648
32545
|
|
|
32649
32546
|
// 23.2 Set Objects
|
|
32650
|
-
_dereq_(
|
|
32651
|
-
return function Set(){ return get(this, arguments
|
|
32547
|
+
_dereq_(219)('Set', function(get){
|
|
32548
|
+
return function Set(){ return get(this, arguments[0]); };
|
|
32652
32549
|
}, {
|
|
32653
32550
|
// 23.2.3.1 Set.prototype.add(value)
|
|
32654
32551
|
add: function add(value){
|
|
32655
32552
|
return strong.def(this, value = value === 0 ? 0 : value, value);
|
|
32656
32553
|
}
|
|
32657
32554
|
}, strong);
|
|
32658
|
-
},{"
|
|
32555
|
+
},{"216":216,"219":219}],360:[function(_dereq_,module,exports){
|
|
32659
32556
|
'use strict';
|
|
32660
|
-
var $def = _dereq_(
|
|
32661
|
-
, $at = _dereq_(
|
|
32557
|
+
var $def = _dereq_(222)
|
|
32558
|
+
, $at = _dereq_(268)(false);
|
|
32662
32559
|
$def($def.P, 'String', {
|
|
32663
32560
|
// 21.1.3.3 String.prototype.codePointAt(pos)
|
|
32664
32561
|
codePointAt: function codePointAt(pos){
|
|
32665
32562
|
return $at(this, pos);
|
|
32666
32563
|
}
|
|
32667
32564
|
});
|
|
32668
|
-
},{"
|
|
32669
|
-
// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])
|
|
32565
|
+
},{"222":222,"268":268}],361:[function(_dereq_,module,exports){
|
|
32670
32566
|
'use strict';
|
|
32671
|
-
var $def
|
|
32672
|
-
, toLength
|
|
32673
|
-
, context
|
|
32674
|
-
, ENDS_WITH = 'endsWith'
|
|
32675
|
-
, $endsWith = ''[ENDS_WITH];
|
|
32567
|
+
var $def = _dereq_(222)
|
|
32568
|
+
, toLength = _dereq_(279)
|
|
32569
|
+
, context = _dereq_(269);
|
|
32676
32570
|
|
|
32677
|
-
|
|
32571
|
+
// should throw error on regex
|
|
32572
|
+
$def($def.P + $def.F * !_dereq_(227)(function(){ 'q'.endsWith(/./); }), 'String', {
|
|
32573
|
+
// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])
|
|
32678
32574
|
endsWith: function endsWith(searchString /*, endPosition = @length */){
|
|
32679
|
-
var that = context(this, searchString,
|
|
32680
|
-
,
|
|
32681
|
-
, endPosition = $$.length > 1 ? $$[1] : undefined
|
|
32575
|
+
var that = context(this, searchString, 'endsWith')
|
|
32576
|
+
, endPosition = arguments[1]
|
|
32682
32577
|
, len = toLength(that.length)
|
|
32683
32578
|
, end = endPosition === undefined ? len : Math.min(toLength(endPosition), len)
|
|
32684
32579
|
, search = String(searchString);
|
|
32685
|
-
return
|
|
32686
|
-
? $endsWith.call(that, search, end)
|
|
32687
|
-
: that.slice(end - search.length, end) === search;
|
|
32580
|
+
return that.slice(end - search.length, end) === search;
|
|
32688
32581
|
}
|
|
32689
32582
|
});
|
|
32690
|
-
},{"
|
|
32691
|
-
var $def = _dereq_(
|
|
32692
|
-
, toIndex = _dereq_(
|
|
32583
|
+
},{"222":222,"227":227,"269":269,"279":279}],362:[function(_dereq_,module,exports){
|
|
32584
|
+
var $def = _dereq_(222)
|
|
32585
|
+
, toIndex = _dereq_(276)
|
|
32693
32586
|
, fromCharCode = String.fromCharCode
|
|
32694
32587
|
, $fromCodePoint = String.fromCodePoint;
|
|
32695
32588
|
|
|
@@ -32697,13 +32590,12 @@ var $def = _dereq_(224)
|
|
|
32697
32590
|
$def($def.S + $def.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {
|
|
32698
32591
|
// 21.1.2.2 String.fromCodePoint(...codePoints)
|
|
32699
32592
|
fromCodePoint: function fromCodePoint(x){ // eslint-disable-line no-unused-vars
|
|
32700
|
-
var res
|
|
32701
|
-
,
|
|
32702
|
-
,
|
|
32703
|
-
, i = 0
|
|
32593
|
+
var res = []
|
|
32594
|
+
, len = arguments.length
|
|
32595
|
+
, i = 0
|
|
32704
32596
|
, code;
|
|
32705
|
-
while(
|
|
32706
|
-
code =
|
|
32597
|
+
while(len > i){
|
|
32598
|
+
code = +arguments[i++];
|
|
32707
32599
|
if(toIndex(code, 0x10ffff) !== code)throw RangeError(code + ' is not a valid code point');
|
|
32708
32600
|
res.push(code < 0x10000
|
|
32709
32601
|
? fromCharCode(code)
|
|
@@ -32712,24 +32604,23 @@ $def($def.S + $def.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String
|
|
|
32712
32604
|
} return res.join('');
|
|
32713
32605
|
}
|
|
32714
32606
|
});
|
|
32715
|
-
},{"
|
|
32716
|
-
// 21.1.3.7 String.prototype.includes(searchString, position = 0)
|
|
32607
|
+
},{"222":222,"276":276}],363:[function(_dereq_,module,exports){
|
|
32717
32608
|
'use strict';
|
|
32718
|
-
var $def
|
|
32719
|
-
, context
|
|
32720
|
-
, INCLUDES = 'includes';
|
|
32609
|
+
var $def = _dereq_(222)
|
|
32610
|
+
, context = _dereq_(269);
|
|
32721
32611
|
|
|
32722
|
-
$def($def.P
|
|
32612
|
+
$def($def.P, 'String', {
|
|
32613
|
+
// 21.1.3.7 String.prototype.includes(searchString, position = 0)
|
|
32723
32614
|
includes: function includes(searchString /*, position = 0 */){
|
|
32724
|
-
return !!~context(this, searchString,
|
|
32615
|
+
return !!~context(this, searchString, 'includes').indexOf(searchString, arguments[1]);
|
|
32725
32616
|
}
|
|
32726
32617
|
});
|
|
32727
|
-
},{"
|
|
32618
|
+
},{"222":222,"269":269}],364:[function(_dereq_,module,exports){
|
|
32728
32619
|
'use strict';
|
|
32729
|
-
var $at = _dereq_(
|
|
32620
|
+
var $at = _dereq_(268)(true);
|
|
32730
32621
|
|
|
32731
32622
|
// 21.1.3.27 String.prototype[@@iterator]()
|
|
32732
|
-
_dereq_(
|
|
32623
|
+
_dereq_(244)(String, 'String', function(iterated){
|
|
32733
32624
|
this._t = String(iterated); // target
|
|
32734
32625
|
this._i = 0; // next index
|
|
32735
32626
|
// 21.1.5.2.1 %StringIteratorPrototype%.next()
|
|
@@ -32742,89 +32633,80 @@ _dereq_(248)(String, 'String', function(iterated){
|
|
|
32742
32633
|
this._i += point.length;
|
|
32743
32634
|
return {value: point, done: false};
|
|
32744
32635
|
});
|
|
32745
|
-
},{"
|
|
32746
|
-
var $def = _dereq_(
|
|
32747
|
-
, toIObject = _dereq_(
|
|
32748
|
-
, toLength = _dereq_(
|
|
32636
|
+
},{"244":244,"268":268}],365:[function(_dereq_,module,exports){
|
|
32637
|
+
var $def = _dereq_(222)
|
|
32638
|
+
, toIObject = _dereq_(278)
|
|
32639
|
+
, toLength = _dereq_(279);
|
|
32749
32640
|
|
|
32750
32641
|
$def($def.S, 'String', {
|
|
32751
32642
|
// 21.1.2.4 String.raw(callSite, ...substitutions)
|
|
32752
32643
|
raw: function raw(callSite){
|
|
32753
|
-
var tpl
|
|
32754
|
-
, len
|
|
32755
|
-
,
|
|
32756
|
-
,
|
|
32757
|
-
,
|
|
32758
|
-
, i = 0;
|
|
32644
|
+
var tpl = toIObject(callSite.raw)
|
|
32645
|
+
, len = toLength(tpl.length)
|
|
32646
|
+
, sln = arguments.length
|
|
32647
|
+
, res = []
|
|
32648
|
+
, i = 0;
|
|
32759
32649
|
while(len > i){
|
|
32760
32650
|
res.push(String(tpl[i++]));
|
|
32761
|
-
if(i <
|
|
32651
|
+
if(i < sln)res.push(String(arguments[i]));
|
|
32762
32652
|
} return res.join('');
|
|
32763
32653
|
}
|
|
32764
32654
|
});
|
|
32765
|
-
},{"
|
|
32766
|
-
var $def = _dereq_(
|
|
32655
|
+
},{"222":222,"278":278,"279":279}],366:[function(_dereq_,module,exports){
|
|
32656
|
+
var $def = _dereq_(222);
|
|
32767
32657
|
|
|
32768
32658
|
$def($def.P, 'String', {
|
|
32769
32659
|
// 21.1.3.13 String.prototype.repeat(count)
|
|
32770
|
-
repeat: _dereq_(
|
|
32660
|
+
repeat: _dereq_(271)
|
|
32771
32661
|
});
|
|
32772
|
-
},{"
|
|
32773
|
-
// 21.1.3.18 String.prototype.startsWith(searchString [, position ])
|
|
32662
|
+
},{"222":222,"271":271}],367:[function(_dereq_,module,exports){
|
|
32774
32663
|
'use strict';
|
|
32775
|
-
var $def
|
|
32776
|
-
, toLength
|
|
32777
|
-
, context
|
|
32778
|
-
, STARTS_WITH = 'startsWith'
|
|
32779
|
-
, $startsWith = ''[STARTS_WITH];
|
|
32664
|
+
var $def = _dereq_(222)
|
|
32665
|
+
, toLength = _dereq_(279)
|
|
32666
|
+
, context = _dereq_(269);
|
|
32780
32667
|
|
|
32781
|
-
|
|
32668
|
+
// should throw error on regex
|
|
32669
|
+
$def($def.P + $def.F * !_dereq_(227)(function(){ 'q'.startsWith(/./); }), 'String', {
|
|
32670
|
+
// 21.1.3.18 String.prototype.startsWith(searchString [, position ])
|
|
32782
32671
|
startsWith: function startsWith(searchString /*, position = 0 */){
|
|
32783
|
-
var that = context(this, searchString,
|
|
32784
|
-
,
|
|
32785
|
-
, index = toLength(Math.min($$.length > 1 ? $$[1] : undefined, that.length))
|
|
32672
|
+
var that = context(this, searchString, 'startsWith')
|
|
32673
|
+
, index = toLength(Math.min(arguments[1], that.length))
|
|
32786
32674
|
, search = String(searchString);
|
|
32787
|
-
return
|
|
32788
|
-
? $startsWith.call(that, search, index)
|
|
32789
|
-
: that.slice(index, index + search.length) === search;
|
|
32675
|
+
return that.slice(index, index + search.length) === search;
|
|
32790
32676
|
}
|
|
32791
32677
|
});
|
|
32792
|
-
},{"
|
|
32678
|
+
},{"222":222,"227":227,"269":269,"279":279}],368:[function(_dereq_,module,exports){
|
|
32793
32679
|
'use strict';
|
|
32794
32680
|
// 21.1.3.25 String.prototype.trim()
|
|
32795
|
-
_dereq_(
|
|
32681
|
+
_dereq_(272)('trim', function($trim){
|
|
32796
32682
|
return function trim(){
|
|
32797
32683
|
return $trim(this, 3);
|
|
32798
32684
|
};
|
|
32799
32685
|
});
|
|
32800
|
-
},{"
|
|
32686
|
+
},{"272":272}],369:[function(_dereq_,module,exports){
|
|
32801
32687
|
'use strict';
|
|
32802
32688
|
// ECMAScript 6 symbols shim
|
|
32803
|
-
var $ = _dereq_(
|
|
32804
|
-
, global = _dereq_(
|
|
32805
|
-
, has = _dereq_(
|
|
32806
|
-
, SUPPORT_DESC = _dereq_(
|
|
32807
|
-
, $def = _dereq_(
|
|
32808
|
-
, $redef = _dereq_(
|
|
32809
|
-
,
|
|
32810
|
-
,
|
|
32811
|
-
,
|
|
32812
|
-
,
|
|
32813
|
-
,
|
|
32814
|
-
,
|
|
32815
|
-
,
|
|
32816
|
-
, enumKeys = _dereq_(227)
|
|
32817
|
-
, isArray = _dereq_(242)
|
|
32689
|
+
var $ = _dereq_(248)
|
|
32690
|
+
, global = _dereq_(232)
|
|
32691
|
+
, has = _dereq_(233)
|
|
32692
|
+
, SUPPORT_DESC = _dereq_(273)
|
|
32693
|
+
, $def = _dereq_(222)
|
|
32694
|
+
, $redef = _dereq_(260)
|
|
32695
|
+
, shared = _dereq_(264)
|
|
32696
|
+
, setTag = _dereq_(274)
|
|
32697
|
+
, uid = _dereq_(281)
|
|
32698
|
+
, wks = _dereq_(283)
|
|
32699
|
+
, keyOf = _dereq_(249)
|
|
32700
|
+
, $names = _dereq_(231)
|
|
32701
|
+
, enumKeys = _dereq_(225)
|
|
32818
32702
|
, anObject = _dereq_(210)
|
|
32819
|
-
, toIObject = _dereq_(
|
|
32820
|
-
, createDesc = _dereq_(
|
|
32703
|
+
, toIObject = _dereq_(278)
|
|
32704
|
+
, createDesc = _dereq_(259)
|
|
32821
32705
|
, getDesc = $.getDesc
|
|
32822
32706
|
, setDesc = $.setDesc
|
|
32823
|
-
,
|
|
32707
|
+
, $create = $.create
|
|
32824
32708
|
, getNames = $names.get
|
|
32825
32709
|
, $Symbol = global.Symbol
|
|
32826
|
-
, $JSON = global.JSON
|
|
32827
|
-
, _stringify = $JSON && $JSON.stringify
|
|
32828
32710
|
, setter = false
|
|
32829
32711
|
, HIDDEN = wks('_hidden')
|
|
32830
32712
|
, isEnum = $.isEnum
|
|
@@ -32833,20 +32715,25 @@ var $ = _dereq_(252)
|
|
|
32833
32715
|
, useNative = typeof $Symbol == 'function'
|
|
32834
32716
|
, ObjectProto = Object.prototype;
|
|
32835
32717
|
|
|
32836
|
-
// fallback for old Android
|
|
32837
|
-
|
|
32838
|
-
|
|
32839
|
-
|
|
32840
|
-
|
|
32841
|
-
}
|
|
32842
|
-
|
|
32843
|
-
|
|
32844
|
-
|
|
32845
|
-
|
|
32846
|
-
|
|
32718
|
+
var setSymbolDesc = SUPPORT_DESC ? function(){ // fallback for old Android
|
|
32719
|
+
try {
|
|
32720
|
+
return $create(setDesc({}, HIDDEN, {
|
|
32721
|
+
get: function(){
|
|
32722
|
+
return setDesc(this, HIDDEN, {value: false})[HIDDEN];
|
|
32723
|
+
}
|
|
32724
|
+
}))[HIDDEN] || setDesc;
|
|
32725
|
+
} catch(e){
|
|
32726
|
+
return function(it, key, D){
|
|
32727
|
+
var protoDesc = getDesc(ObjectProto, key);
|
|
32728
|
+
if(protoDesc)delete ObjectProto[key];
|
|
32729
|
+
setDesc(it, key, D);
|
|
32730
|
+
if(protoDesc && it !== ObjectProto)setDesc(ObjectProto, key, protoDesc);
|
|
32731
|
+
};
|
|
32732
|
+
}
|
|
32733
|
+
}() : setDesc;
|
|
32847
32734
|
|
|
32848
32735
|
var wrap = function(tag){
|
|
32849
|
-
var sym = AllSymbols[tag] =
|
|
32736
|
+
var sym = AllSymbols[tag] = $create($Symbol.prototype);
|
|
32850
32737
|
sym._k = tag;
|
|
32851
32738
|
SUPPORT_DESC && setter && setSymbolDesc(ObjectProto, tag, {
|
|
32852
32739
|
configurable: true,
|
|
@@ -32858,106 +32745,76 @@ var wrap = function(tag){
|
|
|
32858
32745
|
return sym;
|
|
32859
32746
|
};
|
|
32860
32747
|
|
|
32861
|
-
|
|
32862
|
-
return typeof it == 'symbol';
|
|
32863
|
-
};
|
|
32864
|
-
|
|
32865
|
-
var $defineProperty = function defineProperty(it, key, D){
|
|
32748
|
+
function defineProperty(it, key, D){
|
|
32866
32749
|
if(D && has(AllSymbols, key)){
|
|
32867
32750
|
if(!D.enumerable){
|
|
32868
32751
|
if(!has(it, HIDDEN))setDesc(it, HIDDEN, createDesc(1, {}));
|
|
32869
32752
|
it[HIDDEN][key] = true;
|
|
32870
32753
|
} else {
|
|
32871
32754
|
if(has(it, HIDDEN) && it[HIDDEN][key])it[HIDDEN][key] = false;
|
|
32872
|
-
D =
|
|
32755
|
+
D = $create(D, {enumerable: createDesc(0, false)});
|
|
32873
32756
|
} return setSymbolDesc(it, key, D);
|
|
32874
32757
|
} return setDesc(it, key, D);
|
|
32875
|
-
}
|
|
32876
|
-
|
|
32758
|
+
}
|
|
32759
|
+
function defineProperties(it, P){
|
|
32877
32760
|
anObject(it);
|
|
32878
32761
|
var keys = enumKeys(P = toIObject(P))
|
|
32879
32762
|
, i = 0
|
|
32880
32763
|
, l = keys.length
|
|
32881
32764
|
, key;
|
|
32882
|
-
while(l > i)
|
|
32765
|
+
while(l > i)defineProperty(it, key = keys[i++], P[key]);
|
|
32883
32766
|
return it;
|
|
32884
|
-
}
|
|
32885
|
-
|
|
32886
|
-
return P === undefined ?
|
|
32887
|
-
}
|
|
32888
|
-
|
|
32767
|
+
}
|
|
32768
|
+
function create(it, P){
|
|
32769
|
+
return P === undefined ? $create(it) : defineProperties($create(it), P);
|
|
32770
|
+
}
|
|
32771
|
+
function propertyIsEnumerable(key){
|
|
32889
32772
|
var E = isEnum.call(this, key);
|
|
32890
32773
|
return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key]
|
|
32891
32774
|
? E : true;
|
|
32892
|
-
}
|
|
32893
|
-
|
|
32775
|
+
}
|
|
32776
|
+
function getOwnPropertyDescriptor(it, key){
|
|
32894
32777
|
var D = getDesc(it = toIObject(it), key);
|
|
32895
32778
|
if(D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key]))D.enumerable = true;
|
|
32896
32779
|
return D;
|
|
32897
|
-
}
|
|
32898
|
-
|
|
32780
|
+
}
|
|
32781
|
+
function getOwnPropertyNames(it){
|
|
32899
32782
|
var names = getNames(toIObject(it))
|
|
32900
32783
|
, result = []
|
|
32901
32784
|
, i = 0
|
|
32902
32785
|
, key;
|
|
32903
32786
|
while(names.length > i)if(!has(AllSymbols, key = names[i++]) && key != HIDDEN)result.push(key);
|
|
32904
32787
|
return result;
|
|
32905
|
-
}
|
|
32906
|
-
|
|
32788
|
+
}
|
|
32789
|
+
function getOwnPropertySymbols(it){
|
|
32907
32790
|
var names = getNames(toIObject(it))
|
|
32908
32791
|
, result = []
|
|
32909
32792
|
, i = 0
|
|
32910
32793
|
, key;
|
|
32911
32794
|
while(names.length > i)if(has(AllSymbols, key = names[i++]))result.push(AllSymbols[key]);
|
|
32912
32795
|
return result;
|
|
32913
|
-
}
|
|
32914
|
-
var $stringify = function stringify(it){
|
|
32915
|
-
var args = [it]
|
|
32916
|
-
, i = 1
|
|
32917
|
-
, $$ = arguments
|
|
32918
|
-
, replacer, $replacer;
|
|
32919
|
-
while($$.length > i)args.push($$[i++]);
|
|
32920
|
-
replacer = args[1];
|
|
32921
|
-
if(typeof replacer == 'function')$replacer = replacer;
|
|
32922
|
-
if($replacer || !isArray(replacer))replacer = function(key, value){
|
|
32923
|
-
if($replacer)value = $replacer.call(this, key, value);
|
|
32924
|
-
if(!isSymbol(value))return value;
|
|
32925
|
-
};
|
|
32926
|
-
args[1] = replacer;
|
|
32927
|
-
return _stringify.apply($JSON, args);
|
|
32928
|
-
};
|
|
32929
|
-
var buggyJSON = $fails(function(){
|
|
32930
|
-
var S = $Symbol();
|
|
32931
|
-
// MS Edge converts symbol values to JSON as {}
|
|
32932
|
-
// WebKit converts symbol values to JSON as null
|
|
32933
|
-
// V8 throws on boxed symbols
|
|
32934
|
-
return _stringify([S]) != '[null]' || _stringify({a: S}) != '{}' || _stringify(Object(S)) != '{}';
|
|
32935
|
-
});
|
|
32796
|
+
}
|
|
32936
32797
|
|
|
32937
32798
|
// 19.4.1.1 Symbol([description])
|
|
32938
32799
|
if(!useNative){
|
|
32939
32800
|
$Symbol = function Symbol(){
|
|
32940
|
-
if(
|
|
32941
|
-
return wrap(uid(arguments
|
|
32801
|
+
if(this instanceof $Symbol)throw TypeError('Symbol is not a constructor');
|
|
32802
|
+
return wrap(uid(arguments[0]));
|
|
32942
32803
|
};
|
|
32943
|
-
$redef($Symbol.prototype, 'toString', function
|
|
32804
|
+
$redef($Symbol.prototype, 'toString', function(){
|
|
32944
32805
|
return this._k;
|
|
32945
32806
|
});
|
|
32946
32807
|
|
|
32947
|
-
|
|
32948
|
-
|
|
32949
|
-
|
|
32950
|
-
|
|
32951
|
-
$.
|
|
32952
|
-
$.
|
|
32953
|
-
$.
|
|
32954
|
-
$.setDesc = $defineProperty;
|
|
32955
|
-
$.setDescs = $defineProperties;
|
|
32956
|
-
$.getNames = $names.get = $getOwnPropertyNames;
|
|
32957
|
-
$.getSymbols = $getOwnPropertySymbols;
|
|
32808
|
+
$.create = create;
|
|
32809
|
+
$.isEnum = propertyIsEnumerable;
|
|
32810
|
+
$.getDesc = getOwnPropertyDescriptor;
|
|
32811
|
+
$.setDesc = defineProperty;
|
|
32812
|
+
$.setDescs = defineProperties;
|
|
32813
|
+
$.getNames = $names.get = getOwnPropertyNames;
|
|
32814
|
+
$.getSymbols = getOwnPropertySymbols;
|
|
32958
32815
|
|
|
32959
|
-
if(SUPPORT_DESC && !_dereq_(
|
|
32960
|
-
$redef(ObjectProto, 'propertyIsEnumerable',
|
|
32816
|
+
if(SUPPORT_DESC && !_dereq_(250)){
|
|
32817
|
+
$redef(ObjectProto, 'propertyIsEnumerable', propertyIsEnumerable, true);
|
|
32961
32818
|
}
|
|
32962
32819
|
}
|
|
32963
32820
|
|
|
@@ -32987,12 +32844,13 @@ var symbolStatics = {
|
|
|
32987
32844
|
// 19.4.2.13 Symbol.toStringTag
|
|
32988
32845
|
// 19.4.2.14 Symbol.unscopables
|
|
32989
32846
|
$.each.call((
|
|
32990
|
-
|
|
32991
|
-
|
|
32992
|
-
).split(','), function(it){
|
|
32993
|
-
|
|
32994
|
-
|
|
32995
|
-
}
|
|
32847
|
+
'hasInstance,isConcatSpreadable,iterator,match,replace,search,' +
|
|
32848
|
+
'species,split,toPrimitive,toStringTag,unscopables'
|
|
32849
|
+
).split(','), function(it){
|
|
32850
|
+
var sym = wks(it);
|
|
32851
|
+
symbolStatics[it] = useNative ? sym : wrap(sym);
|
|
32852
|
+
}
|
|
32853
|
+
);
|
|
32996
32854
|
|
|
32997
32855
|
setter = true;
|
|
32998
32856
|
|
|
@@ -33002,42 +32860,39 @@ $def($def.S, 'Symbol', symbolStatics);
|
|
|
33002
32860
|
|
|
33003
32861
|
$def($def.S + $def.F * !useNative, 'Object', {
|
|
33004
32862
|
// 19.1.2.2 Object.create(O [, Properties])
|
|
33005
|
-
create:
|
|
32863
|
+
create: create,
|
|
33006
32864
|
// 19.1.2.4 Object.defineProperty(O, P, Attributes)
|
|
33007
|
-
defineProperty:
|
|
32865
|
+
defineProperty: defineProperty,
|
|
33008
32866
|
// 19.1.2.3 Object.defineProperties(O, Properties)
|
|
33009
|
-
defineProperties:
|
|
32867
|
+
defineProperties: defineProperties,
|
|
33010
32868
|
// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
|
|
33011
|
-
getOwnPropertyDescriptor:
|
|
32869
|
+
getOwnPropertyDescriptor: getOwnPropertyDescriptor,
|
|
33012
32870
|
// 19.1.2.7 Object.getOwnPropertyNames(O)
|
|
33013
|
-
getOwnPropertyNames:
|
|
32871
|
+
getOwnPropertyNames: getOwnPropertyNames,
|
|
33014
32872
|
// 19.1.2.8 Object.getOwnPropertySymbols(O)
|
|
33015
|
-
getOwnPropertySymbols:
|
|
32873
|
+
getOwnPropertySymbols: getOwnPropertySymbols
|
|
33016
32874
|
});
|
|
33017
32875
|
|
|
33018
|
-
// 24.3.2 JSON.stringify(value [, replacer [, space]])
|
|
33019
|
-
$JSON && $def($def.S + $def.F * (!useNative || buggyJSON), 'JSON', {stringify: $stringify});
|
|
33020
|
-
|
|
33021
32876
|
// 19.4.3.5 Symbol.prototype[@@toStringTag]
|
|
33022
32877
|
setTag($Symbol, 'Symbol');
|
|
33023
32878
|
// 20.2.1.9 Math[@@toStringTag]
|
|
33024
32879
|
setTag(Math, 'Math', true);
|
|
33025
32880
|
// 24.3.3 JSON[@@toStringTag]
|
|
33026
32881
|
setTag(global.JSON, 'JSON', true);
|
|
33027
|
-
},{"210":210,"
|
|
32882
|
+
},{"210":210,"222":222,"225":225,"231":231,"232":232,"233":233,"248":248,"249":249,"250":250,"259":259,"260":260,"264":264,"273":273,"274":274,"278":278,"281":281,"283":283}],370:[function(_dereq_,module,exports){
|
|
33028
32883
|
'use strict';
|
|
33029
|
-
var $ = _dereq_(
|
|
33030
|
-
, weak = _dereq_(
|
|
33031
|
-
, isObject = _dereq_(
|
|
33032
|
-
, has = _dereq_(
|
|
32884
|
+
var $ = _dereq_(248)
|
|
32885
|
+
, weak = _dereq_(218)
|
|
32886
|
+
, isObject = _dereq_(240)
|
|
32887
|
+
, has = _dereq_(233)
|
|
33033
32888
|
, frozenStore = weak.frozenStore
|
|
33034
32889
|
, WEAK = weak.WEAK
|
|
33035
32890
|
, isExtensible = Object.isExtensible || isObject
|
|
33036
32891
|
, tmp = {};
|
|
33037
32892
|
|
|
33038
32893
|
// 23.3 WeakMap Objects
|
|
33039
|
-
var $WeakMap = _dereq_(
|
|
33040
|
-
return function WeakMap(){ return get(this, arguments
|
|
32894
|
+
var $WeakMap = _dereq_(219)('WeakMap', function(get){
|
|
32895
|
+
return function WeakMap(){ return get(this, arguments[0]); };
|
|
33041
32896
|
}, {
|
|
33042
32897
|
// 23.3.3.3 WeakMap.prototype.get(key)
|
|
33043
32898
|
get: function get(key){
|
|
@@ -33057,7 +32912,7 @@ if(new $WeakMap().set((Object.freeze || Object)(tmp), 7).get(tmp) != 7){
|
|
|
33057
32912
|
$.each.call(['delete', 'has', 'get', 'set'], function(key){
|
|
33058
32913
|
var proto = $WeakMap.prototype
|
|
33059
32914
|
, method = proto[key];
|
|
33060
|
-
_dereq_(
|
|
32915
|
+
_dereq_(260)(proto, key, function(a, b){
|
|
33061
32916
|
// store frozen objects on leaky map
|
|
33062
32917
|
if(isObject(a) && !isExtensible(a)){
|
|
33063
32918
|
var result = frozenStore(this)[key](a, b);
|
|
@@ -33067,52 +32922,52 @@ if(new $WeakMap().set((Object.freeze || Object)(tmp), 7).get(tmp) != 7){
|
|
|
33067
32922
|
});
|
|
33068
32923
|
});
|
|
33069
32924
|
}
|
|
33070
|
-
},{"
|
|
32925
|
+
},{"218":218,"219":219,"233":233,"240":240,"248":248,"260":260}],371:[function(_dereq_,module,exports){
|
|
33071
32926
|
'use strict';
|
|
33072
|
-
var weak = _dereq_(
|
|
32927
|
+
var weak = _dereq_(218);
|
|
33073
32928
|
|
|
33074
32929
|
// 23.4 WeakSet Objects
|
|
33075
|
-
_dereq_(
|
|
33076
|
-
return function WeakSet(){ return get(this, arguments
|
|
32930
|
+
_dereq_(219)('WeakSet', function(get){
|
|
32931
|
+
return function WeakSet(){ return get(this, arguments[0]); };
|
|
33077
32932
|
}, {
|
|
33078
32933
|
// 23.4.3.1 WeakSet.prototype.add(value)
|
|
33079
32934
|
add: function add(value){
|
|
33080
32935
|
return weak.def(this, value, true);
|
|
33081
32936
|
}
|
|
33082
32937
|
}, weak, false, true);
|
|
33083
|
-
},{"
|
|
32938
|
+
},{"218":218,"219":219}],372:[function(_dereq_,module,exports){
|
|
33084
32939
|
'use strict';
|
|
33085
|
-
var $def = _dereq_(
|
|
33086
|
-
, $includes = _dereq_(
|
|
32940
|
+
var $def = _dereq_(222)
|
|
32941
|
+
, $includes = _dereq_(211)(true);
|
|
33087
32942
|
$def($def.P, 'Array', {
|
|
33088
32943
|
// https://github.com/domenic/Array.prototype.includes
|
|
33089
32944
|
includes: function includes(el /*, fromIndex = 0 */){
|
|
33090
|
-
return $includes(this, el, arguments
|
|
32945
|
+
return $includes(this, el, arguments[1]);
|
|
33091
32946
|
}
|
|
33092
32947
|
});
|
|
33093
|
-
_dereq_(
|
|
33094
|
-
},{"
|
|
32948
|
+
_dereq_(282)('includes');
|
|
32949
|
+
},{"211":211,"222":222,"282":282}],373:[function(_dereq_,module,exports){
|
|
33095
32950
|
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
|
|
33096
|
-
var $def = _dereq_(
|
|
32951
|
+
var $def = _dereq_(222);
|
|
33097
32952
|
|
|
33098
|
-
$def($def.P, 'Map', {toJSON: _dereq_(
|
|
33099
|
-
},{"
|
|
32953
|
+
$def($def.P, 'Map', {toJSON: _dereq_(217)('Map')});
|
|
32954
|
+
},{"217":217,"222":222}],374:[function(_dereq_,module,exports){
|
|
33100
32955
|
// http://goo.gl/XkBrjD
|
|
33101
|
-
var $def = _dereq_(
|
|
33102
|
-
, $entries = _dereq_(
|
|
32956
|
+
var $def = _dereq_(222)
|
|
32957
|
+
, $entries = _dereq_(255)(true);
|
|
33103
32958
|
|
|
33104
32959
|
$def($def.S, 'Object', {
|
|
33105
32960
|
entries: function entries(it){
|
|
33106
32961
|
return $entries(it);
|
|
33107
32962
|
}
|
|
33108
32963
|
});
|
|
33109
|
-
},{"
|
|
32964
|
+
},{"222":222,"255":255}],375:[function(_dereq_,module,exports){
|
|
33110
32965
|
// https://gist.github.com/WebReflection/9353781
|
|
33111
|
-
var $ = _dereq_(
|
|
33112
|
-
, $def = _dereq_(
|
|
33113
|
-
, ownKeys = _dereq_(
|
|
33114
|
-
, toIObject = _dereq_(
|
|
33115
|
-
, createDesc = _dereq_(
|
|
32966
|
+
var $ = _dereq_(248)
|
|
32967
|
+
, $def = _dereq_(222)
|
|
32968
|
+
, ownKeys = _dereq_(256)
|
|
32969
|
+
, toIObject = _dereq_(278)
|
|
32970
|
+
, createDesc = _dereq_(259);
|
|
33116
32971
|
|
|
33117
32972
|
$def($def.S, 'Object', {
|
|
33118
32973
|
getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object){
|
|
@@ -33130,81 +32985,81 @@ $def($def.S, 'Object', {
|
|
|
33130
32985
|
} return result;
|
|
33131
32986
|
}
|
|
33132
32987
|
});
|
|
33133
|
-
},{"
|
|
32988
|
+
},{"222":222,"248":248,"256":256,"259":259,"278":278}],376:[function(_dereq_,module,exports){
|
|
33134
32989
|
// http://goo.gl/XkBrjD
|
|
33135
|
-
var $def = _dereq_(
|
|
33136
|
-
, $values = _dereq_(
|
|
32990
|
+
var $def = _dereq_(222)
|
|
32991
|
+
, $values = _dereq_(255)(false);
|
|
33137
32992
|
|
|
33138
32993
|
$def($def.S, 'Object', {
|
|
33139
32994
|
values: function values(it){
|
|
33140
32995
|
return $values(it);
|
|
33141
32996
|
}
|
|
33142
32997
|
});
|
|
33143
|
-
},{"
|
|
32998
|
+
},{"222":222,"255":255}],377:[function(_dereq_,module,exports){
|
|
33144
32999
|
// https://github.com/benjamingr/RexExp.escape
|
|
33145
|
-
var $def = _dereq_(
|
|
33146
|
-
, $re = _dereq_(
|
|
33000
|
+
var $def = _dereq_(222)
|
|
33001
|
+
, $re = _dereq_(261)(/[\\^$*+?.()|[\]{}]/g, '\\$&');
|
|
33147
33002
|
$def($def.S, 'RegExp', {escape: function escape(it){ return $re(it); }});
|
|
33148
33003
|
|
|
33149
|
-
},{"
|
|
33004
|
+
},{"222":222,"261":261}],378:[function(_dereq_,module,exports){
|
|
33150
33005
|
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
|
|
33151
|
-
var $def = _dereq_(
|
|
33006
|
+
var $def = _dereq_(222);
|
|
33152
33007
|
|
|
33153
|
-
$def($def.P, 'Set', {toJSON: _dereq_(
|
|
33154
|
-
},{"
|
|
33008
|
+
$def($def.P, 'Set', {toJSON: _dereq_(217)('Set')});
|
|
33009
|
+
},{"217":217,"222":222}],379:[function(_dereq_,module,exports){
|
|
33155
33010
|
// https://github.com/mathiasbynens/String.prototype.at
|
|
33156
33011
|
'use strict';
|
|
33157
|
-
var $def = _dereq_(
|
|
33158
|
-
, $at = _dereq_(
|
|
33012
|
+
var $def = _dereq_(222)
|
|
33013
|
+
, $at = _dereq_(268)(true);
|
|
33159
33014
|
$def($def.P, 'String', {
|
|
33160
33015
|
at: function at(pos){
|
|
33161
33016
|
return $at(this, pos);
|
|
33162
33017
|
}
|
|
33163
33018
|
});
|
|
33164
|
-
},{"
|
|
33019
|
+
},{"222":222,"268":268}],380:[function(_dereq_,module,exports){
|
|
33165
33020
|
'use strict';
|
|
33166
|
-
var $def = _dereq_(
|
|
33167
|
-
, $pad = _dereq_(
|
|
33021
|
+
var $def = _dereq_(222)
|
|
33022
|
+
, $pad = _dereq_(270);
|
|
33168
33023
|
$def($def.P, 'String', {
|
|
33169
33024
|
padLeft: function padLeft(maxLength /*, fillString = ' ' */){
|
|
33170
|
-
return $pad(this, maxLength, arguments
|
|
33025
|
+
return $pad(this, maxLength, arguments[1], true);
|
|
33171
33026
|
}
|
|
33172
33027
|
});
|
|
33173
|
-
},{"
|
|
33028
|
+
},{"222":222,"270":270}],381:[function(_dereq_,module,exports){
|
|
33174
33029
|
'use strict';
|
|
33175
|
-
var $def = _dereq_(
|
|
33176
|
-
, $pad = _dereq_(
|
|
33030
|
+
var $def = _dereq_(222)
|
|
33031
|
+
, $pad = _dereq_(270);
|
|
33177
33032
|
$def($def.P, 'String', {
|
|
33178
33033
|
padRight: function padRight(maxLength /*, fillString = ' ' */){
|
|
33179
|
-
return $pad(this, maxLength, arguments
|
|
33034
|
+
return $pad(this, maxLength, arguments[1], false);
|
|
33180
33035
|
}
|
|
33181
33036
|
});
|
|
33182
|
-
},{"
|
|
33037
|
+
},{"222":222,"270":270}],382:[function(_dereq_,module,exports){
|
|
33183
33038
|
'use strict';
|
|
33184
33039
|
// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
|
|
33185
|
-
_dereq_(
|
|
33040
|
+
_dereq_(272)('trimLeft', function($trim){
|
|
33186
33041
|
return function trimLeft(){
|
|
33187
33042
|
return $trim(this, 1);
|
|
33188
33043
|
};
|
|
33189
33044
|
});
|
|
33190
|
-
},{"
|
|
33045
|
+
},{"272":272}],383:[function(_dereq_,module,exports){
|
|
33191
33046
|
'use strict';
|
|
33192
33047
|
// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
|
|
33193
|
-
_dereq_(
|
|
33048
|
+
_dereq_(272)('trimRight', function($trim){
|
|
33194
33049
|
return function trimRight(){
|
|
33195
33050
|
return $trim(this, 2);
|
|
33196
33051
|
};
|
|
33197
33052
|
});
|
|
33198
|
-
},{"
|
|
33053
|
+
},{"272":272}],384:[function(_dereq_,module,exports){
|
|
33199
33054
|
// JavaScript 1.6 / Strawman array statics shim
|
|
33200
|
-
var $ = _dereq_(
|
|
33201
|
-
, $def = _dereq_(
|
|
33202
|
-
, $Array = _dereq_(
|
|
33055
|
+
var $ = _dereq_(248)
|
|
33056
|
+
, $def = _dereq_(222)
|
|
33057
|
+
, $Array = _dereq_(220).Array || Array
|
|
33203
33058
|
, statics = {};
|
|
33204
33059
|
var setStatics = function(keys, length){
|
|
33205
33060
|
$.each.call(keys.split(','), function(key){
|
|
33206
33061
|
if(length == undefined && key in $Array)statics[key] = $Array[key];
|
|
33207
|
-
else if(key in [])statics[key] = _dereq_(
|
|
33062
|
+
else if(key in [])statics[key] = _dereq_(221)(Function.call, [][key], length);
|
|
33208
33063
|
});
|
|
33209
33064
|
};
|
|
33210
33065
|
setStatics('pop,reverse,shift,keys,values,entries', 1);
|
|
@@ -33212,12 +33067,12 @@ setStatics('indexOf,every,some,forEach,map,filter,find,findIndex,includes', 3);
|
|
|
33212
33067
|
setStatics('join,slice,concat,push,splice,unshift,sort,lastIndexOf,' +
|
|
33213
33068
|
'reduce,reduceRight,copyWithin,fill');
|
|
33214
33069
|
$def($def.S, 'Array', statics);
|
|
33215
|
-
},{"
|
|
33216
|
-
_dereq_(
|
|
33217
|
-
var global = _dereq_(
|
|
33218
|
-
, hide = _dereq_(
|
|
33219
|
-
, Iterators = _dereq_(
|
|
33220
|
-
, ITERATOR = _dereq_(
|
|
33070
|
+
},{"220":220,"221":221,"222":222,"248":248}],385:[function(_dereq_,module,exports){
|
|
33071
|
+
_dereq_(291);
|
|
33072
|
+
var global = _dereq_(232)
|
|
33073
|
+
, hide = _dereq_(234)
|
|
33074
|
+
, Iterators = _dereq_(247)
|
|
33075
|
+
, ITERATOR = _dereq_(283)('iterator')
|
|
33221
33076
|
, NL = global.NodeList
|
|
33222
33077
|
, HTC = global.HTMLCollection
|
|
33223
33078
|
, NLProto = NL && NL.prototype
|
|
@@ -33225,19 +33080,19 @@ var global = _dereq_(235)
|
|
|
33225
33080
|
, ArrayValues = Iterators.NodeList = Iterators.HTMLCollection = Iterators.Array;
|
|
33226
33081
|
if(NL && !(ITERATOR in NLProto))hide(NLProto, ITERATOR, ArrayValues);
|
|
33227
33082
|
if(HTC && !(ITERATOR in HTCProto))hide(HTCProto, ITERATOR, ArrayValues);
|
|
33228
|
-
},{"
|
|
33229
|
-
var $def = _dereq_(
|
|
33230
|
-
, $task = _dereq_(
|
|
33083
|
+
},{"232":232,"234":234,"247":247,"283":283,"291":291}],386:[function(_dereq_,module,exports){
|
|
33084
|
+
var $def = _dereq_(222)
|
|
33085
|
+
, $task = _dereq_(275);
|
|
33231
33086
|
$def($def.G + $def.B, {
|
|
33232
33087
|
setImmediate: $task.set,
|
|
33233
33088
|
clearImmediate: $task.clear
|
|
33234
33089
|
});
|
|
33235
|
-
},{"
|
|
33090
|
+
},{"222":222,"275":275}],387:[function(_dereq_,module,exports){
|
|
33236
33091
|
// ie9- setTimeout & setInterval additional parameters fix
|
|
33237
|
-
var global = _dereq_(
|
|
33238
|
-
, $def = _dereq_(
|
|
33239
|
-
, invoke = _dereq_(
|
|
33240
|
-
, partial = _dereq_(
|
|
33092
|
+
var global = _dereq_(232)
|
|
33093
|
+
, $def = _dereq_(222)
|
|
33094
|
+
, invoke = _dereq_(236)
|
|
33095
|
+
, partial = _dereq_(257)
|
|
33241
33096
|
, navigator = global.navigator
|
|
33242
33097
|
, MSIE = !!navigator && /MSIE .\./.test(navigator.userAgent); // <- dirty ie9- check
|
|
33243
33098
|
var wrap = function(set){
|
|
@@ -33253,35 +33108,40 @@ $def($def.G + $def.B + $def.F * MSIE, {
|
|
|
33253
33108
|
setTimeout: wrap(global.setTimeout),
|
|
33254
33109
|
setInterval: wrap(global.setInterval)
|
|
33255
33110
|
});
|
|
33256
|
-
},{"
|
|
33257
|
-
_dereq_(
|
|
33258
|
-
_dereq_(
|
|
33259
|
-
_dereq_(
|
|
33111
|
+
},{"222":222,"232":232,"236":236,"257":257}],388:[function(_dereq_,module,exports){
|
|
33112
|
+
_dereq_(285);
|
|
33113
|
+
_dereq_(369);
|
|
33114
|
+
_dereq_(324);
|
|
33115
|
+
_dereq_(332);
|
|
33116
|
+
_dereq_(336);
|
|
33260
33117
|
_dereq_(337);
|
|
33261
|
-
_dereq_(
|
|
33262
|
-
_dereq_(342);
|
|
33263
|
-
_dereq_(330);
|
|
33264
|
-
_dereq_(340);
|
|
33265
|
-
_dereq_(339);
|
|
33118
|
+
_dereq_(325);
|
|
33266
33119
|
_dereq_(335);
|
|
33267
|
-
_dereq_(336);
|
|
33268
33120
|
_dereq_(334);
|
|
33121
|
+
_dereq_(330);
|
|
33269
33122
|
_dereq_(331);
|
|
33123
|
+
_dereq_(329);
|
|
33124
|
+
_dereq_(326);
|
|
33125
|
+
_dereq_(328);
|
|
33270
33126
|
_dereq_(333);
|
|
33271
|
-
_dereq_(
|
|
33272
|
-
_dereq_(
|
|
33273
|
-
_dereq_(
|
|
33274
|
-
_dereq_(
|
|
33127
|
+
_dereq_(327);
|
|
33128
|
+
_dereq_(295);
|
|
33129
|
+
_dereq_(294);
|
|
33130
|
+
_dereq_(314);
|
|
33131
|
+
_dereq_(315);
|
|
33132
|
+
_dereq_(316);
|
|
33133
|
+
_dereq_(317);
|
|
33134
|
+
_dereq_(318);
|
|
33275
33135
|
_dereq_(319);
|
|
33276
33136
|
_dereq_(320);
|
|
33277
33137
|
_dereq_(321);
|
|
33278
33138
|
_dereq_(322);
|
|
33279
33139
|
_dereq_(323);
|
|
33280
|
-
_dereq_(
|
|
33281
|
-
_dereq_(
|
|
33282
|
-
_dereq_(
|
|
33283
|
-
_dereq_(
|
|
33284
|
-
_dereq_(
|
|
33140
|
+
_dereq_(297);
|
|
33141
|
+
_dereq_(298);
|
|
33142
|
+
_dereq_(299);
|
|
33143
|
+
_dereq_(300);
|
|
33144
|
+
_dereq_(301);
|
|
33285
33145
|
_dereq_(302);
|
|
33286
33146
|
_dereq_(303);
|
|
33287
33147
|
_dereq_(304);
|
|
@@ -33294,71 +33154,66 @@ _dereq_(310);
|
|
|
33294
33154
|
_dereq_(311);
|
|
33295
33155
|
_dereq_(312);
|
|
33296
33156
|
_dereq_(313);
|
|
33297
|
-
_dereq_(
|
|
33298
|
-
_dereq_(315);
|
|
33299
|
-
_dereq_(316);
|
|
33300
|
-
_dereq_(317);
|
|
33301
|
-
_dereq_(318);
|
|
33302
|
-
_dereq_(367);
|
|
33303
|
-
_dereq_(370);
|
|
33304
|
-
_dereq_(373);
|
|
33305
|
-
_dereq_(369);
|
|
33157
|
+
_dereq_(362);
|
|
33306
33158
|
_dereq_(365);
|
|
33307
|
-
_dereq_(366);
|
|
33308
33159
|
_dereq_(368);
|
|
33309
|
-
_dereq_(
|
|
33310
|
-
_dereq_(
|
|
33311
|
-
_dereq_(
|
|
33312
|
-
_dereq_(
|
|
33313
|
-
_dereq_(
|
|
33314
|
-
_dereq_(
|
|
33315
|
-
_dereq_(
|
|
33160
|
+
_dereq_(364);
|
|
33161
|
+
_dereq_(360);
|
|
33162
|
+
_dereq_(361);
|
|
33163
|
+
_dereq_(363);
|
|
33164
|
+
_dereq_(366);
|
|
33165
|
+
_dereq_(367);
|
|
33166
|
+
_dereq_(290);
|
|
33316
33167
|
_dereq_(292);
|
|
33317
|
-
_dereq_(
|
|
33168
|
+
_dereq_(291);
|
|
33318
33169
|
_dereq_(293);
|
|
33170
|
+
_dereq_(286);
|
|
33171
|
+
_dereq_(287);
|
|
33172
|
+
_dereq_(289);
|
|
33173
|
+
_dereq_(288);
|
|
33174
|
+
_dereq_(353);
|
|
33175
|
+
_dereq_(354);
|
|
33176
|
+
_dereq_(355);
|
|
33177
|
+
_dereq_(356);
|
|
33178
|
+
_dereq_(357);
|
|
33319
33179
|
_dereq_(358);
|
|
33180
|
+
_dereq_(338);
|
|
33181
|
+
_dereq_(296);
|
|
33320
33182
|
_dereq_(359);
|
|
33321
|
-
_dereq_(
|
|
33322
|
-
_dereq_(
|
|
33323
|
-
_dereq_(
|
|
33324
|
-
_dereq_(
|
|
33183
|
+
_dereq_(370);
|
|
33184
|
+
_dereq_(371);
|
|
33185
|
+
_dereq_(339);
|
|
33186
|
+
_dereq_(340);
|
|
33187
|
+
_dereq_(341);
|
|
33188
|
+
_dereq_(342);
|
|
33325
33189
|
_dereq_(343);
|
|
33326
|
-
_dereq_(
|
|
33327
|
-
_dereq_(364);
|
|
33328
|
-
_dereq_(375);
|
|
33329
|
-
_dereq_(376);
|
|
33190
|
+
_dereq_(346);
|
|
33330
33191
|
_dereq_(344);
|
|
33331
33192
|
_dereq_(345);
|
|
33332
|
-
_dereq_(346);
|
|
33333
33193
|
_dereq_(347);
|
|
33334
33194
|
_dereq_(348);
|
|
33335
|
-
_dereq_(351);
|
|
33336
33195
|
_dereq_(349);
|
|
33337
33196
|
_dereq_(350);
|
|
33338
33197
|
_dereq_(352);
|
|
33339
|
-
_dereq_(
|
|
33340
|
-
_dereq_(
|
|
33341
|
-
_dereq_(
|
|
33342
|
-
_dereq_(357);
|
|
33343
|
-
_dereq_(356);
|
|
33344
|
-
_dereq_(377);
|
|
33345
|
-
_dereq_(384);
|
|
33346
|
-
_dereq_(385);
|
|
33347
|
-
_dereq_(386);
|
|
33348
|
-
_dereq_(387);
|
|
33349
|
-
_dereq_(388);
|
|
33350
|
-
_dereq_(382);
|
|
33198
|
+
_dereq_(351);
|
|
33199
|
+
_dereq_(372);
|
|
33200
|
+
_dereq_(379);
|
|
33351
33201
|
_dereq_(380);
|
|
33352
33202
|
_dereq_(381);
|
|
33353
|
-
_dereq_(
|
|
33354
|
-
_dereq_(378);
|
|
33203
|
+
_dereq_(382);
|
|
33355
33204
|
_dereq_(383);
|
|
33356
|
-
_dereq_(
|
|
33357
|
-
_dereq_(
|
|
33358
|
-
_dereq_(
|
|
33359
|
-
_dereq_(
|
|
33360
|
-
|
|
33361
|
-
|
|
33205
|
+
_dereq_(377);
|
|
33206
|
+
_dereq_(375);
|
|
33207
|
+
_dereq_(376);
|
|
33208
|
+
_dereq_(374);
|
|
33209
|
+
_dereq_(373);
|
|
33210
|
+
_dereq_(378);
|
|
33211
|
+
_dereq_(384);
|
|
33212
|
+
_dereq_(387);
|
|
33213
|
+
_dereq_(386);
|
|
33214
|
+
_dereq_(385);
|
|
33215
|
+
module.exports = _dereq_(220);
|
|
33216
|
+
},{"220":220,"285":285,"286":286,"287":287,"288":288,"289":289,"290":290,"291":291,"292":292,"293":293,"294":294,"295":295,"296":296,"297":297,"298":298,"299":299,"300":300,"301":301,"302":302,"303":303,"304":304,"305":305,"306":306,"307":307,"308":308,"309":309,"310":310,"311":311,"312":312,"313":313,"314":314,"315":315,"316":316,"317":317,"318":318,"319":319,"320":320,"321":321,"322":322,"323":323,"324":324,"325":325,"326":326,"327":327,"328":328,"329":329,"330":330,"331":331,"332":332,"333":333,"334":334,"335":335,"336":336,"337":337,"338":338,"339":339,"340":340,"341":341,"342":342,"343":343,"344":344,"345":345,"346":346,"347":347,"348":348,"349":349,"350":350,"351":351,"352":352,"353":353,"354":354,"355":355,"356":356,"357":357,"358":358,"359":359,"360":360,"361":361,"362":362,"363":363,"364":364,"365":365,"366":366,"367":367,"368":368,"369":369,"370":370,"371":371,"372":372,"373":373,"374":374,"375":375,"376":376,"377":377,"378":378,"379":379,"380":380,"381":381,"382":382,"383":383,"384":384,"385":385,"386":386,"387":387}],389:[function(_dereq_,module,exports){
|
|
33362
33217
|
|
|
33363
33218
|
/**
|
|
33364
33219
|
* This is the common logic for both the Node.js and web browser
|
|
@@ -33372,7 +33227,7 @@ exports.coerce = coerce;
|
|
|
33372
33227
|
exports.disable = disable;
|
|
33373
33228
|
exports.enable = enable;
|
|
33374
33229
|
exports.enabled = enabled;
|
|
33375
|
-
exports.humanize = _dereq_(
|
|
33230
|
+
exports.humanize = _dereq_(391);
|
|
33376
33231
|
|
|
33377
33232
|
/**
|
|
33378
33233
|
* The currently active debug mode names, and names to skip.
|
|
@@ -33557,7 +33412,7 @@ function coerce(val) {
|
|
|
33557
33412
|
return val;
|
|
33558
33413
|
}
|
|
33559
33414
|
|
|
33560
|
-
},{"
|
|
33415
|
+
},{"391":391}],390:[function(_dereq_,module,exports){
|
|
33561
33416
|
(function (process){
|
|
33562
33417
|
|
|
33563
33418
|
/**
|
|
@@ -33573,7 +33428,7 @@ var util = _dereq_(13);
|
|
|
33573
33428
|
* Expose `debug()` as the module.
|
|
33574
33429
|
*/
|
|
33575
33430
|
|
|
33576
|
-
exports = module.exports = _dereq_(
|
|
33431
|
+
exports = module.exports = _dereq_(389);
|
|
33577
33432
|
exports.log = log;
|
|
33578
33433
|
exports.formatArgs = formatArgs;
|
|
33579
33434
|
exports.save = save;
|
|
@@ -33770,7 +33625,7 @@ function createWritableStdioStream (fd) {
|
|
|
33770
33625
|
exports.enable(load());
|
|
33771
33626
|
|
|
33772
33627
|
}).call(this,_dereq_(10))
|
|
33773
|
-
},{"1":1,"10":10,"11":11,"13":13,"
|
|
33628
|
+
},{"1":1,"10":10,"11":11,"13":13,"389":389}],391:[function(_dereq_,module,exports){
|
|
33774
33629
|
/**
|
|
33775
33630
|
* Helpers.
|
|
33776
33631
|
*/
|
|
@@ -33897,7 +33752,7 @@ function plural(ms, n, name) {
|
|
|
33897
33752
|
return Math.ceil(ms / n) + ' ' + name + 's';
|
|
33898
33753
|
}
|
|
33899
33754
|
|
|
33900
|
-
},{}],
|
|
33755
|
+
},{}],392:[function(_dereq_,module,exports){
|
|
33901
33756
|
'use strict';
|
|
33902
33757
|
var repeating = _dereq_(590);
|
|
33903
33758
|
|
|
@@ -34018,7 +33873,7 @@ module.exports = function (str) {
|
|
|
34018
33873
|
};
|
|
34019
33874
|
};
|
|
34020
33875
|
|
|
34021
|
-
},{"590":590}],
|
|
33876
|
+
},{"590":590}],393:[function(_dereq_,module,exports){
|
|
34022
33877
|
/*
|
|
34023
33878
|
Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
|
|
34024
33879
|
|
|
@@ -34164,7 +34019,7 @@ module.exports = function (str) {
|
|
|
34164
34019
|
}());
|
|
34165
34020
|
/* vim: set sw=4 ts=4 et tw=80 : */
|
|
34166
34021
|
|
|
34167
|
-
},{}],
|
|
34022
|
+
},{}],394:[function(_dereq_,module,exports){
|
|
34168
34023
|
/*
|
|
34169
34024
|
Copyright (C) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
|
|
34170
34025
|
Copyright (C) 2014 Ivan Nikulin <ifaaan@gmail.com>
|
|
@@ -34301,7 +34156,7 @@ module.exports = function (str) {
|
|
|
34301
34156
|
}());
|
|
34302
34157
|
/* vim: set sw=4 ts=4 et tw=80 : */
|
|
34303
34158
|
|
|
34304
|
-
},{}],
|
|
34159
|
+
},{}],395:[function(_dereq_,module,exports){
|
|
34305
34160
|
/*
|
|
34306
34161
|
Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
|
|
34307
34162
|
|
|
@@ -34329,7 +34184,7 @@ module.exports = function (str) {
|
|
|
34329
34184
|
(function () {
|
|
34330
34185
|
'use strict';
|
|
34331
34186
|
|
|
34332
|
-
var code = _dereq_(
|
|
34187
|
+
var code = _dereq_(394);
|
|
34333
34188
|
|
|
34334
34189
|
function isStrictModeReservedWordES6(id) {
|
|
34335
34190
|
switch (id) {
|
|
@@ -34468,7 +34323,7 @@ module.exports = function (str) {
|
|
|
34468
34323
|
}());
|
|
34469
34324
|
/* vim: set sw=4 ts=4 et tw=80 : */
|
|
34470
34325
|
|
|
34471
|
-
},{"
|
|
34326
|
+
},{"394":394}],396:[function(_dereq_,module,exports){
|
|
34472
34327
|
/*
|
|
34473
34328
|
Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
|
|
34474
34329
|
|
|
@@ -34497,13 +34352,13 @@ module.exports = function (str) {
|
|
|
34497
34352
|
(function () {
|
|
34498
34353
|
'use strict';
|
|
34499
34354
|
|
|
34500
|
-
exports.ast = _dereq_(
|
|
34501
|
-
exports.code = _dereq_(
|
|
34502
|
-
exports.keyword = _dereq_(
|
|
34355
|
+
exports.ast = _dereq_(393);
|
|
34356
|
+
exports.code = _dereq_(394);
|
|
34357
|
+
exports.keyword = _dereq_(395);
|
|
34503
34358
|
}());
|
|
34504
34359
|
/* vim: set sw=4 ts=4 et tw=80 : */
|
|
34505
34360
|
|
|
34506
|
-
},{"
|
|
34361
|
+
},{"393":393,"394":394,"395":395}],397:[function(_dereq_,module,exports){
|
|
34507
34362
|
module.exports={
|
|
34508
34363
|
"builtin": {
|
|
34509
34364
|
"Array": false,
|
|
@@ -35254,33 +35109,269 @@ module.exports={
|
|
|
35254
35109
|
}
|
|
35255
35110
|
}
|
|
35256
35111
|
|
|
35257
|
-
},{}],
|
|
35258
|
-
module.exports = _dereq_(
|
|
35112
|
+
},{}],398:[function(_dereq_,module,exports){
|
|
35113
|
+
module.exports = _dereq_(397);
|
|
35259
35114
|
|
|
35260
|
-
},{"
|
|
35115
|
+
},{"397":397}],399:[function(_dereq_,module,exports){
|
|
35261
35116
|
// https://github.com/paulmillr/es6-shim
|
|
35262
35117
|
// http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger
|
|
35263
|
-
var
|
|
35118
|
+
var isNaN = _dereq_(402);
|
|
35119
|
+
var isFinite = _dereq_(400);
|
|
35264
35120
|
module.exports = Number.isInteger || function(val) {
|
|
35265
|
-
|
|
35266
|
-
|
|
35267
|
-
|
|
35121
|
+
return typeof val === "number" &&
|
|
35122
|
+
! isNaN(val) &&
|
|
35123
|
+
isFinite(val) &&
|
|
35124
|
+
parseInt(val, 10) === val;
|
|
35268
35125
|
};
|
|
35269
35126
|
|
|
35270
|
-
},{"
|
|
35127
|
+
},{"400":400,"402":402}],400:[function(_dereq_,module,exports){
|
|
35271
35128
|
'use strict';
|
|
35272
|
-
var numberIsNan = _dereq_(
|
|
35129
|
+
var numberIsNan = _dereq_(401);
|
|
35273
35130
|
|
|
35274
35131
|
module.exports = Number.isFinite || function (val) {
|
|
35275
35132
|
return !(typeof val !== 'number' || numberIsNan(val) || val === Infinity || val === -Infinity);
|
|
35276
35133
|
};
|
|
35277
35134
|
|
|
35278
|
-
},{"
|
|
35135
|
+
},{"401":401}],401:[function(_dereq_,module,exports){
|
|
35279
35136
|
'use strict';
|
|
35280
35137
|
module.exports = Number.isNaN || function (x) {
|
|
35281
35138
|
return x !== x;
|
|
35282
35139
|
};
|
|
35283
35140
|
|
|
35141
|
+
},{}],402:[function(_dereq_,module,exports){
|
|
35142
|
+
'use strict';
|
|
35143
|
+
|
|
35144
|
+
var define = _dereq_(403);
|
|
35145
|
+
|
|
35146
|
+
/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */
|
|
35147
|
+
|
|
35148
|
+
var numberIsNaN = function isNaN(value) {
|
|
35149
|
+
return value !== value;
|
|
35150
|
+
};
|
|
35151
|
+
|
|
35152
|
+
define(numberIsNaN, {
|
|
35153
|
+
shim: function shimNumberIsNaN() {
|
|
35154
|
+
if (!Number.isNaN) {
|
|
35155
|
+
define(Number, { isNaN: numberIsNaN });
|
|
35156
|
+
}
|
|
35157
|
+
return Number.isNaN || numberIsNaN;
|
|
35158
|
+
}
|
|
35159
|
+
});
|
|
35160
|
+
|
|
35161
|
+
module.exports = numberIsNaN;
|
|
35162
|
+
|
|
35163
|
+
},{"403":403}],403:[function(_dereq_,module,exports){
|
|
35164
|
+
'use strict';
|
|
35165
|
+
|
|
35166
|
+
var keys = _dereq_(405);
|
|
35167
|
+
var foreach = _dereq_(404);
|
|
35168
|
+
var hasSymbols = typeof Symbol === 'function' && typeof Symbol() === 'symbol';
|
|
35169
|
+
|
|
35170
|
+
var toStr = Object.prototype.toString;
|
|
35171
|
+
|
|
35172
|
+
var isFunction = function (fn) {
|
|
35173
|
+
return typeof fn === 'function' && toStr.call(fn) === '[object Function]';
|
|
35174
|
+
};
|
|
35175
|
+
|
|
35176
|
+
var arePropertyDescriptorsSupported = function () {
|
|
35177
|
+
var obj = {};
|
|
35178
|
+
try {
|
|
35179
|
+
Object.defineProperty(obj, 'x', { value: obj, enumerable: false });
|
|
35180
|
+
/* eslint-disable no-unused-vars */
|
|
35181
|
+
for (var _ in obj) { return false; }
|
|
35182
|
+
/* eslint-enable no-unused-vars */
|
|
35183
|
+
return obj.x === obj;
|
|
35184
|
+
} catch (e) { /* this is IE 8. */
|
|
35185
|
+
return false;
|
|
35186
|
+
}
|
|
35187
|
+
};
|
|
35188
|
+
var supportsDescriptors = Object.defineProperty && arePropertyDescriptorsSupported();
|
|
35189
|
+
|
|
35190
|
+
var defineProperty = function (object, name, value, predicate) {
|
|
35191
|
+
if (name in object && (!isFunction(predicate) || !predicate())) {
|
|
35192
|
+
return;
|
|
35193
|
+
}
|
|
35194
|
+
if (supportsDescriptors) {
|
|
35195
|
+
Object.defineProperty(object, name, {
|
|
35196
|
+
configurable: true,
|
|
35197
|
+
enumerable: false,
|
|
35198
|
+
writable: true,
|
|
35199
|
+
value: value
|
|
35200
|
+
});
|
|
35201
|
+
} else {
|
|
35202
|
+
object[name] = value;
|
|
35203
|
+
}
|
|
35204
|
+
};
|
|
35205
|
+
|
|
35206
|
+
var defineProperties = function (object, map) {
|
|
35207
|
+
var predicates = arguments.length > 2 ? arguments[2] : {};
|
|
35208
|
+
var props = keys(map);
|
|
35209
|
+
if (hasSymbols) {
|
|
35210
|
+
props = props.concat(Object.getOwnPropertySymbols(map));
|
|
35211
|
+
}
|
|
35212
|
+
foreach(props, function (name) {
|
|
35213
|
+
defineProperty(object, name, map[name], predicates[name]);
|
|
35214
|
+
});
|
|
35215
|
+
};
|
|
35216
|
+
|
|
35217
|
+
defineProperties.supportsDescriptors = !!supportsDescriptors;
|
|
35218
|
+
|
|
35219
|
+
module.exports = defineProperties;
|
|
35220
|
+
|
|
35221
|
+
},{"404":404,"405":405}],404:[function(_dereq_,module,exports){
|
|
35222
|
+
|
|
35223
|
+
var hasOwn = Object.prototype.hasOwnProperty;
|
|
35224
|
+
var toString = Object.prototype.toString;
|
|
35225
|
+
|
|
35226
|
+
module.exports = function forEach (obj, fn, ctx) {
|
|
35227
|
+
if (toString.call(fn) !== '[object Function]') {
|
|
35228
|
+
throw new TypeError('iterator must be a function');
|
|
35229
|
+
}
|
|
35230
|
+
var l = obj.length;
|
|
35231
|
+
if (l === +l) {
|
|
35232
|
+
for (var i = 0; i < l; i++) {
|
|
35233
|
+
fn.call(ctx, obj[i], i, obj);
|
|
35234
|
+
}
|
|
35235
|
+
} else {
|
|
35236
|
+
for (var k in obj) {
|
|
35237
|
+
if (hasOwn.call(obj, k)) {
|
|
35238
|
+
fn.call(ctx, obj[k], k, obj);
|
|
35239
|
+
}
|
|
35240
|
+
}
|
|
35241
|
+
}
|
|
35242
|
+
};
|
|
35243
|
+
|
|
35244
|
+
|
|
35245
|
+
},{}],405:[function(_dereq_,module,exports){
|
|
35246
|
+
'use strict';
|
|
35247
|
+
|
|
35248
|
+
// modified from https://github.com/es-shims/es5-shim
|
|
35249
|
+
var has = Object.prototype.hasOwnProperty;
|
|
35250
|
+
var toStr = Object.prototype.toString;
|
|
35251
|
+
var slice = Array.prototype.slice;
|
|
35252
|
+
var isArgs = _dereq_(406);
|
|
35253
|
+
var hasDontEnumBug = !({ 'toString': null }).propertyIsEnumerable('toString');
|
|
35254
|
+
var hasProtoEnumBug = function () {}.propertyIsEnumerable('prototype');
|
|
35255
|
+
var dontEnums = [
|
|
35256
|
+
'toString',
|
|
35257
|
+
'toLocaleString',
|
|
35258
|
+
'valueOf',
|
|
35259
|
+
'hasOwnProperty',
|
|
35260
|
+
'isPrototypeOf',
|
|
35261
|
+
'propertyIsEnumerable',
|
|
35262
|
+
'constructor'
|
|
35263
|
+
];
|
|
35264
|
+
var equalsConstructorPrototype = function (o) {
|
|
35265
|
+
var ctor = o.constructor;
|
|
35266
|
+
return ctor && ctor.prototype === o;
|
|
35267
|
+
};
|
|
35268
|
+
var blacklistedKeys = {
|
|
35269
|
+
$window: true,
|
|
35270
|
+
$console: true,
|
|
35271
|
+
$parent: true,
|
|
35272
|
+
$self: true,
|
|
35273
|
+
$frames: true
|
|
35274
|
+
};
|
|
35275
|
+
var hasAutomationEqualityBug = (function () {
|
|
35276
|
+
/* global window */
|
|
35277
|
+
if (typeof window === 'undefined') { return false; }
|
|
35278
|
+
for (var k in window) {
|
|
35279
|
+
if (!blacklistedKeys['$' + k] && has.call(window, k) && window[k] !== null && typeof window[k] === 'object') {
|
|
35280
|
+
try {
|
|
35281
|
+
equalsConstructorPrototype(window[k]);
|
|
35282
|
+
} catch (e) {
|
|
35283
|
+
return true;
|
|
35284
|
+
}
|
|
35285
|
+
}
|
|
35286
|
+
}
|
|
35287
|
+
return false;
|
|
35288
|
+
}());
|
|
35289
|
+
|
|
35290
|
+
var keysShim = function keys(object) {
|
|
35291
|
+
var isObject = object !== null && typeof object === 'object';
|
|
35292
|
+
var isFunction = toStr.call(object) === '[object Function]';
|
|
35293
|
+
var isArguments = isArgs(object);
|
|
35294
|
+
var isString = isObject && toStr.call(object) === '[object String]';
|
|
35295
|
+
var theKeys = [];
|
|
35296
|
+
|
|
35297
|
+
if (!isObject && !isFunction && !isArguments) {
|
|
35298
|
+
throw new TypeError('Object.keys called on a non-object');
|
|
35299
|
+
}
|
|
35300
|
+
|
|
35301
|
+
var skipProto = hasProtoEnumBug && isFunction;
|
|
35302
|
+
if (isString && object.length > 0 && !has.call(object, 0)) {
|
|
35303
|
+
for (var i = 0; i < object.length; ++i) {
|
|
35304
|
+
theKeys.push(String(i));
|
|
35305
|
+
}
|
|
35306
|
+
}
|
|
35307
|
+
|
|
35308
|
+
if (isArguments && object.length > 0) {
|
|
35309
|
+
for (var j = 0; j < object.length; ++j) {
|
|
35310
|
+
theKeys.push(String(j));
|
|
35311
|
+
}
|
|
35312
|
+
} else {
|
|
35313
|
+
for (var name in object) {
|
|
35314
|
+
if (!(skipProto && name === 'prototype') && has.call(object, name)) {
|
|
35315
|
+
theKeys.push(String(name));
|
|
35316
|
+
}
|
|
35317
|
+
}
|
|
35318
|
+
}
|
|
35319
|
+
|
|
35320
|
+
if (hasDontEnumBug) {
|
|
35321
|
+
var skipConstructor = hasAutomationEqualityBug || equalsConstructorPrototype(object);
|
|
35322
|
+
|
|
35323
|
+
for (var k = 0; k < dontEnums.length; ++k) {
|
|
35324
|
+
if (!(skipConstructor && dontEnums[k] === 'constructor') && has.call(object, dontEnums[k])) {
|
|
35325
|
+
theKeys.push(dontEnums[k]);
|
|
35326
|
+
}
|
|
35327
|
+
}
|
|
35328
|
+
}
|
|
35329
|
+
return theKeys;
|
|
35330
|
+
};
|
|
35331
|
+
|
|
35332
|
+
keysShim.shim = function shimObjectKeys() {
|
|
35333
|
+
if (!Object.keys) {
|
|
35334
|
+
Object.keys = keysShim;
|
|
35335
|
+
} else {
|
|
35336
|
+
var keysWorksWithArguments = (function () {
|
|
35337
|
+
// Safari 5.0 bug
|
|
35338
|
+
return (Object.keys(arguments) || '').length === 2;
|
|
35339
|
+
}(1, 2));
|
|
35340
|
+
if (!keysWorksWithArguments) {
|
|
35341
|
+
var originalKeys = Object.keys;
|
|
35342
|
+
Object.keys = function keys(object) {
|
|
35343
|
+
if (isArgs(object)) {
|
|
35344
|
+
return originalKeys(slice.call(object));
|
|
35345
|
+
} else {
|
|
35346
|
+
return originalKeys(object);
|
|
35347
|
+
}
|
|
35348
|
+
};
|
|
35349
|
+
}
|
|
35350
|
+
}
|
|
35351
|
+
return Object.keys || keysShim;
|
|
35352
|
+
};
|
|
35353
|
+
|
|
35354
|
+
module.exports = keysShim;
|
|
35355
|
+
|
|
35356
|
+
},{"406":406}],406:[function(_dereq_,module,exports){
|
|
35357
|
+
'use strict';
|
|
35358
|
+
|
|
35359
|
+
var toStr = Object.prototype.toString;
|
|
35360
|
+
|
|
35361
|
+
module.exports = function isArguments(value) {
|
|
35362
|
+
var str = toStr.call(value);
|
|
35363
|
+
var isArgs = str === '[object Arguments]';
|
|
35364
|
+
if (!isArgs) {
|
|
35365
|
+
isArgs = str !== '[object Array]' &&
|
|
35366
|
+
value !== null &&
|
|
35367
|
+
typeof value === 'object' &&
|
|
35368
|
+
typeof value.length === 'number' &&
|
|
35369
|
+
value.length >= 0 &&
|
|
35370
|
+
toStr.call(value.callee) === '[object Function]';
|
|
35371
|
+
}
|
|
35372
|
+
return isArgs;
|
|
35373
|
+
};
|
|
35374
|
+
|
|
35284
35375
|
},{}],407:[function(_dereq_,module,exports){
|
|
35285
35376
|
// Copyright 2014, 2015 Simon Lydell
|
|
35286
35377
|
// X11 (“MIT”) Licensed. (See LICENSE.)
|
|
@@ -36149,7 +36240,7 @@ var baseFlatten = _dereq_(441),
|
|
|
36149
36240
|
|
|
36150
36241
|
/**
|
|
36151
36242
|
* Flattens a nested array. If `isDeep` is `true` the array is recursively
|
|
36152
|
-
* flattened, otherwise it
|
|
36243
|
+
* flattened, otherwise it is only flattened a single level.
|
|
36153
36244
|
*
|
|
36154
36245
|
* @static
|
|
36155
36246
|
* @memberOf _
|
|
@@ -36263,7 +36354,7 @@ var baseCallback = _dereq_(435),
|
|
|
36263
36354
|
* [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
|
|
36264
36355
|
* for equality comparisons, in which only the first occurence of each element
|
|
36265
36356
|
* is kept. Providing `true` for `isSorted` performs a faster search algorithm
|
|
36266
|
-
* for sorted arrays. If an iteratee function is provided it
|
|
36357
|
+
* for sorted arrays. If an iteratee function is provided it is invoked for
|
|
36267
36358
|
* each element in the array to generate the criterion by which uniqueness
|
|
36268
36359
|
* is computed. The `iteratee` is bound to `thisArg` and invoked with three
|
|
36269
36360
|
* arguments: (value, index, array).
|
|
@@ -36383,9 +36474,9 @@ var baseIndexOf = _dereq_(448),
|
|
|
36383
36474
|
var nativeMax = Math.max;
|
|
36384
36475
|
|
|
36385
36476
|
/**
|
|
36386
|
-
* Checks if `
|
|
36477
|
+
* Checks if `value` is in `collection` using
|
|
36387
36478
|
* [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
|
|
36388
|
-
* for equality comparisons. If `fromIndex` is negative, it
|
|
36479
|
+
* for equality comparisons. If `fromIndex` is negative, it is used as the offset
|
|
36389
36480
|
* from the end of `collection`.
|
|
36390
36481
|
*
|
|
36391
36482
|
* @static
|
|
@@ -36683,7 +36774,7 @@ var nativeMax = Math.max;
|
|
|
36683
36774
|
* Creates a function that invokes `func` with the `this` binding of the
|
|
36684
36775
|
* created function and arguments from `start` and beyond provided as an array.
|
|
36685
36776
|
*
|
|
36686
|
-
* **Note:** This method is based on the [rest parameter](https://developer.mozilla.org/Web/JavaScript/Reference/Functions/rest_parameters).
|
|
36777
|
+
* **Note:** This method is based on the [rest parameter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters).
|
|
36687
36778
|
*
|
|
36688
36779
|
* @static
|
|
36689
36780
|
* @memberOf _
|
|
@@ -38029,7 +38120,7 @@ var LARGE_ARRAY_SIZE = 200;
|
|
|
38029
38120
|
* @private
|
|
38030
38121
|
* @param {Array} array The array to inspect.
|
|
38031
38122
|
* @param {Function} [iteratee] The function invoked per iteration.
|
|
38032
|
-
* @returns {Array} Returns the new duplicate
|
|
38123
|
+
* @returns {Array} Returns the new duplicate-value-free array.
|
|
38033
38124
|
*/
|
|
38034
38125
|
function baseUniq(array, iteratee) {
|
|
38035
38126
|
var index = -1,
|
|
@@ -39039,7 +39130,7 @@ module.exports = shimKeys;
|
|
|
39039
39130
|
* @private
|
|
39040
39131
|
* @param {Array} array The array to inspect.
|
|
39041
39132
|
* @param {Function} [iteratee] The function invoked per iteration.
|
|
39042
|
-
* @returns {Array} Returns the new duplicate
|
|
39133
|
+
* @returns {Array} Returns the new duplicate-value-free array.
|
|
39043
39134
|
*/
|
|
39044
39135
|
function sortedUniq(array, iteratee) {
|
|
39045
39136
|
var seen,
|
|
@@ -39115,10 +39206,10 @@ var baseClone = _dereq_(436),
|
|
|
39115
39206
|
|
|
39116
39207
|
/**
|
|
39117
39208
|
* Creates a clone of `value`. If `isDeep` is `true` nested objects are cloned,
|
|
39118
|
-
* otherwise they are assigned by reference. If `customizer` is provided it
|
|
39209
|
+
* otherwise they are assigned by reference. If `customizer` is provided it is
|
|
39119
39210
|
* invoked to produce the cloned values. If `customizer` returns `undefined`
|
|
39120
39211
|
* cloning is handled by the method instead. The `customizer` is bound to
|
|
39121
|
-
* `thisArg` and invoked with
|
|
39212
|
+
* `thisArg` and invoked with two argument; (value [, index|key, object]).
|
|
39122
39213
|
*
|
|
39123
39214
|
* **Note:** This method is loosely based on the
|
|
39124
39215
|
* [structured clone algorithm](http://www.w3.org/TR/html5/infrastructure.html#internal-structured-cloning-algorithm).
|
|
@@ -39174,7 +39265,7 @@ function clone(value, isDeep, customizer, thisArg) {
|
|
|
39174
39265
|
isDeep = false;
|
|
39175
39266
|
}
|
|
39176
39267
|
return typeof customizer == 'function'
|
|
39177
|
-
? baseClone(value, isDeep, bindCallback(customizer, thisArg,
|
|
39268
|
+
? baseClone(value, isDeep, bindCallback(customizer, thisArg, 1))
|
|
39178
39269
|
: baseClone(value, isDeep);
|
|
39179
39270
|
}
|
|
39180
39271
|
|
|
@@ -39185,10 +39276,10 @@ var baseClone = _dereq_(436),
|
|
|
39185
39276
|
bindCallback = _dereq_(466);
|
|
39186
39277
|
|
|
39187
39278
|
/**
|
|
39188
|
-
* Creates a deep clone of `value`. If `customizer` is provided it
|
|
39279
|
+
* Creates a deep clone of `value`. If `customizer` is provided it is invoked
|
|
39189
39280
|
* to produce the cloned values. If `customizer` returns `undefined` cloning
|
|
39190
39281
|
* is handled by the method instead. The `customizer` is bound to `thisArg`
|
|
39191
|
-
* and invoked with
|
|
39282
|
+
* and invoked with two argument; (value [, index|key, object]).
|
|
39192
39283
|
*
|
|
39193
39284
|
* **Note:** This method is loosely based on the
|
|
39194
39285
|
* [structured clone algorithm](http://www.w3.org/TR/html5/infrastructure.html#internal-structured-cloning-algorithm).
|
|
@@ -39231,7 +39322,7 @@ var baseClone = _dereq_(436),
|
|
|
39231
39322
|
*/
|
|
39232
39323
|
function cloneDeep(value, customizer, thisArg) {
|
|
39233
39324
|
return typeof customizer == 'function'
|
|
39234
|
-
? baseClone(value, true, bindCallback(customizer, thisArg,
|
|
39325
|
+
? baseClone(value, true, bindCallback(customizer, thisArg, 1))
|
|
39235
39326
|
: baseClone(value, true);
|
|
39236
39327
|
}
|
|
39237
39328
|
|
|
@@ -39362,7 +39453,7 @@ var isArguments = _dereq_(502),
|
|
|
39362
39453
|
keys = _dereq_(519);
|
|
39363
39454
|
|
|
39364
39455
|
/**
|
|
39365
|
-
* Checks if `value` is empty. A value is considered empty unless it
|
|
39456
|
+
* Checks if `value` is empty. A value is considered empty unless it is an
|
|
39366
39457
|
* `arguments` object, array, string, or jQuery-like collection with a length
|
|
39367
39458
|
* greater than `0` or an object with own enumerable properties.
|
|
39368
39459
|
*
|
|
@@ -39435,7 +39526,7 @@ var objToString = objectProto.toString;
|
|
|
39435
39526
|
function isFunction(value) {
|
|
39436
39527
|
// The use of `Object#toString` avoids issues with the `typeof` operator
|
|
39437
39528
|
// in older versions of Chrome and Safari which return 'function' for regexes
|
|
39438
|
-
// and Safari 8 which
|
|
39529
|
+
// and Safari 8 equivalents which return 'object' for typed array constructors.
|
|
39439
39530
|
return isObject(value) && objToString.call(value) == funcTag;
|
|
39440
39531
|
}
|
|
39441
39532
|
|
|
@@ -39828,7 +39919,7 @@ var assignWith = _dereq_(433),
|
|
|
39828
39919
|
/**
|
|
39829
39920
|
* Assigns own enumerable properties of source object(s) to the destination
|
|
39830
39921
|
* object. Subsequent sources overwrite property assignments of previous sources.
|
|
39831
|
-
* If `customizer` is provided it
|
|
39922
|
+
* If `customizer` is provided it is invoked to produce the assigned values.
|
|
39832
39923
|
* The `customizer` is bound to `thisArg` and invoked with five arguments:
|
|
39833
39924
|
* (objectValue, sourceValue, key, object, source).
|
|
39834
39925
|
*
|
|
@@ -40075,7 +40166,7 @@ var baseMerge = _dereq_(455),
|
|
|
40075
40166
|
* Recursively merges own enumerable properties of the source object(s), that
|
|
40076
40167
|
* don't resolve to `undefined` into the destination object. Subsequent sources
|
|
40077
40168
|
* overwrite property assignments of previous sources. If `customizer` is
|
|
40078
|
-
* provided it
|
|
40169
|
+
* provided it is invoked to produce the merged values of the destination and
|
|
40079
40170
|
* source properties. If `customizer` returns `undefined` merging is handled
|
|
40080
40171
|
* by the method instead. The `customizer` is bound to `thisArg` and invoked
|
|
40081
40172
|
* with five arguments: (objectValue, sourceValue, key, object, source).
|
|
@@ -40595,7 +40686,6 @@ function parse (pattern, isSub) {
|
|
|
40595
40686
|
var escaping = false
|
|
40596
40687
|
// ? => one single character
|
|
40597
40688
|
var patternListStack = []
|
|
40598
|
-
var negativeLists = []
|
|
40599
40689
|
var plType
|
|
40600
40690
|
var stateChar
|
|
40601
40691
|
var inClass = false
|
|
@@ -40696,13 +40786,9 @@ function parse (pattern, isSub) {
|
|
|
40696
40786
|
}
|
|
40697
40787
|
|
|
40698
40788
|
plType = stateChar
|
|
40699
|
-
patternListStack.push({
|
|
40700
|
-
type: plType,
|
|
40701
|
-
start: i - 1,
|
|
40702
|
-
reStart: re.length
|
|
40703
|
-
})
|
|
40789
|
+
patternListStack.push({ type: plType, start: i - 1, reStart: re.length })
|
|
40704
40790
|
// negation is (?:(?!js)[^/]*)
|
|
40705
|
-
re += stateChar === '!' ? '(?:(?!
|
|
40791
|
+
re += stateChar === '!' ? '(?:(?!' : '(?:'
|
|
40706
40792
|
this.debug('plType %j %j', stateChar, re)
|
|
40707
40793
|
stateChar = false
|
|
40708
40794
|
continue
|
|
@@ -40716,15 +40802,12 @@ function parse (pattern, isSub) {
|
|
|
40716
40802
|
clearStateChar()
|
|
40717
40803
|
hasMagic = true
|
|
40718
40804
|
re += ')'
|
|
40719
|
-
|
|
40720
|
-
plType = pl.type
|
|
40805
|
+
plType = patternListStack.pop().type
|
|
40721
40806
|
// negation is (?:(?!js)[^/]*)
|
|
40722
40807
|
// The others are (?:<pattern>)<type>
|
|
40723
40808
|
switch (plType) {
|
|
40724
40809
|
case '!':
|
|
40725
|
-
|
|
40726
|
-
re += ')[^/]*?)'
|
|
40727
|
-
pl.reEnd = re.length
|
|
40810
|
+
re += '[^/]*?)'
|
|
40728
40811
|
break
|
|
40729
40812
|
case '?':
|
|
40730
40813
|
case '+':
|
|
@@ -40838,7 +40921,7 @@ function parse (pattern, isSub) {
|
|
|
40838
40921
|
// and escape any | chars that were passed through as-is for the regexp.
|
|
40839
40922
|
// Go through and escape them, taking care not to double-escape any
|
|
40840
40923
|
// | chars that were already escaped.
|
|
40841
|
-
for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
|
|
40924
|
+
for (var pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
|
|
40842
40925
|
var tail = re.slice(pl.reStart + 3)
|
|
40843
40926
|
// maybe some even number of \, then maybe 1 \, followed by a |
|
|
40844
40927
|
tail = tail.replace(/((?:\\{2})*)(\\?)\|/g, function (_, $1, $2) {
|
|
@@ -40881,49 +40964,12 @@ function parse (pattern, isSub) {
|
|
|
40881
40964
|
case '(': addPatternStart = true
|
|
40882
40965
|
}
|
|
40883
40966
|
|
|
40884
|
-
// Hack to work around lack of negative lookbehind in JS
|
|
40885
|
-
// A pattern like: *.!(x).!(y|z) needs to ensure that a name
|
|
40886
|
-
// like 'a.xyz.yz' doesn't match. So, the first negative
|
|
40887
|
-
// lookahead, has to look ALL the way ahead, to the end of
|
|
40888
|
-
// the pattern.
|
|
40889
|
-
for (var n = negativeLists.length - 1; n > -1; n--) {
|
|
40890
|
-
var nl = negativeLists[n]
|
|
40891
|
-
|
|
40892
|
-
var nlBefore = re.slice(0, nl.reStart)
|
|
40893
|
-
var nlFirst = re.slice(nl.reStart, nl.reEnd - 8)
|
|
40894
|
-
var nlLast = re.slice(nl.reEnd - 8, nl.reEnd)
|
|
40895
|
-
var nlAfter = re.slice(nl.reEnd)
|
|
40896
|
-
|
|
40897
|
-
nlLast += nlAfter
|
|
40898
|
-
|
|
40899
|
-
// Handle nested stuff like *(*.js|!(*.json)), where open parens
|
|
40900
|
-
// mean that we should *not* include the ) in the bit that is considered
|
|
40901
|
-
// "after" the negated section.
|
|
40902
|
-
var openParensBefore = nlBefore.split('(').length - 1
|
|
40903
|
-
var cleanAfter = nlAfter
|
|
40904
|
-
for (i = 0; i < openParensBefore; i++) {
|
|
40905
|
-
cleanAfter = cleanAfter.replace(/\)[+*?]?/, '')
|
|
40906
|
-
}
|
|
40907
|
-
nlAfter = cleanAfter
|
|
40908
|
-
|
|
40909
|
-
var dollar = ''
|
|
40910
|
-
if (nlAfter === '' && isSub !== SUBPARSE) {
|
|
40911
|
-
dollar = '$'
|
|
40912
|
-
}
|
|
40913
|
-
var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast
|
|
40914
|
-
re = newRe
|
|
40915
|
-
}
|
|
40916
|
-
|
|
40917
40967
|
// if the re is not "" at this point, then we need to make sure
|
|
40918
40968
|
// it doesn't match against an empty path part.
|
|
40919
40969
|
// Otherwise a/* will match a/, which it should not.
|
|
40920
|
-
if (re !== '' && hasMagic)
|
|
40921
|
-
re = '(?=.)' + re
|
|
40922
|
-
}
|
|
40970
|
+
if (re !== '' && hasMagic) re = '(?=.)' + re
|
|
40923
40971
|
|
|
40924
|
-
if (addPatternStart)
|
|
40925
|
-
re = patternStart + re
|
|
40926
|
-
}
|
|
40972
|
+
if (addPatternStart) re = patternStart + re
|
|
40927
40973
|
|
|
40928
40974
|
// parsing just a piece of a larger pattern.
|
|
40929
40975
|
if (isSub === SUBPARSE) {
|
|
@@ -58630,10 +58676,10 @@ module.exports = function (str, n) {
|
|
|
58630
58676
|
};
|
|
58631
58677
|
|
|
58632
58678
|
},{"591":591}],591:[function(_dereq_,module,exports){
|
|
58633
|
-
arguments[4][
|
|
58634
|
-
},{"
|
|
58635
|
-
arguments[4][
|
|
58636
|
-
},{"
|
|
58679
|
+
arguments[4][400][0].apply(exports,arguments)
|
|
58680
|
+
},{"400":400,"592":592}],592:[function(_dereq_,module,exports){
|
|
58681
|
+
arguments[4][401][0].apply(exports,arguments)
|
|
58682
|
+
},{"401":401}],593:[function(_dereq_,module,exports){
|
|
58637
58683
|
'use strict';
|
|
58638
58684
|
module.exports = /^#!.*/;
|
|
58639
58685
|
|