babel-source 4.6.3 → 4.6.4

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/lib/babel.js +901 -484
  3. data/lib/babel/source.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzM1NWRmOWU2M2Q1YmIzYjc2MTk2ZjlmNzIxZTAwZDE3ZWMzYmUwZQ==
4
+ NTU2YTVjYjQzMmE3Mzk0MDMwYzUyY2ZlMTgwY2YxNGEzMDBlZjc0ZQ==
5
5
  data.tar.gz: !binary |-
6
- ODBiMTM3Y2E1OWM3ODdhMzg2MWQ2NTIyZThjYzExZGVlZjE1NmIyNw==
6
+ OTYwZTQxM2E3MjZjMGM2MjYwMjM5ZDQyZmNhNTU4YmIyMDMwMjdhZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OWNhZjY0Y2M0YTRlNTJjZWE3M2YxYmJiNjYyMGQ1YzgxOWU5ZTE1YTY1NGVl
10
- NzkxNDYyODM5ZjBmNDVhNGEzZDQ0MzMzYzQxNzg4OGRkZWYxNzg3YmRlNzMz
11
- YWY3Mzg5MGRiZjY2OWI4YmFjNmMyY2VhMmFjYTU1MWNlMTM0ZDA=
9
+ ZDk0Njk5MTlmYzBhNjdmOTA5ZDU5MjVmNzZmMjU5OTYxYjY3M2ViNzg3MjMy
10
+ NjJlMDcyZDZhNGY0YTM1YzYwMzIzNWY2NDFiNzA3NTU3NGM5ZDRjNzRlZGIx
11
+ YzAzMDk2NjgxZDVmODcxMGUwZGQyNjg5YjViZmMzMmRjZjVkMDM=
12
12
  data.tar.gz: !binary |-
13
- N2EwNmUzMWIwMGRlNTQ5NWZkM2VkMGU5MGI0YmM0OTAwNzcyMWM2ZmM0N2U0
14
- NzY5MzU1ZmM1NTRlN2M5NDljMWQ4NDJkNzQ3MDQ2YmUwNDYyMjJkM2Q3ODZh
15
- ZjNiZjliYjZkZmFmOGY3OWQ0NDgwNjA3NTI2NjBiOWVhMDk1Y2Y=
13
+ ZTg0ZTBmYWUwNjI2MGIwZWU2ZDgyMjQwOWRiYWFhODdhYmY0OTRjYmMwYTY2
14
+ ZmVkY2FiODhjYmM1MWM2MDUxMTE1ZGNkYWRhYWFmM2I5YzdmOWVlNDEyNzI1
15
+ YzZiODU4ZjI0ZmY1MzI3NjZiYTJlNjM2OWM0ODY3OGEwNTc0NzE=
@@ -98,7 +98,7 @@ if (global.addEventListener) {
98
98
  global.attachEvent("onload", runScripts);
99
99
  }
100
100
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
101
- },{"../../../package":342,"../transformation":43}],2:[function(require,module,exports){
101
+ },{"../../../package":346,"../transformation":43}],2:[function(require,module,exports){
102
102
  "use strict";
103
103
 
104
104
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -287,7 +287,7 @@ var Buffer = (function () {
287
287
  })();
288
288
 
289
289
  module.exports = Buffer;
290
- },{"lodash/collection/includes":204,"lodash/lang/isBoolean":288,"lodash/lang/isNumber":292,"repeating":325,"trim-right":341}],3:[function(require,module,exports){
290
+ },{"lodash/collection/includes":205,"lodash/lang/isBoolean":291,"lodash/lang/isNumber":295,"repeating":329,"trim-right":345}],3:[function(require,module,exports){
291
291
  "use strict";
292
292
 
293
293
  exports.File = File;
@@ -577,7 +577,7 @@ function MemberExpression(node, print) {
577
577
  }
578
578
 
579
579
  exports.__esModule = true;
580
- },{"../../types":122,"is-integer":188,"lodash/lang/isNumber":292}],7:[function(require,module,exports){
580
+ },{"../../types":123,"is-integer":189,"lodash/lang/isNumber":295}],7:[function(require,module,exports){
581
581
  "use strict";
582
582
 
583
583
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -843,7 +843,7 @@ function VoidTypeAnnotation(node) {
843
843
  }
844
844
 
845
845
  exports.__esModule = true;
846
- },{"../../types":122}],8:[function(require,module,exports){
846
+ },{"../../types":123}],8:[function(require,module,exports){
847
847
  "use strict";
848
848
 
849
849
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -938,7 +938,7 @@ function JSXClosingElement(node, print) {
938
938
  function JSXEmptyExpression() {}
939
939
 
940
940
  exports.__esModule = true;
941
- },{"../../types":122,"lodash/collection/each":201}],9:[function(require,module,exports){
941
+ },{"../../types":123,"lodash/collection/each":202}],9:[function(require,module,exports){
942
942
  "use strict";
943
943
 
944
944
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -1026,7 +1026,7 @@ function ArrowFunctionExpression(node, print) {
1026
1026
  }
1027
1027
 
1028
1028
  exports.__esModule = true;
1029
- },{"../../types":122}],10:[function(require,module,exports){
1029
+ },{"../../types":123}],10:[function(require,module,exports){
1030
1030
  "use strict";
1031
1031
 
1032
1032
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -1141,7 +1141,7 @@ function ImportBatchSpecifier(node, print) {
1141
1141
  }
1142
1142
 
1143
1143
  exports.__esModule = true;
1144
- },{"../../types":122,"lodash/collection/each":201}],11:[function(require,module,exports){
1144
+ },{"../../types":123,"lodash/collection/each":202}],11:[function(require,module,exports){
1145
1145
  "use strict";
1146
1146
 
1147
1147
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -1153,7 +1153,7 @@ each(["BindMemberExpression", "BindFunctionExpression"], function (type) {
1153
1153
  throw new ReferenceError("Trying to render non-standard playground node " + JSON.stringify(type));
1154
1154
  };
1155
1155
  });
1156
- },{"lodash/collection/each":201}],12:[function(require,module,exports){
1156
+ },{"lodash/collection/each":202}],12:[function(require,module,exports){
1157
1157
  "use strict";
1158
1158
 
1159
1159
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -1399,7 +1399,7 @@ function VariableDeclarator(node, print) {
1399
1399
  }
1400
1400
 
1401
1401
  exports.__esModule = true;
1402
- },{"../../types":122,"repeating":325}],13:[function(require,module,exports){
1402
+ },{"../../types":123,"repeating":329}],13:[function(require,module,exports){
1403
1403
  "use strict";
1404
1404
 
1405
1405
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -1441,7 +1441,7 @@ function TemplateLiteral(node, print) {
1441
1441
  }
1442
1442
 
1443
1443
  exports.__esModule = true;
1444
- },{"lodash/collection/each":201}],14:[function(require,module,exports){
1444
+ },{"lodash/collection/each":202}],14:[function(require,module,exports){
1445
1445
  "use strict";
1446
1446
 
1447
1447
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -1559,7 +1559,7 @@ function _stringLiteral(val) {
1559
1559
  }
1560
1560
 
1561
1561
  exports.__esModule = true;
1562
- },{"lodash/collection/each":201}],15:[function(require,module,exports){
1562
+ },{"lodash/collection/each":202}],15:[function(require,module,exports){
1563
1563
  "use strict";
1564
1564
 
1565
1565
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -1955,7 +1955,7 @@ module.exports = function (ast, opts, code) {
1955
1955
  };
1956
1956
 
1957
1957
  module.exports.CodeGenerator = CodeGenerator;
1958
- },{"../messages":27,"../types":122,"./buffer":2,"./generators/base":3,"./generators/classes":4,"./generators/comprehensions":5,"./generators/expressions":6,"./generators/flow":7,"./generators/jsx":8,"./generators/methods":9,"./generators/modules":10,"./generators/playground":11,"./generators/statements":12,"./generators/template-literals":13,"./generators/types":14,"./node":16,"./position":19,"./source-map":20,"./whitespace":21,"detect-indent":180,"lodash/collection/each":201,"lodash/object/extend":299,"repeating":325}],16:[function(require,module,exports){
1958
+ },{"../messages":27,"../types":123,"./buffer":2,"./generators/base":3,"./generators/classes":4,"./generators/comprehensions":5,"./generators/expressions":6,"./generators/flow":7,"./generators/jsx":8,"./generators/methods":9,"./generators/modules":10,"./generators/playground":11,"./generators/statements":12,"./generators/template-literals":13,"./generators/types":14,"./node":16,"./position":19,"./source-map":20,"./whitespace":21,"detect-indent":181,"lodash/collection/each":202,"lodash/object/extend":303,"repeating":329}],16:[function(require,module,exports){
1959
1959
  "use strict";
1960
1960
 
1961
1961
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -2088,7 +2088,7 @@ each(Node, function (fn, key) {
2088
2088
  return Node[key].apply(null, args);
2089
2089
  };
2090
2090
  });
2091
- },{"../../types":122,"./parentheses":17,"./whitespace":18,"lodash/collection/each":201,"lodash/collection/some":207}],17:[function(require,module,exports){
2091
+ },{"../../types":123,"./parentheses":17,"./whitespace":18,"lodash/collection/each":202,"lodash/collection/some":208}],17:[function(require,module,exports){
2092
2092
  "use strict";
2093
2093
 
2094
2094
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -2263,7 +2263,7 @@ function ConditionalExpression(node, parent) {
2263
2263
 
2264
2264
  exports.AssignmentExpression = ConditionalExpression;
2265
2265
  exports.__esModule = true;
2266
- },{"../../types":122,"lodash/collection/each":201}],18:[function(require,module,exports){
2266
+ },{"../../types":123,"lodash/collection/each":202}],18:[function(require,module,exports){
2267
2267
  "use strict";
2268
2268
 
2269
2269
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -2427,7 +2427,7 @@ each({
2427
2427
  };
2428
2428
  });
2429
2429
  });
2430
- },{"../../types":122,"lodash/collection/each":201,"lodash/collection/map":205,"lodash/lang/isBoolean":288}],19:[function(require,module,exports){
2430
+ },{"../../types":123,"lodash/collection/each":202,"lodash/collection/map":206,"lodash/lang/isBoolean":291}],19:[function(require,module,exports){
2431
2431
  "use strict";
2432
2432
 
2433
2433
  var _classCallCheck = function (instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } };
@@ -2533,7 +2533,7 @@ var SourceMap = (function () {
2533
2533
  })();
2534
2534
 
2535
2535
  module.exports = SourceMap;
2536
- },{"../types":122,"source-map":330}],21:[function(require,module,exports){
2536
+ },{"../types":123,"source-map":334}],21:[function(require,module,exports){
2537
2537
  "use strict";
2538
2538
 
2539
2539
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -2659,7 +2659,7 @@ var Whitespace = (function () {
2659
2659
  })();
2660
2660
 
2661
2661
  module.exports = Whitespace;
2662
- },{"lodash/collection/sortBy":208}],22:[function(require,module,exports){
2662
+ },{"lodash/collection/sortBy":209}],22:[function(require,module,exports){
2663
2663
  "use strict";
2664
2664
 
2665
2665
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -2758,7 +2758,7 @@ module.exports = function (lines, lineNumber, colNumber) {
2758
2758
  }
2759
2759
  }).join("\n");
2760
2760
  };
2761
- },{"chalk":168,"esutils":185,"js-tokens":191,"line-numbers":193,"lodash/function/ary":210,"repeating":325}],23:[function(require,module,exports){
2761
+ },{"chalk":169,"esutils":186,"js-tokens":192,"line-numbers":194,"lodash/function/ary":211,"repeating":329}],23:[function(require,module,exports){
2762
2762
  "use strict";
2763
2763
 
2764
2764
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -2772,7 +2772,7 @@ module.exports = function (ast, comments, tokens) {
2772
2772
  throw new Error("Not a valid ast?");
2773
2773
  }
2774
2774
  };
2775
- },{"../types":122}],24:[function(require,module,exports){
2775
+ },{"../types":123}],24:[function(require,module,exports){
2776
2776
  "use strict";
2777
2777
 
2778
2778
  module.exports = function () {
@@ -2835,7 +2835,7 @@ module.exports = function (opts, code, callback) {
2835
2835
  throw err;
2836
2836
  }
2837
2837
  };
2838
- },{"./code-frame":22,"./normalize-ast":23,"acorn-babel":125,"estraverse":181}],26:[function(require,module,exports){
2838
+ },{"./code-frame":22,"./normalize-ast":23,"acorn-babel":126,"estraverse":182}],26:[function(require,module,exports){
2839
2839
  "use strict";
2840
2840
 
2841
2841
  /**
@@ -2914,7 +2914,7 @@ function parseArgs(args) {
2914
2914
  }
2915
2915
 
2916
2916
  exports.__esModule = true;
2917
- },{"util":167}],28:[function(require,module,exports){
2917
+ },{"util":168}],28:[function(require,module,exports){
2918
2918
  "use strict";
2919
2919
 
2920
2920
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -2956,7 +2956,7 @@ def("BindMemberExpression").bases("Expression").build("object", "property", "arg
2956
2956
  def("BindFunctionExpression").bases("Expression").build("callee", "arguments").field("callee", def("Expression")).field("arguments", [def("Expression")]);
2957
2957
 
2958
2958
  types.finalize();
2959
- },{"./types":122,"ast-types":139,"estraverse":181,"lodash/object/extend":299}],29:[function(require,module,exports){
2959
+ },{"./types":123,"ast-types":140,"estraverse":182,"lodash/object/extend":303}],29:[function(require,module,exports){
2960
2960
  "use strict";
2961
2961
 
2962
2962
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -3439,7 +3439,7 @@ var File = (function () {
3439
3439
  module.exports = File;
3440
3440
 
3441
3441
  // todo, (node, msg)
3442
- },{"../generation":15,"../helpers/parse":25,"../traversal/scope":119,"../types":122,"../util":124,"./index":43,"lodash/collection/each":201,"lodash/collection/includes":204,"lodash/lang/isFunction":290,"lodash/object/assign":297,"lodash/object/defaults":298,"path":150,"shebang-regex":327,"slash":328,"source-map-to-comment":329}],30:[function(require,module,exports){
3442
+ },{"../generation":15,"../helpers/parse":25,"../traversal/scope":120,"../types":123,"../util":125,"./index":43,"lodash/collection/each":202,"lodash/collection/includes":205,"lodash/lang/isFunction":293,"lodash/object/assign":301,"lodash/object/defaults":302,"path":151,"shebang-regex":331,"slash":332,"source-map-to-comment":333}],30:[function(require,module,exports){
3443
3443
  "use strict";
3444
3444
 
3445
3445
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -3487,7 +3487,7 @@ module.exports = function (exports, opts) {
3487
3487
  return opts.build(node.left, node.right);
3488
3488
  };
3489
3489
  };
3490
- },{"../../types":122,"./explode-assignable-expression":35}],31:[function(require,module,exports){
3490
+ },{"../../types":123,"./explode-assignable-expression":35}],31:[function(require,module,exports){
3491
3491
  "use strict";
3492
3492
 
3493
3493
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -3511,7 +3511,7 @@ module.exports = function build(node, buildBody) {
3511
3511
 
3512
3512
  return t.forOfStatement(t.variableDeclaration("let", [t.variableDeclarator(self.left)]), self.right, t.blockStatement([child]));
3513
3513
  };
3514
- },{"../../types":122}],32:[function(require,module,exports){
3514
+ },{"../../types":123}],32:[function(require,module,exports){
3515
3515
  "use strict";
3516
3516
 
3517
3517
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -3555,7 +3555,7 @@ module.exports = function (exports, opts) {
3555
3555
  return t.toSequenceExpression(nodes, scope);
3556
3556
  };
3557
3557
  };
3558
- },{"../../types":122,"./explode-assignable-expression":35}],33:[function(require,module,exports){
3558
+ },{"../../types":123,"./explode-assignable-expression":35}],33:[function(require,module,exports){
3559
3559
  "use strict";
3560
3560
 
3561
3561
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -3846,7 +3846,7 @@ module.exports = function (exports, opts) {
3846
3846
  }
3847
3847
  };
3848
3848
  };
3849
- },{"../../messages":27,"../../types":122,"./react":38,"esutils":185,"lodash/lang/isString":295}],34:[function(require,module,exports){
3849
+ },{"../../messages":27,"../../types":123,"./react":38,"esutils":186,"lodash/lang/isString":299}],34:[function(require,module,exports){
3850
3850
  "use strict";
3851
3851
 
3852
3852
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -3934,7 +3934,7 @@ function build(mutatorMap) {
3934
3934
  }
3935
3935
 
3936
3936
  exports.__esModule = true;
3937
- },{"../../traversal":117,"../../types":122,"lodash/collection/each":201,"lodash/lang/clone":284,"lodash/lang/cloneDeep":285,"lodash/object/has":300}],35:[function(require,module,exports){
3937
+ },{"../../traversal":118,"../../types":123,"lodash/collection/each":202,"lodash/lang/clone":287,"lodash/lang/cloneDeep":288,"lodash/object/has":304}],35:[function(require,module,exports){
3938
3938
  "use strict";
3939
3939
 
3940
3940
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4006,7 +4006,7 @@ module.exports = function (node, nodes, file, scope, allowedSingleIdent) {
4006
4006
  ref: ref
4007
4007
  };
4008
4008
  };
4009
- },{"../../types":122}],36:[function(require,module,exports){
4009
+ },{"../../types":123}],36:[function(require,module,exports){
4010
4010
  "use strict";
4011
4011
 
4012
4012
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4020,7 +4020,7 @@ module.exports = function (node) {
4020
4020
  }
4021
4021
  return lastNonDefault;
4022
4022
  };
4023
- },{"../../types":122}],37:[function(require,module,exports){
4023
+ },{"../../types":123}],37:[function(require,module,exports){
4024
4024
  "use strict";
4025
4025
 
4026
4026
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -4160,7 +4160,7 @@ exports.__esModule = true;
4160
4160
  //
4161
4161
  // so we can safely just set the id and move along as it shadows the
4162
4162
  // bound function id
4163
- },{"../../types":122,"../../util":124,"./get-function-arity":36}],38:[function(require,module,exports){
4163
+ },{"../../types":123,"../../util":125,"./get-function-arity":36}],38:[function(require,module,exports){
4164
4164
  "use strict";
4165
4165
 
4166
4166
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4196,7 +4196,7 @@ function isCompatTag(tagName) {
4196
4196
  }
4197
4197
 
4198
4198
  exports.__esModule = true;
4199
- },{"../../types":122}],39:[function(require,module,exports){
4199
+ },{"../../types":123}],39:[function(require,module,exports){
4200
4200
  "use strict";
4201
4201
 
4202
4202
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4220,7 +4220,7 @@ function pullFlag(node, flag) {
4220
4220
  }
4221
4221
 
4222
4222
  exports.__esModule = true;
4223
- },{"../../types":122,"lodash/array/pull":198}],40:[function(require,module,exports){
4223
+ },{"../../types":123,"lodash/array/pull":199}],40:[function(require,module,exports){
4224
4224
  "use strict";
4225
4225
 
4226
4226
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4261,7 +4261,7 @@ module.exports = function (node, callId, scope) {
4261
4261
  return call;
4262
4262
  }
4263
4263
  };
4264
- },{"../../types":122}],41:[function(require,module,exports){
4264
+ },{"../../types":123}],41:[function(require,module,exports){
4265
4265
  "use strict";
4266
4266
 
4267
4267
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4550,7 +4550,7 @@ var ReplaceSupers = (function () {
4550
4550
  })();
4551
4551
 
4552
4552
  module.exports = ReplaceSupers;
4553
- },{"../../messages":27,"../../types":122}],42:[function(require,module,exports){
4553
+ },{"../../messages":27,"../../types":123}],42:[function(require,module,exports){
4554
4554
  "use strict";
4555
4555
 
4556
4556
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4579,7 +4579,7 @@ function wrap(node, callback) {
4579
4579
  }
4580
4580
 
4581
4581
  exports.__esModule = true;
4582
- },{"../../types":122}],43:[function(require,module,exports){
4582
+ },{"../../types":123}],43:[function(require,module,exports){
4583
4583
  "use strict";
4584
4584
 
4585
4585
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4657,7 +4657,7 @@ each(rawTransformers, function (transformer, key) {
4657
4657
 
4658
4658
  transform.transformers[key] = new Transformer(key, transformer);
4659
4659
  });
4660
- },{"../helpers/normalize-ast":23,"../helpers/object":24,"./file":29,"./modules":51,"./transformer":56,"./transformers":83,"./transformers/deprecated":57,"lodash/collection/each":201}],44:[function(require,module,exports){
4660
+ },{"../helpers/normalize-ast":23,"../helpers/object":24,"./file":29,"./modules":51,"./transformer":56,"./transformers":83,"./transformers/deprecated":57,"lodash/collection/each":202}],44:[function(require,module,exports){
4661
4661
  "use strict";
4662
4662
 
4663
4663
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4958,7 +4958,7 @@ var DefaultFormatter = (function () {
4958
4958
  })();
4959
4959
 
4960
4960
  module.exports = DefaultFormatter;
4961
- },{"../../helpers/object":24,"../../messages":27,"../../types":122,"../../util":124,"lodash/object/extend":299}],45:[function(require,module,exports){
4961
+ },{"../../helpers/object":24,"../../messages":27,"../../types":123,"../../util":125,"lodash/object/extend":303}],45:[function(require,module,exports){
4962
4962
  "use strict";
4963
4963
 
4964
4964
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -4976,7 +4976,7 @@ module.exports = function (Parent) {
4976
4976
 
4977
4977
  return Constructor;
4978
4978
  };
4979
- },{"../../util":124}],46:[function(require,module,exports){
4979
+ },{"../../util":125}],46:[function(require,module,exports){
4980
4980
  "use strict";
4981
4981
 
4982
4982
  module.exports = require("./_strict")(require("./amd"));
@@ -5108,7 +5108,7 @@ var AMDFormatter = (function (DefaultFormatter) {
5108
5108
  module.exports = AMDFormatter;
5109
5109
 
5110
5110
  // import * as bar from "foo";
5111
- },{"../../types":122,"../../util":124,"./_default":44,"./common":49,"lodash/collection/includes":204,"lodash/object/values":303}],48:[function(require,module,exports){
5111
+ },{"../../types":123,"../../util":125,"./_default":44,"./common":49,"lodash/collection/includes":205,"lodash/object/values":307}],48:[function(require,module,exports){
5112
5112
  "use strict";
5113
5113
 
5114
5114
  module.exports = require("./_strict")(require("./common"));
@@ -5229,7 +5229,7 @@ var CommonJSFormatter = (function (DefaultFormatter) {
5229
5229
  })(DefaultFormatter);
5230
5230
 
5231
5231
  module.exports = CommonJSFormatter;
5232
- },{"../../types":122,"../../util":124,"./_default":44,"lodash/collection/includes":204}],50:[function(require,module,exports){
5232
+ },{"../../types":123,"../../util":125,"./_default":44,"lodash/collection/includes":205}],50:[function(require,module,exports){
5233
5233
  "use strict";
5234
5234
 
5235
5235
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5258,7 +5258,7 @@ var IgnoreFormatter = (function () {
5258
5258
  })();
5259
5259
 
5260
5260
  module.exports = IgnoreFormatter;
5261
- },{"../../types":122}],51:[function(require,module,exports){
5261
+ },{"../../types":123}],51:[function(require,module,exports){
5262
5262
  "use strict";
5263
5263
 
5264
5264
  module.exports = {
@@ -5483,7 +5483,7 @@ var SystemFormatter = (function (AMDFormatter) {
5483
5483
  })(AMDFormatter);
5484
5484
 
5485
5485
  module.exports = SystemFormatter;
5486
- },{"../../types":122,"../../util":124,"./_default":44,"./amd":47,"lodash/array/last":197,"lodash/collection/each":201,"lodash/collection/map":205}],53:[function(require,module,exports){
5486
+ },{"../../types":123,"../../util":125,"./_default":44,"./amd":47,"lodash/array/last":198,"lodash/collection/each":202,"lodash/collection/map":206}],53:[function(require,module,exports){
5487
5487
  "use strict";
5488
5488
 
5489
5489
  module.exports = require("./_strict")(require("./umd"));
@@ -5580,7 +5580,7 @@ var UMDFormatter = (function (AMDFormatter) {
5580
5580
  })(AMDFormatter);
5581
5581
 
5582
5582
  module.exports = UMDFormatter;
5583
- },{"../../types":122,"../../util":124,"./amd":47,"lodash/object/values":303}],55:[function(require,module,exports){
5583
+ },{"../../types":123,"../../util":125,"./amd":47,"lodash/object/values":307}],55:[function(require,module,exports){
5584
5584
  "use strict";
5585
5585
 
5586
5586
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5656,7 +5656,7 @@ var TransformerPass = (function () {
5656
5656
  })();
5657
5657
 
5658
5658
  module.exports = TransformerPass;
5659
- },{"lodash/collection/includes":204}],56:[function(require,module,exports){
5659
+ },{"lodash/collection/includes":205}],56:[function(require,module,exports){
5660
5660
  "use strict";
5661
5661
 
5662
5662
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5751,10 +5751,14 @@ var Transformer = (function () {
5751
5751
  })();
5752
5752
 
5753
5753
  module.exports = Transformer;
5754
- },{"../traversal":117,"./transformer-pass":55,"lodash/collection/each":201,"lodash/lang/isFunction":290,"lodash/lang/isObject":293,"lodash/object/assign":297}],57:[function(require,module,exports){
5754
+ },{"../traversal":118,"./transformer-pass":55,"lodash/collection/each":202,"lodash/lang/isFunction":293,"lodash/lang/isObject":296,"lodash/object/assign":301}],57:[function(require,module,exports){
5755
5755
  module.exports={
5756
5756
  "selfContained": "runtime",
5757
- "unicode-regex": "regex.unicode"
5757
+ "unicode-regex": "regex.unicode",
5758
+
5759
+ "minification.deadCodeElimination": "utility.deadCodeElimination",
5760
+ "minification.removeConsoleCalls": "utility.removeConsole",
5761
+ "minification.removeDebugger": "utility.removeDebugger"
5758
5762
  }
5759
5763
 
5760
5764
  },{}],58:[function(require,module,exports){
@@ -5780,7 +5784,7 @@ function MemberExpression(node) {
5780
5784
  }
5781
5785
 
5782
5786
  exports.__esModule = true;
5783
- },{"../../../types":122}],59:[function(require,module,exports){
5787
+ },{"../../../types":123}],59:[function(require,module,exports){
5784
5788
  "use strict";
5785
5789
 
5786
5790
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5802,7 +5806,7 @@ function Property(node) {
5802
5806
  }
5803
5807
 
5804
5808
  exports.__esModule = true;
5805
- },{"../../../types":122}],60:[function(require,module,exports){
5809
+ },{"../../../types":123}],60:[function(require,module,exports){
5806
5810
  "use strict";
5807
5811
 
5808
5812
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5840,7 +5844,7 @@ function ObjectExpression(node) {
5840
5844
  }
5841
5845
 
5842
5846
  exports.__esModule = true;
5843
- },{"../../../types":122,"../../helpers/define-map":34}],61:[function(require,module,exports){
5847
+ },{"../../../types":123,"../../helpers/define-map":34}],61:[function(require,module,exports){
5844
5848
  "use strict";
5845
5849
 
5846
5850
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5862,7 +5866,7 @@ function ArrowFunctionExpression(node) {
5862
5866
  }
5863
5867
 
5864
5868
  exports.__esModule = true;
5865
- },{"../../../types":122}],62:[function(require,module,exports){
5869
+ },{"../../../types":123}],62:[function(require,module,exports){
5866
5870
  "use strict";
5867
5871
 
5868
5872
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5911,7 +5915,7 @@ function BlockStatement(node, parent, scope, file) {
5911
5915
  exports.Program = BlockStatement;
5912
5916
  exports.Loop = BlockStatement;
5913
5917
  exports.__esModule = true;
5914
- },{"../../../types":122}],63:[function(require,module,exports){
5918
+ },{"../../../types":123}],63:[function(require,module,exports){
5915
5919
  "use strict";
5916
5920
 
5917
5921
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -6260,7 +6264,7 @@ var BlockScoping = (function () {
6260
6264
  for (var name in outsideRefs) {
6261
6265
  var id = outsideRefs[name];
6262
6266
 
6263
- if (this.scope.hasGlobal(id.name)) {
6267
+ if (this.scope.hasGlobal(id.name) || this.scope.parentHasBinding(id.name)) {
6264
6268
  delete outsideRefs[id.name];
6265
6269
  delete this.letReferences[id.name];
6266
6270
 
@@ -6492,7 +6496,7 @@ var BlockScoping = (function () {
6492
6496
  })();
6493
6497
 
6494
6498
  exports.__esModule = true;
6495
- },{"../../../helpers/object":24,"../../../traversal":117,"../../../types":122,"../../../util":124,"lodash/object/extend":299,"lodash/object/values":303}],64:[function(require,module,exports){
6499
+ },{"../../../helpers/object":24,"../../../traversal":118,"../../../types":123,"../../../util":125,"lodash/object/extend":303,"lodash/object/values":307}],64:[function(require,module,exports){
6496
6500
  "use strict";
6497
6501
 
6498
6502
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -6683,7 +6687,7 @@ var ClassTransformer = (function () {
6683
6687
  }
6684
6688
 
6685
6689
  // we have no constructor, we have a super, and the super doesn't appear to be falsy
6686
- if (!this.hasConstructor && this.hasSuper && !t.isFalsyExpression(superName)) {
6690
+ if (!this.hasConstructor && this.hasSuper && t.evaluateTruthy(superName) !== false) {
6687
6691
  var helperName = "class-super-constructor-call";
6688
6692
  if (this.isLoose) helperName += "-loose";
6689
6693
  constructor.body.body.push(util.template(helperName, {
@@ -6803,7 +6807,7 @@ var ClassTransformer = (function () {
6803
6807
  })();
6804
6808
 
6805
6809
  exports.__esModule = true;
6806
- },{"../../../messages":27,"../../../types":122,"../../../util":124,"../../helpers/define-map":34,"../../helpers/name-method":37,"../../helpers/replace-supers":41}],65:[function(require,module,exports){
6810
+ },{"../../../messages":27,"../../../types":123,"../../../util":125,"../../helpers/define-map":34,"../../helpers/name-method":37,"../../helpers/replace-supers":41}],65:[function(require,module,exports){
6807
6811
  "use strict";
6808
6812
 
6809
6813
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -6865,7 +6869,7 @@ function VariableDeclaration(node) {
6865
6869
  }
6866
6870
 
6867
6871
  exports.__esModule = true;
6868
- },{"../../../messages":27,"../../../types":122}],66:[function(require,module,exports){
6872
+ },{"../../../messages":27,"../../../types":123}],66:[function(require,module,exports){
6869
6873
  "use strict";
6870
6874
 
6871
6875
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7347,7 +7351,7 @@ var DestructuringTransformer = (function () {
7347
7351
  })();
7348
7352
 
7349
7353
  exports.__esModule = true;
7350
- },{"../../../messages":27,"../../../types":122}],67:[function(require,module,exports){
7354
+ },{"../../../messages":27,"../../../types":123}],67:[function(require,module,exports){
7351
7355
  "use strict";
7352
7356
 
7353
7357
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7392,7 +7396,11 @@ function ForOfStatement(node, parent, scope, file) {
7392
7396
  // todo: find out why this is necessary? #538
7393
7397
  loop._scopeInfo = node._scopeInfo;
7394
7398
 
7395
- return build.node;
7399
+ if (build.replaceParent) {
7400
+ this.parentPath.node = build.node;
7401
+ } else {
7402
+ return build.node;
7403
+ }
7396
7404
  }
7397
7405
 
7398
7406
  var breakVisitor = {
@@ -7453,10 +7461,11 @@ var loose = function loose(node, parent, scope, file) {
7453
7461
 
7454
7462
  scope.traverse(node, breakVisitor, {
7455
7463
  iteratorKey: iteratorKey,
7464
+ label: t.isLabeledStatement(parent) && parent.label.name,
7465
+
7456
7466
  wrapReturn: function wrapReturn(node) {
7457
7467
  return t.ifStatement(t.logicalExpression("&&", t.unaryExpression("!", isArrayKey, true), t.memberExpression(iteratorKey, t.identifier("return"))), node);
7458
- },
7459
- label: t.isLabeledStatement(parent) && parent.label.name
7468
+ }
7460
7469
  });
7461
7470
 
7462
7471
  //
@@ -7469,6 +7478,7 @@ var loose = function loose(node, parent, scope, file) {
7469
7478
  };
7470
7479
 
7471
7480
  var spec = function spec(node, parent, scope, file) {
7481
+
7472
7482
  var left = node.left;
7473
7483
  var declar;
7474
7484
 
@@ -7499,13 +7509,21 @@ var spec = function spec(node, parent, scope, file) {
7499
7509
  BODY: null
7500
7510
  });
7501
7511
 
7502
- var loop = template[3].block.body[0];
7512
+ var isLabeledParent = t.isLabeledStatement(parent);
7513
+
7514
+ var tryBody = template[3].block.body;
7515
+ var loop = tryBody[0];
7516
+
7517
+ if (isLabeledParent) {
7518
+ tryBody[0] = t.labeledStatement(parent.label, loop);
7519
+ }
7503
7520
 
7504
7521
  //
7505
7522
 
7506
7523
  scope.traverse(node, breakVisitor, {
7507
7524
  iteratorKey: iteratorKey,
7508
- label: t.isLabeledStatement(parent) && parent.label.name,
7525
+ label: isLabeledParent && parent.label.name,
7526
+
7509
7527
  wrapReturn: function wrapReturn(node) {
7510
7528
  return t.ifStatement(t.memberExpression(iteratorKey, t.identifier("return")), node);
7511
7529
  }
@@ -7514,13 +7532,14 @@ var spec = function spec(node, parent, scope, file) {
7514
7532
  //
7515
7533
 
7516
7534
  return {
7535
+ replaceParent: isLabeledParent,
7517
7536
  declar: declar,
7518
7537
  loop: loop,
7519
7538
  node: template
7520
7539
  };
7521
7540
  };
7522
7541
  exports.__esModule = true;
7523
- },{"../../../messages":27,"../../../types":122,"../../../util":124}],68:[function(require,module,exports){
7542
+ },{"../../../messages":27,"../../../types":123,"../../../util":125}],68:[function(require,module,exports){
7524
7543
  "use strict";
7525
7544
 
7526
7545
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7586,7 +7605,7 @@ function ExportDeclaration(node, parent, scope, file) {
7586
7605
  }
7587
7606
 
7588
7607
  exports.__esModule = true;
7589
- },{"../../../types":122,"../internal/modules":89}],69:[function(require,module,exports){
7608
+ },{"../../../types":123,"../internal/modules":89}],69:[function(require,module,exports){
7590
7609
  "use strict";
7591
7610
 
7592
7611
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7625,7 +7644,7 @@ function Property(node, parent, scope, file) {
7625
7644
  }
7626
7645
 
7627
7646
  exports.__esModule = true;
7628
- },{"../../../types":122,"../../helpers/replace-supers":41}],70:[function(require,module,exports){
7647
+ },{"../../../types":123,"../../helpers/replace-supers":41}],70:[function(require,module,exports){
7629
7648
  "use strict";
7630
7649
 
7631
7650
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7738,7 +7757,7 @@ exports.Function = function (node, parent, scope, file) {
7738
7757
  }
7739
7758
  };
7740
7759
  exports.__esModule = true;
7741
- },{"../../../types":122,"../../../util":124}],71:[function(require,module,exports){
7760
+ },{"../../../types":123,"../../../util":125}],71:[function(require,module,exports){
7742
7761
  "use strict";
7743
7762
 
7744
7763
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -7885,7 +7904,7 @@ exports.Function = function (node, parent, scope) {
7885
7904
  node.body.body.unshift(loop);
7886
7905
  };
7887
7906
  exports.__esModule = true;
7888
- },{"../../../types":122,"../../../util":124,"lodash/lang/isNumber":292}],72:[function(require,module,exports){
7907
+ },{"../../../types":123,"../../../util":125,"lodash/lang/isNumber":295}],72:[function(require,module,exports){
7889
7908
  "use strict";
7890
7909
 
7891
7910
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8010,7 +8029,7 @@ function ObjectExpression(node, parent, scope, file) {
8010
8029
  }
8011
8030
 
8012
8031
  exports.__esModule = true;
8013
- },{"../../../types":122}],73:[function(require,module,exports){
8032
+ },{"../../../types":123}],73:[function(require,module,exports){
8014
8033
  "use strict";
8015
8034
 
8016
8035
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8038,7 +8057,7 @@ function Property(node) {
8038
8057
  }
8039
8058
 
8040
8059
  exports.__esModule = true;
8041
- },{"../../../types":122,"lodash/lang/clone":284}],74:[function(require,module,exports){
8060
+ },{"../../../types":123,"lodash/lang/clone":287}],74:[function(require,module,exports){
8042
8061
  "use strict";
8043
8062
 
8044
8063
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8062,7 +8081,7 @@ function Literal(node) {
8062
8081
  }
8063
8082
 
8064
8083
  exports.__esModule = true;
8065
- },{"../../../types":122,"../../helpers/regex":39}],75:[function(require,module,exports){
8084
+ },{"../../../types":123,"../../helpers/regex":39}],75:[function(require,module,exports){
8066
8085
  "use strict";
8067
8086
 
8068
8087
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -8087,7 +8106,7 @@ function Literal(node) {
8087
8106
  }
8088
8107
 
8089
8108
  exports.__esModule = true;
8090
- },{"../../helpers/regex":39,"regexpu/rewrite-pattern":324}],76:[function(require,module,exports){
8109
+ },{"../../helpers/regex":39,"regexpu/rewrite-pattern":328}],76:[function(require,module,exports){
8091
8110
  "use strict";
8092
8111
 
8093
8112
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8224,7 +8243,7 @@ function NewExpression(node, parent, scope, file) {
8224
8243
  }
8225
8244
 
8226
8245
  exports.__esModule = true;
8227
- },{"../../../types":122,"lodash/collection/includes":204}],77:[function(require,module,exports){
8246
+ },{"../../../types":123,"lodash/collection/includes":205}],77:[function(require,module,exports){
8228
8247
  "use strict";
8229
8248
 
8230
8249
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -8608,7 +8627,7 @@ var TailCallTransformer = (function () {
8608
8627
 
8609
8628
  return TailCallTransformer;
8610
8629
  })();
8611
- },{"../../../messages":27,"../../../types":122,"../../../util":124,"lodash/array/flatten":196,"lodash/collection/map":205,"lodash/collection/reduceRight":206}],78:[function(require,module,exports){
8630
+ },{"../../../messages":27,"../../../types":123,"../../../util":125,"lodash/array/flatten":197,"lodash/collection/map":206,"lodash/collection/reduceRight":207}],78:[function(require,module,exports){
8612
8631
  "use strict";
8613
8632
 
8614
8633
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8683,7 +8702,7 @@ function TemplateLiteral(node) {
8683
8702
  }
8684
8703
 
8685
8704
  exports.__esModule = true;
8686
- },{"../../../types":122}],79:[function(require,module,exports){
8705
+ },{"../../../types":123}],79:[function(require,module,exports){
8687
8706
  "use strict";
8688
8707
 
8689
8708
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8799,7 +8818,7 @@ function PrivateDeclaration(node) {
8799
8818
  }
8800
8819
 
8801
8820
  exports.__esModule = true;
8802
- },{"../../../types":122,"../../../util":124}],80:[function(require,module,exports){
8821
+ },{"../../../types":123,"../../../util":125}],80:[function(require,module,exports){
8803
8822
  "use strict";
8804
8823
 
8805
8824
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -8865,7 +8884,7 @@ function array(node, parent, scope, file) {
8865
8884
  return container;
8866
8885
  }
8867
8886
  exports.__esModule = true;
8868
- },{"../../../traversal":117,"../../../types":122,"../../../util":124,"../../helpers/build-comprehension":31}],81:[function(require,module,exports){
8887
+ },{"../../../traversal":118,"../../../types":123,"../../../util":125,"../../helpers/build-comprehension":31}],81:[function(require,module,exports){
8869
8888
  "use strict";
8870
8889
 
8871
8890
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8888,7 +8907,7 @@ build(exports, {
8888
8907
  }
8889
8908
  });
8890
8909
  exports.__esModule = true;
8891
- },{"../../../types":122,"../../helpers/build-binary-assignment-operator-transformer":30}],82:[function(require,module,exports){
8910
+ },{"../../../types":123,"../../helpers/build-binary-assignment-operator-transformer":30}],82:[function(require,module,exports){
8892
8911
  "use strict";
8893
8912
 
8894
8913
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8946,7 +8965,7 @@ function ObjectExpression(node, parent, scope, file) {
8946
8965
  }
8947
8966
 
8948
8967
  exports.__esModule = true;
8949
- },{"../../../types":122}],83:[function(require,module,exports){
8968
+ },{"../../../types":123}],83:[function(require,module,exports){
8950
8969
  "use strict";
8951
8970
 
8952
8971
  module.exports = {
@@ -9054,14 +9073,16 @@ module.exports = {
9054
9073
  "es3.propertyLiterals": require("./es3/property-literals"),
9055
9074
  "es3.memberExpressionLiterals": require("./es3/member-expression-literals"),
9056
9075
 
9057
- "minification.removeDebugger": require("./minification/remove-debugger"),
9058
- "minification.removeConsoleCalls": require("./minification/remove-console-calls"),
9059
- "minification.deadCodeElimination": require("./minification/dead-code-elimination"),
9060
- "minification.renameLocalVariables": require("./minification/rename-local-variables"),
9076
+ "utility.removeDebugger": require("./utility/remove-debugger"),
9077
+ "utility.removeConsole": require("./utility/remove-console"),
9078
+
9079
+ "utility.inlineEnvironmentVariables": require("./utility/inline-environment-variables"),
9080
+ "utility.inlineExpressions": require("./utility/inline-expressions"),
9081
+ "utility.deadCodeElimination": require("./utility/dead-code-elimination"),
9061
9082
 
9062
9083
  _cleanUp: require("./internal/cleanup")
9063
9084
  };
9064
- },{"./es3/member-expression-literals":58,"./es3/property-literals":59,"./es5/properties.mutators":60,"./es6/arrow-functions":61,"./es6/block-scoping":63,"./es6/block-scoping-tdz":62,"./es6/classes":64,"./es6/constants":65,"./es6/destructuring":66,"./es6/for-of":67,"./es6/modules":68,"./es6/object-super":69,"./es6/parameters.default":70,"./es6/parameters.rest":71,"./es6/properties.computed":72,"./es6/properties.shorthand":73,"./es6/regex.sticky":74,"./es6/regex.unicode":75,"./es6/spread":76,"./es6/tail-call":77,"./es6/template-literals":78,"./es7/abstract-references":79,"./es7/comprehensions":80,"./es7/exponentiation-operator":81,"./es7/object-rest-spread":82,"./internal/alias-functions":84,"./internal/block-hoist":85,"./internal/cleanup":86,"./internal/declarations":87,"./internal/module-formatter":88,"./internal/modules":89,"./internal/use-strict":90,"./minification/dead-code-elimination":91,"./minification/remove-console-calls":92,"./minification/remove-debugger":93,"./minification/rename-local-variables":94,"./other/async-to-generator":95,"./other/bluebird-coroutines":96,"./other/flow":97,"./other/react":99,"./other/react-compat":98,"./other/regenerator":100,"./other/runtime":101,"./other/use-strict":102,"./playground/mallet-operator":103,"./playground/memoization-operator":104,"./playground/method-binding":105,"./playground/object-getter-memoization":106,"./spec/block-scoped-functions":107,"./spec/function-name":108,"./spec/proto-to-assign":109,"./spec/typeof-symbol":110,"./spec/undefined-to-void":111,"./validation/no-for-in-of-assignment":112,"./validation/react":113,"./validation/setters":114,"./validation/undeclared-variable-check":115}],84:[function(require,module,exports){
9085
+ },{"./es3/member-expression-literals":58,"./es3/property-literals":59,"./es5/properties.mutators":60,"./es6/arrow-functions":61,"./es6/block-scoping":63,"./es6/block-scoping-tdz":62,"./es6/classes":64,"./es6/constants":65,"./es6/destructuring":66,"./es6/for-of":67,"./es6/modules":68,"./es6/object-super":69,"./es6/parameters.default":70,"./es6/parameters.rest":71,"./es6/properties.computed":72,"./es6/properties.shorthand":73,"./es6/regex.sticky":74,"./es6/regex.unicode":75,"./es6/spread":76,"./es6/tail-call":77,"./es6/template-literals":78,"./es7/abstract-references":79,"./es7/comprehensions":80,"./es7/exponentiation-operator":81,"./es7/object-rest-spread":82,"./internal/alias-functions":84,"./internal/block-hoist":85,"./internal/cleanup":86,"./internal/declarations":87,"./internal/module-formatter":88,"./internal/modules":89,"./internal/use-strict":90,"./other/async-to-generator":91,"./other/bluebird-coroutines":92,"./other/flow":93,"./other/react":95,"./other/react-compat":94,"./other/regenerator":96,"./other/runtime":97,"./other/use-strict":98,"./playground/mallet-operator":99,"./playground/memoization-operator":100,"./playground/method-binding":101,"./playground/object-getter-memoization":102,"./spec/block-scoped-functions":103,"./spec/function-name":104,"./spec/proto-to-assign":105,"./spec/typeof-symbol":106,"./spec/undefined-to-void":107,"./utility/dead-code-elimination":108,"./utility/inline-environment-variables":109,"./utility/inline-expressions":110,"./utility/remove-console":111,"./utility/remove-debugger":112,"./validation/no-for-in-of-assignment":113,"./validation/react":114,"./validation/setters":115,"./validation/undeclared-variable-check":116}],84:[function(require,module,exports){
9065
9086
  "use strict";
9066
9087
 
9067
9088
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9163,7 +9184,7 @@ function FunctionDeclaration(node, parent, scope) {
9163
9184
 
9164
9185
  exports.FunctionExpression = FunctionDeclaration;
9165
9186
  exports.__esModule = true;
9166
- },{"../../../types":122}],85:[function(require,module,exports){
9187
+ },{"../../../types":123}],85:[function(require,module,exports){
9167
9188
  "use strict";
9168
9189
 
9169
9190
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9203,7 +9224,7 @@ var BlockStatement = exports.BlockStatement = {
9203
9224
 
9204
9225
  exports.Program = BlockStatement;
9205
9226
  exports.__esModule = true;
9206
- },{"lodash/array/flatten":196,"lodash/collection/groupBy":203,"lodash/object/values":303}],86:[function(require,module,exports){
9227
+ },{"lodash/array/flatten":197,"lodash/collection/groupBy":204,"lodash/object/values":307}],86:[function(require,module,exports){
9207
9228
  "use strict";
9208
9229
 
9209
9230
  var SequenceExpression = exports.SequenceExpression = {
@@ -9271,7 +9292,7 @@ function BlockStatement(node, parent, scope, file) {
9271
9292
 
9272
9293
  exports.Program = BlockStatement;
9273
9294
  exports.__esModule = true;
9274
- },{"../../../types":122,"../../helpers/use-strict":42}],88:[function(require,module,exports){
9295
+ },{"../../../types":123,"../../helpers/use-strict":42}],88:[function(require,module,exports){
9275
9296
  "use strict";
9276
9297
 
9277
9298
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -9358,7 +9379,7 @@ function ExportDeclaration(node, parent, scope) {
9358
9379
  }
9359
9380
 
9360
9381
  exports.__esModule = true;
9361
- },{"../../../types":122}],90:[function(require,module,exports){
9382
+ },{"../../../types":123}],90:[function(require,module,exports){
9362
9383
  "use strict";
9363
9384
 
9364
9385
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9374,148 +9395,7 @@ function Program(program, parent, scope, file) {
9374
9395
  }
9375
9396
 
9376
9397
  exports.__esModule = true;
9377
- },{"../../../types":122}],91:[function(require,module,exports){
9378
- "use strict";
9379
-
9380
- var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
9381
-
9382
- exports.ExpressionStatement = ExpressionStatement;
9383
-
9384
- var t = _interopRequire(require("../../../types"));
9385
-
9386
- var optional = exports.optional = true;
9387
-
9388
- function ExpressionStatement(node) {
9389
- // remove consequence-less expressions such as local variables and literals
9390
- // note: will remove directives
9391
- //
9392
- // var foo = true; foo; -> var foo = true;
9393
- // "foo"; ->
9394
- //
9395
-
9396
- var expr = node.expression;
9397
- if (t.isLiteral(expr) || t.isIdentifier(node) && t.hasBinding(node.name)) {
9398
- this.remove();
9399
- }
9400
- }
9401
-
9402
- var IfStatement = exports.IfStatement = {
9403
- exit: function exit(node) {
9404
- // todo: in scenarios where we can just return the consequent or
9405
- // alternate we should drop the block statement if it contains no
9406
- // block scoped variables
9407
-
9408
- var consequent = node.consequent;
9409
- var alternate = node.alternate;
9410
- var test = node.test;
9411
-
9412
- // we can check if a test will be truthy 100% and if so then we can inline
9413
- // the consequent and completely ignore the alternate
9414
- //
9415
- // if (true) { foo; } -> { foo; }
9416
- // if ("foo") { foo; } -> { foo; }
9417
- //
9418
-
9419
- if (t.isLiteral(test) && test.value) {
9420
- return consequent;
9421
- }
9422
-
9423
- // we can check if a test will be falsy 100% and if so we can inline the
9424
- // alternate if there is one and completely remove the consequent
9425
- //
9426
- // if ("") { bar; } else { foo; } -> { foo; }
9427
- // if ("") { bar; } ->
9428
- //
9429
-
9430
- if (t.isFalsyExpression(test)) {
9431
- if (alternate) {
9432
- return alternate;
9433
- } else {
9434
- return this.remove();
9435
- }
9436
- }
9437
-
9438
- // remove alternate blocks that are empty
9439
- //
9440
- // if (foo) { foo; } else {} -> if (foo) { foo; }
9441
- //
9442
-
9443
- if (t.isBlockStatement(alternate) && !alternate.body.length) {
9444
- alternate = node.alternate = null;
9445
- }
9446
-
9447
- // if the consequent block is empty turn alternate blocks into a consequent
9448
- // and flip the test
9449
- //
9450
- // if (foo) {} else { bar; } -> if (!foo) { bar; }
9451
- //
9452
-
9453
- if (t.blockStatement(consequent) && !consequent.body.length && t.isBlockStatement(alternate) && alternate.body.length) {
9454
- node.consequent = node.alternate;
9455
- node.alternate = null;
9456
- node.test = t.unaryExpression("!", test, true);
9457
- }
9458
- }
9459
- };
9460
- exports.__esModule = true;
9461
- },{"../../../types":122}],92:[function(require,module,exports){
9462
- "use strict";
9463
-
9464
- var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
9465
-
9466
- exports.CallExpression = CallExpression;
9467
-
9468
- var t = _interopRequire(require("../../../types"));
9469
-
9470
- var isConsole = t.buildMatchMemberExpression("console", true);
9471
-
9472
- var optional = exports.optional = true;
9473
-
9474
- function CallExpression(node, parent) {
9475
- if (isConsole(node.callee)) {
9476
- if (t.isExpressionStatement(parent)) {
9477
- this.parentPath.remove();
9478
- } else {
9479
- this.remove();
9480
- }
9481
- }
9482
- }
9483
-
9484
- exports.__esModule = true;
9485
- },{"../../../types":122}],93:[function(require,module,exports){
9486
- "use strict";
9487
-
9488
- var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
9489
-
9490
- exports.ExpressionStatement = ExpressionStatement;
9491
-
9492
- var t = _interopRequire(require("../../../types"));
9493
-
9494
- var optional = exports.optional = true;
9495
-
9496
- function ExpressionStatement(node) {
9497
- if (t.isIdentifier(node.expression, { name: "debugger" })) {
9498
- this.remove();
9499
- }
9500
- }
9501
-
9502
- exports.__esModule = true;
9503
- },{"../../../types":122}],94:[function(require,module,exports){
9504
- "use strict";
9505
-
9506
- exports.Scopable = Scopable;
9507
- //import t from "../../../types";
9508
-
9509
- var optional = exports.optional = true;
9510
-
9511
- function Scopable() {}
9512
-
9513
- exports.__esModule = true;
9514
-
9515
- //for (var name in scope.bindings) {
9516
- // scope.rename(name, scope.generateUidIdentifier("a").name);
9517
- //}
9518
- },{}],95:[function(require,module,exports){
9398
+ },{"../../../types":123}],91:[function(require,module,exports){
9519
9399
  "use strict";
9520
9400
 
9521
9401
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9531,7 +9411,7 @@ exports.Function = function (node, parent, scope, file) {
9531
9411
  return remapAsyncToGenerator(node, file.addHelper("async-to-generator"), scope);
9532
9412
  };
9533
9413
  exports.__esModule = true;
9534
- },{"../../helpers/remap-async-to-generator":40,"./bluebird-coroutines":96}],96:[function(require,module,exports){
9414
+ },{"../../helpers/remap-async-to-generator":40,"./bluebird-coroutines":92}],92:[function(require,module,exports){
9535
9415
  "use strict";
9536
9416
 
9537
9417
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9555,7 +9435,7 @@ exports.Function = function (node, parent, scope, file) {
9555
9435
  return remapAsyncToGenerator(node, t.memberExpression(file.addImport("bluebird", null, true), t.identifier("coroutine")), scope);
9556
9436
  };
9557
9437
  exports.__esModule = true;
9558
- },{"../../../types":122,"../../helpers/remap-async-to-generator":40}],97:[function(require,module,exports){
9438
+ },{"../../../types":123,"../../helpers/remap-async-to-generator":40}],93:[function(require,module,exports){
9559
9439
  "use strict";
9560
9440
 
9561
9441
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9563,6 +9443,7 @@ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["defau
9563
9443
  exports.Flow = Flow;
9564
9444
  exports.ClassProperty = ClassProperty;
9565
9445
  exports.Class = Class;
9446
+ exports.Function = Function;
9566
9447
  exports.TypeCastExpression = TypeCastExpression;
9567
9448
  exports.ImportDeclaration = ImportDeclaration;
9568
9449
  exports.ExportDeclaration = ExportDeclaration;
@@ -9582,6 +9463,13 @@ function Class(node) {
9582
9463
  node["implements"] = null;
9583
9464
  }
9584
9465
 
9466
+ function Function(node) {
9467
+ for (var i = 0; i < node.params.length; i++) {
9468
+ var param = node.params[i];
9469
+ param.optional = false;
9470
+ }
9471
+ }
9472
+
9585
9473
  function TypeCastExpression(node) {
9586
9474
  return node.expression;
9587
9475
  }
@@ -9595,7 +9483,7 @@ function ExportDeclaration(node) {
9595
9483
  }
9596
9484
 
9597
9485
  exports.__esModule = true;
9598
- },{"../../../types":122}],98:[function(require,module,exports){
9486
+ },{"../../../types":123}],94:[function(require,module,exports){
9599
9487
  "use strict";
9600
9488
 
9601
9489
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9626,7 +9514,7 @@ require("../../helpers/build-react-transformer")(exports, {
9626
9514
  }
9627
9515
  });
9628
9516
  exports.__esModule = true;
9629
- },{"../../../types":122,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],99:[function(require,module,exports){
9517
+ },{"../../../types":123,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],95:[function(require,module,exports){
9630
9518
  "use strict";
9631
9519
 
9632
9520
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9678,7 +9566,7 @@ require("../../helpers/build-react-transformer")(exports, {
9678
9566
  }
9679
9567
  });
9680
9568
  exports.__esModule = true;
9681
- },{"../../../types":122,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],100:[function(require,module,exports){
9569
+ },{"../../../types":123,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],96:[function(require,module,exports){
9682
9570
  "use strict";
9683
9571
 
9684
9572
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9700,7 +9588,7 @@ var Program = exports.Program = {
9700
9588
  }
9701
9589
  };
9702
9590
  exports.__esModule = true;
9703
- },{"../../../types":122,"regenerator-babel":316}],101:[function(require,module,exports){
9591
+ },{"../../../types":123,"regenerator-babel":320}],97:[function(require,module,exports){
9704
9592
  "use strict";
9705
9593
 
9706
9594
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -9811,7 +9699,7 @@ function Identifier(node, parent, scope, file) {
9811
9699
  }
9812
9700
 
9813
9701
  exports.__esModule = true;
9814
- },{"../../../types":122,"../../../util":124,"core-js/library":176,"lodash/collection/includes":204,"lodash/object/has":300}],102:[function(require,module,exports){
9702
+ },{"../../../types":123,"../../../util":125,"core-js/library":177,"lodash/collection/includes":205,"lodash/object/has":304}],98:[function(require,module,exports){
9815
9703
  "use strict";
9816
9704
 
9817
9705
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9851,7 +9739,7 @@ function CallExpression(node, parent, scope, file) {
9851
9739
  }
9852
9740
 
9853
9741
  exports.__esModule = true;
9854
- },{"../../../messages":27,"../../../types":122}],103:[function(require,module,exports){
9742
+ },{"../../../messages":27,"../../../types":123}],99:[function(require,module,exports){
9855
9743
  "use strict";
9856
9744
 
9857
9745
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9893,7 +9781,7 @@ build(exports, {
9893
9781
  }
9894
9782
  });
9895
9783
  exports.__esModule = true;
9896
- },{"../../../messages":27,"../../../types":122,"../../helpers/build-conditional-assignment-operator-transformer":32}],104:[function(require,module,exports){
9784
+ },{"../../../messages":27,"../../../types":123,"../../helpers/build-conditional-assignment-operator-transformer":32}],100:[function(require,module,exports){
9897
9785
  "use strict";
9898
9786
 
9899
9787
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9926,7 +9814,7 @@ build(exports, {
9926
9814
  }
9927
9815
  });
9928
9816
  exports.__esModule = true;
9929
- },{"../../../types":122,"../../helpers/build-conditional-assignment-operator-transformer":32}],105:[function(require,module,exports){
9817
+ },{"../../../types":123,"../../helpers/build-conditional-assignment-operator-transformer":32}],101:[function(require,module,exports){
9930
9818
  "use strict";
9931
9819
 
9932
9820
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9970,7 +9858,7 @@ function BindFunctionExpression(node, parent, scope) {
9970
9858
  }
9971
9859
 
9972
9860
  exports.__esModule = true;
9973
- },{"../../../types":122}],106:[function(require,module,exports){
9861
+ },{"../../../types":123}],102:[function(require,module,exports){
9974
9862
  "use strict";
9975
9863
 
9976
9864
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10016,7 +9904,7 @@ function MethodDefinition(node, parent, scope, file) {
10016
9904
 
10017
9905
  exports.Property = MethodDefinition;
10018
9906
  exports.__esModule = true;
10019
- },{"../../../types":122}],107:[function(require,module,exports){
9907
+ },{"../../../types":123}],103:[function(require,module,exports){
10020
9908
  "use strict";
10021
9909
 
10022
9910
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10049,12 +9937,12 @@ function BlockStatement(node, parent, scope, file) {
10049
9937
  }
10050
9938
 
10051
9939
  exports.__esModule = true;
10052
- },{"../../../types":122}],108:[function(require,module,exports){
9940
+ },{"../../../types":123}],104:[function(require,module,exports){
10053
9941
  "use strict";
10054
9942
 
10055
9943
  exports.FunctionExpression = require("../../helpers/name-method").bare;
10056
9944
  exports.__esModule = true;
10057
- },{"../../helpers/name-method":37}],109:[function(require,module,exports){
9945
+ },{"../../helpers/name-method":37}],105:[function(require,module,exports){
10058
9946
  "use strict";
10059
9947
 
10060
9948
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10126,7 +10014,7 @@ function ObjectExpression(node, parent, scope, file) {
10126
10014
  }
10127
10015
 
10128
10016
  exports.__esModule = true;
10129
- },{"../../../types":122,"lodash/array/pull":198}],110:[function(require,module,exports){
10017
+ },{"../../../types":123,"lodash/array/pull":199}],106:[function(require,module,exports){
10130
10018
  "use strict";
10131
10019
 
10132
10020
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10152,7 +10040,7 @@ function UnaryExpression(node, parent, scope, file) {
10152
10040
  }
10153
10041
 
10154
10042
  exports.__esModule = true;
10155
- },{"../../../types":122}],111:[function(require,module,exports){
10043
+ },{"../../../types":123}],107:[function(require,module,exports){
10156
10044
  "use strict";
10157
10045
 
10158
10046
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10170,7 +10058,185 @@ function Identifier(node, parent) {
10170
10058
  }
10171
10059
 
10172
10060
  exports.__esModule = true;
10173
- },{"../../../types":122}],112:[function(require,module,exports){
10061
+ },{"../../../types":123}],108:[function(require,module,exports){
10062
+ "use strict";
10063
+
10064
+ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
10065
+
10066
+ exports.ConditionalExpression = ConditionalExpression;
10067
+
10068
+ var t = _interopRequire(require("../../../types"));
10069
+
10070
+ function toStatements(node) {
10071
+ if (t.isBlockStatement(node)) {
10072
+ var hasBlockScoped = false;
10073
+
10074
+ for (var i = 0; i < node.body.length; i++) {
10075
+ var bodyNode = node.body[i];
10076
+ if (t.isBlockScoped(bodyNode)) hasBlockScoped = true;
10077
+ }
10078
+
10079
+ if (!hasBlockScoped) {
10080
+ return node.body;
10081
+ }
10082
+ }
10083
+
10084
+ return node;
10085
+ }
10086
+
10087
+ var optional = exports.optional = true;
10088
+
10089
+ function ConditionalExpression(node) {
10090
+ var evaluateTest = t.evaluateTruthy(node.test);
10091
+ if (evaluateTest === true) {
10092
+ return node.consequent;
10093
+ } else if (evaluateTest === false) {
10094
+ return node.alternate;
10095
+ }
10096
+ }
10097
+
10098
+ var IfStatement = exports.IfStatement = {
10099
+ exit: function exit(node) {
10100
+ var consequent = node.consequent;
10101
+ var alternate = node.alternate;
10102
+ var test = node.test;
10103
+
10104
+ var evaluateTest = t.evaluateTruthy(test);
10105
+
10106
+ // we can check if a test will be truthy 100% and if so then we can inline
10107
+ // the consequent and completely ignore the alternate
10108
+ //
10109
+ // if (true) { foo; } -> { foo; }
10110
+ // if ("foo") { foo; } -> { foo; }
10111
+ //
10112
+
10113
+ if (evaluateTest === true) {
10114
+ return toStatements(consequent);
10115
+ }
10116
+
10117
+ // we can check if a test will be falsy 100% and if so we can inline the
10118
+ // alternate if there is one and completely remove the consequent
10119
+ //
10120
+ // if ("") { bar; } else { foo; } -> { foo; }
10121
+ // if ("") { bar; } ->
10122
+ //
10123
+
10124
+ if (evaluateTest === false) {
10125
+ if (alternate) {
10126
+ return toStatements(alternate);
10127
+ } else {
10128
+ return this.remove();
10129
+ }
10130
+ }
10131
+
10132
+ // remove alternate blocks that are empty
10133
+ //
10134
+ // if (foo) { foo; } else {} -> if (foo) { foo; }
10135
+ //
10136
+
10137
+ if (t.isBlockStatement(alternate) && !alternate.body.length) {
10138
+ alternate = node.alternate = null;
10139
+ }
10140
+
10141
+ // if the consequent block is empty turn alternate blocks into a consequent
10142
+ // and flip the test
10143
+ //
10144
+ // if (foo) {} else { bar; } -> if (!foo) { bar; }
10145
+ //
10146
+
10147
+ if (t.blockStatement(consequent) && !consequent.body.length && t.isBlockStatement(alternate) && alternate.body.length) {
10148
+ node.consequent = node.alternate;
10149
+ node.alternate = null;
10150
+ node.test = t.unaryExpression("!", test, true);
10151
+ }
10152
+ }
10153
+ };
10154
+ exports.__esModule = true;
10155
+ },{"../../../types":123}],109:[function(require,module,exports){
10156
+ (function (process){
10157
+ "use strict";
10158
+
10159
+ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
10160
+
10161
+ exports.MemberExpression = MemberExpression;
10162
+
10163
+ var t = _interopRequire(require("../../../types"));
10164
+
10165
+ var optional = exports.optional = true;
10166
+
10167
+ var match = t.buildMatchMemberExpression("process.env");
10168
+
10169
+ function MemberExpression(node) {
10170
+ if (match(node.object)) {
10171
+ var key = t.toComputedKey(node, node.property);
10172
+ if (t.isLiteral(key)) {
10173
+ return t.valueToNode(process.env[key.value]);
10174
+ }
10175
+ }
10176
+ }
10177
+
10178
+ exports.__esModule = true;
10179
+ }).call(this,require('_process'))
10180
+ },{"../../../types":123,"_process":152}],110:[function(require,module,exports){
10181
+ "use strict";
10182
+
10183
+ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
10184
+
10185
+ exports.Expression = Expression;
10186
+
10187
+ var t = _interopRequire(require("../../../types"));
10188
+
10189
+ var optional = exports.optional = true;
10190
+
10191
+ function Expression(node) {
10192
+ var res = t.evaluate(node);
10193
+ if (res.confident) return t.valueToNode(res.value);
10194
+ }
10195
+
10196
+ exports.__esModule = true;
10197
+ },{"../../../types":123}],111:[function(require,module,exports){
10198
+ "use strict";
10199
+
10200
+ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
10201
+
10202
+ exports.CallExpression = CallExpression;
10203
+
10204
+ var t = _interopRequire(require("../../../types"));
10205
+
10206
+ var isConsole = t.buildMatchMemberExpression("console", true);
10207
+
10208
+ var optional = exports.optional = true;
10209
+
10210
+ function CallExpression(node, parent) {
10211
+ if (isConsole(node.callee)) {
10212
+ if (t.isExpressionStatement(parent)) {
10213
+ this.parentPath.remove();
10214
+ } else {
10215
+ this.remove();
10216
+ }
10217
+ }
10218
+ }
10219
+
10220
+ exports.__esModule = true;
10221
+ },{"../../../types":123}],112:[function(require,module,exports){
10222
+ "use strict";
10223
+
10224
+ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
10225
+
10226
+ exports.ExpressionStatement = ExpressionStatement;
10227
+
10228
+ var t = _interopRequire(require("../../../types"));
10229
+
10230
+ var optional = exports.optional = true;
10231
+
10232
+ function ExpressionStatement(node) {
10233
+ if (t.isIdentifier(node.expression, { name: "debugger" })) {
10234
+ this.remove();
10235
+ }
10236
+ }
10237
+
10238
+ exports.__esModule = true;
10239
+ },{"../../../types":123}],113:[function(require,module,exports){
10174
10240
  "use strict";
10175
10241
 
10176
10242
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10197,7 +10263,7 @@ function ForOfStatement(node, parent, scope, file) {
10197
10263
 
10198
10264
  exports.ForInStatement = ForOfStatement;
10199
10265
  exports.__esModule = true;
10200
- },{"../../../messages":27,"../../../types":122}],113:[function(require,module,exports){
10266
+ },{"../../../messages":27,"../../../types":123}],114:[function(require,module,exports){
10201
10267
  "use strict";
10202
10268
 
10203
10269
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10234,7 +10300,7 @@ function ModuleDeclaration(node, parent, scope, file) {
10234
10300
  }
10235
10301
 
10236
10302
  exports.__esModule = true;
10237
- },{"../../../messages":27,"../../../types":122}],114:[function(require,module,exports){
10303
+ },{"../../../messages":27,"../../../types":123}],115:[function(require,module,exports){
10238
10304
  "use strict";
10239
10305
 
10240
10306
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -10256,7 +10322,7 @@ function Property(node, parent, scope, file) {
10256
10322
 
10257
10323
  exports.MethodDefinition = Property;
10258
10324
  exports.__esModule = true;
10259
- },{"../../../messages":27}],115:[function(require,module,exports){
10325
+ },{"../../../messages":27}],116:[function(require,module,exports){
10260
10326
  "use strict";
10261
10327
 
10262
10328
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -10307,7 +10373,7 @@ function Identifier(node, parent, scope, file) {
10307
10373
  }
10308
10374
 
10309
10375
  exports.__esModule = true;
10310
- },{"../../../messages":27,"../../../types":122,"leven":192}],116:[function(require,module,exports){
10376
+ },{"../../../messages":27,"../../../types":123,"leven":193}],117:[function(require,module,exports){
10311
10377
  "use strict";
10312
10378
 
10313
10379
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10374,7 +10440,7 @@ var TraversalConext = (function () {
10374
10440
  })();
10375
10441
 
10376
10442
  module.exports = TraversalConext;
10377
- },{"./path":118,"lodash/array/compact":195,"lodash/array/flatten":196}],117:[function(require,module,exports){
10443
+ },{"./path":119,"lodash/array/compact":196,"lodash/array/flatten":197}],118:[function(require,module,exports){
10378
10444
  "use strict";
10379
10445
 
10380
10446
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10502,7 +10568,7 @@ traverse.hasType = function (tree, scope, type, blacklistTypes) {
10502
10568
 
10503
10569
  return state.has;
10504
10570
  };
10505
- },{"../types":122,"./context":116,"lodash/collection/includes":204}],118:[function(require,module,exports){
10571
+ },{"../types":123,"./context":117,"lodash/collection/includes":205}],119:[function(require,module,exports){
10506
10572
  "use strict";
10507
10573
 
10508
10574
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10675,7 +10741,7 @@ var TraversalPath = (function () {
10675
10741
  })();
10676
10742
 
10677
10743
  module.exports = TraversalPath;
10678
- },{"../types":122,"./index":117,"./scope":119,"lodash/collection/includes":204}],119:[function(require,module,exports){
10744
+ },{"../types":123,"./index":118,"./scope":120,"lodash/collection/includes":205}],120:[function(require,module,exports){
10679
10745
  "use strict";
10680
10746
 
10681
10747
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -11366,7 +11432,7 @@ var Scope = (function () {
11366
11432
  })();
11367
11433
 
11368
11434
  module.exports = Scope;
11369
- },{"../helpers/object":24,"../messages":27,"../types":122,"./index":117,"globals":187,"lodash/array/flatten":196,"lodash/collection/each":201,"lodash/collection/includes":204,"lodash/object/defaults":298,"lodash/object/extend":299}],120:[function(require,module,exports){
11435
+ },{"../helpers/object":24,"../messages":27,"../types":123,"./index":118,"globals":188,"lodash/array/flatten":197,"lodash/collection/each":202,"lodash/collection/includes":205,"lodash/object/defaults":302,"lodash/object/extend":303}],121:[function(require,module,exports){
11370
11436
  module.exports={
11371
11437
  "ExpressionStatement": ["Statement"],
11372
11438
  "BreakStatement": ["Statement"],
@@ -11485,7 +11551,7 @@ module.exports={
11485
11551
  "JSXSpreadAttribute": ["JSX"]
11486
11552
  }
11487
11553
 
11488
- },{}],121:[function(require,module,exports){
11554
+ },{}],122:[function(require,module,exports){
11489
11555
  module.exports={
11490
11556
  "ArrayExpression": {
11491
11557
  "elements": null
@@ -11572,6 +11638,11 @@ module.exports={
11572
11638
  "name": null
11573
11639
  },
11574
11640
 
11641
+ "LabeledStatement": {
11642
+ "label": null,
11643
+ "body": null
11644
+ },
11645
+
11575
11646
  "Literal": {
11576
11647
  "value": null
11577
11648
  },
@@ -11660,13 +11731,19 @@ module.exports={
11660
11731
  }
11661
11732
  }
11662
11733
 
11663
- },{}],122:[function(require,module,exports){
11734
+ },{}],123:[function(require,module,exports){
11664
11735
  "use strict";
11665
11736
 
11666
11737
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
11667
11738
 
11668
11739
  var toFastProperties = _interopRequire(require("../helpers/to-fast-properties"));
11669
11740
 
11741
+ var isPlainObject = _interopRequire(require("lodash/lang/isPlainObject"));
11742
+
11743
+ var isNumber = _interopRequire(require("lodash/lang/isNumber"));
11744
+
11745
+ var isRegExp = _interopRequire(require("lodash/lang/isRegExp"));
11746
+
11670
11747
  var isString = _interopRequire(require("lodash/lang/isString"));
11671
11748
 
11672
11749
  var compact = _interopRequire(require("lodash/array/compact"));
@@ -12479,9 +12556,201 @@ t.isScope = function (node, parent) {
12479
12556
  return t.isScopable(node);
12480
12557
  };
12481
12558
 
12559
+ /**
12560
+ * Walk the input `node` and statically evaluate if it's truthy.
12561
+ *
12562
+ * Returning `true` when we're sure that the expression will evaluate to a
12563
+ * truthy value, `false` if we're sure that it will evaluate to a falsy
12564
+ * value and `undefined` if we aren't sure. Because of this please do not
12565
+ * rely on coercion when using this method and check with === if it's false.
12566
+ *
12567
+ * For example do:
12568
+ *
12569
+ * if (t.evaluateTruthy(node) === false) falsyLogic();
12570
+ *
12571
+ * **AND NOT**
12572
+ *
12573
+ * if (!t.evaluateTruthy(node)) falsyLogic();
12574
+ *
12575
+ * @param {Node} node
12576
+ * @returns {Boolean}
12577
+ */
12578
+
12579
+ t.evaluateTruthy = function (node) {
12580
+ var res = t.evaluate(node);
12581
+ if (res.confident) return !!res.value;
12582
+ };
12583
+
12584
+ /**
12585
+ * Walk the input `node` and statically evaluate it.
12586
+ *
12587
+ * Returns an pbject in the form `{ confident, value }`. `confident` indicates
12588
+ * whether or not we had to drop out of evaluating the expression because of
12589
+ * hitting an unknown node that we couldn't confidently find the value of.
12590
+ *
12591
+ * Example:
12592
+ *
12593
+ * t.evaluate(parse("5 + 5")) // { confident: true, value: 10 }
12594
+ * t.evaluate(parse("!true")) // { confident: true, value: false }
12595
+ * t.evaluate(parse("foo + foo")) // { confident: false, value: undefined }
12596
+ *
12597
+ * @param {Node} node
12598
+ * @returns {Object}
12599
+ */
12600
+
12601
+ t.evaluate = function (node) {
12602
+ var confident = true;
12603
+
12604
+ var value = evaluate(node);
12605
+ if (!confident) value = undefined;
12606
+ return {
12607
+ confident: confident,
12608
+ value: value
12609
+ };
12610
+
12611
+ function evaluate(node) {
12612
+ if (!confident) return;
12613
+
12614
+ if (t.isSequenceExpression(node)) {
12615
+ return evaluate(node.expressions[node.expressions.length - 1]);
12616
+ }
12617
+
12618
+ if (t.isLiteral(node)) {
12619
+ if (node.regex && node.value === null) {} else {
12620
+ return node.value;
12621
+ }
12622
+ }
12623
+
12624
+ if (t.isConditionalExpression(node)) {
12625
+ if (evaluate(node.test)) {
12626
+ return evaluate(node.consequent);
12627
+ } else {
12628
+ return evaluate(node.alternate);
12629
+ }
12630
+ }
12631
+
12632
+ if (t.isIdentifier(node, { name: "undefined" })) {
12633
+ return undefined;
12634
+ }
12635
+
12636
+ if (t.isUnaryExpression(node, { prefix: true })) {
12637
+ switch (node.operator) {
12638
+ case "void":
12639
+ return undefined;
12640
+ case "!":
12641
+ return !evaluate(node.argument);
12642
+ case "+":
12643
+ return +evaluate(node.argument);
12644
+ case "-":
12645
+ return -evaluate(node.argument);
12646
+ }
12647
+ }
12648
+
12649
+ if (t.isArrayExpression(node)) {
12650
+ // possible perf issues - could deopt on X elements
12651
+ var values = [];
12652
+ for (var i = 0; i < node.elements.length; i++) {
12653
+ values.push(evaluate(node.elements[i]));
12654
+ }
12655
+ return values;
12656
+ }
12657
+
12658
+ if (t.isObjectExpression(node)) {}
12659
+
12660
+ if (t.isLogicalExpression(node)) {
12661
+ var left = evaluate(node.left);
12662
+ var right = evaluate(node.right);
12663
+
12664
+ switch (node.operator) {
12665
+ case "||":
12666
+ return left || right;
12667
+ case "&&":
12668
+ return left && right;
12669
+ }
12670
+ }
12671
+
12672
+ if (t.isBinaryExpression(node)) {
12673
+ var left = evaluate(node.left);
12674
+ var right = evaluate(node.right);
12675
+
12676
+ switch (node.operator) {
12677
+ case "-":
12678
+ return left - right;
12679
+ case "+":
12680
+ return left + right;
12681
+ case "/":
12682
+ return left / right;
12683
+ case "*":
12684
+ return left * right;
12685
+ case "%":
12686
+ return left % right;
12687
+ case "<":
12688
+ return left < right;
12689
+ case ">":
12690
+ return left > right;
12691
+ case "<=":
12692
+ return left <= right;
12693
+ case ">=":
12694
+ return left >= right;
12695
+ case "==":
12696
+ return left == right;
12697
+ case "!=":
12698
+ return left != right;
12699
+ case "===":
12700
+ return left === right;
12701
+ case "!==":
12702
+ return left !== right;
12703
+ }
12704
+ }
12705
+
12706
+ confident = false;
12707
+ }
12708
+ };
12709
+
12710
+ /**
12711
+ * Description
12712
+ *
12713
+ * @param value
12714
+ * @returns {Node}
12715
+ */
12716
+
12717
+ t.valueToNode = function (value) {
12718
+ if (value === undefined) {
12719
+ return t.identifier("undefined");
12720
+ }
12721
+
12722
+ if (value === true || value === false || value === null || isString(value) || isNumber(value) || isRegExp(value)) {
12723
+ return t.literal(value);
12724
+ }
12725
+
12726
+ if (Array.isArray(value)) {
12727
+ return t.arrayExpression(value.map(t.valueToNode));
12728
+ }
12729
+
12730
+ if (isPlainObject(value)) {
12731
+ var props = [];
12732
+ for (var key in value) {
12733
+ var nodeKey;
12734
+ if (t.isValidIdentifier(key)) {
12735
+ nodeKey = t.identifier(key);
12736
+ } else {
12737
+ nodeKey = t.literal(key);
12738
+ }
12739
+ props.push(t.property("init", nodeKey, t.valueToNode(value[key])));
12740
+ }
12741
+ return t.objectExpression(props);
12742
+ }
12743
+
12744
+ throw new Error("don't know how to turn this value into a node");
12745
+ };
12746
+
12482
12747
  toFastProperties(t);
12483
12748
  toFastProperties(t.VISITOR_KEYS);
12484
- },{"../helpers/object":24,"../helpers/to-fast-properties":26,"./alias-keys":120,"./builder-keys":121,"./visitor-keys":123,"esutils":185,"lodash/array/compact":195,"lodash/array/uniq":199,"lodash/collection/each":201,"lodash/lang/isString":295}],123:[function(require,module,exports){
12749
+
12750
+ // we have a regex and we can't represent it natively
12751
+
12752
+ // todo: deopt on mutable computed property keys etc
12753
+ },{"../helpers/object":24,"../helpers/to-fast-properties":26,"./alias-keys":121,"./builder-keys":122,"./visitor-keys":124,"esutils":186,"lodash/array/compact":196,"lodash/array/uniq":200,"lodash/collection/each":202,"lodash/lang/isNumber":295,"lodash/lang/isPlainObject":297,"lodash/lang/isRegExp":298,"lodash/lang/isString":299}],124:[function(require,module,exports){
12485
12754
  module.exports={
12486
12755
  "ArrayExpression": ["elements"],
12487
12756
  "ArrayPattern": ["elements", "typeAnnotation"],
@@ -12600,7 +12869,7 @@ module.exports={
12600
12869
  "JSXSpreadAttribute": ["argument"]
12601
12870
  }
12602
12871
 
12603
- },{}],124:[function(require,module,exports){
12872
+ },{}],125:[function(require,module,exports){
12604
12873
  (function (__dirname){
12605
12874
  "use strict";
12606
12875
 
@@ -12766,7 +13035,7 @@ try {
12766
13035
  }
12767
13036
  exports.__esModule = true;
12768
13037
  }).call(this,"/lib/babel")
12769
- },{"../../templates.json":343,"./helpers/parse":25,"./patch":28,"./traversal":117,"./types":122,"debug/node":178,"fs":140,"lodash/collection/contains":200,"lodash/collection/each":201,"lodash/lang/cloneDeep":285,"lodash/lang/isBoolean":288,"lodash/lang/isEmpty":289,"lodash/lang/isRegExp":294,"lodash/lang/isString":295,"lodash/object/has":300,"path":150,"util":167}],125:[function(require,module,exports){
13038
+ },{"../../templates.json":347,"./helpers/parse":25,"./patch":28,"./traversal":118,"./types":123,"debug/node":179,"fs":141,"lodash/collection/contains":201,"lodash/collection/each":202,"lodash/lang/cloneDeep":288,"lodash/lang/isBoolean":291,"lodash/lang/isEmpty":292,"lodash/lang/isRegExp":298,"lodash/lang/isString":299,"lodash/object/has":304,"path":151,"util":168}],126:[function(require,module,exports){
12770
13039
  // Acorn is a tiny, fast JavaScript parser written in JavaScript.
12771
13040
  //
12772
13041
  // Acorn was written by Marijn Haverbeke and various contributors and
@@ -17572,7 +17841,7 @@ switch(str.length){case 5:switch(str){case "break":case "catch":case "throw":cas
17572
17841
  }
17573
17842
  });
17574
17843
 
17575
- },{}],126:[function(require,module,exports){
17844
+ },{}],127:[function(require,module,exports){
17576
17845
  var types = require("../lib/types");
17577
17846
  var Type = types.Type;
17578
17847
  var def = Type.def;
@@ -17955,7 +18224,7 @@ def("Line")
17955
18224
  .bases("Comment")
17956
18225
  .build("value", /*optional:*/ "leading", "trailing");
17957
18226
 
17958
- },{"../lib/shared":137,"../lib/types":138}],127:[function(require,module,exports){
18227
+ },{"../lib/shared":138,"../lib/types":139}],128:[function(require,module,exports){
17959
18228
  require("./core");
17960
18229
  var types = require("../lib/types");
17961
18230
  var def = types.Type.def;
@@ -18044,7 +18313,7 @@ def("XMLProcessingInstruction")
18044
18313
  .field("target", isString)
18045
18314
  .field("contents", or(isString, null));
18046
18315
 
18047
- },{"../lib/types":138,"./core":126}],128:[function(require,module,exports){
18316
+ },{"../lib/types":139,"./core":127}],129:[function(require,module,exports){
18048
18317
  require("./core");
18049
18318
  var types = require("../lib/types");
18050
18319
  var def = types.Type.def;
@@ -18283,7 +18552,7 @@ def("TemplateElement")
18283
18552
  .field("value", {"cooked": isString, "raw": isString})
18284
18553
  .field("tail", isBoolean);
18285
18554
 
18286
- },{"../lib/shared":137,"../lib/types":138,"./core":126}],129:[function(require,module,exports){
18555
+ },{"../lib/shared":138,"../lib/types":139,"./core":127}],130:[function(require,module,exports){
18287
18556
  require("./core");
18288
18557
  var types = require("../lib/types");
18289
18558
  var def = types.Type.def;
@@ -18323,7 +18592,7 @@ def("AwaitExpression")
18323
18592
  .field("argument", or(def("Expression"), null))
18324
18593
  .field("all", isBoolean, defaults["false"]);
18325
18594
 
18326
- },{"../lib/shared":137,"../lib/types":138,"./core":126}],130:[function(require,module,exports){
18595
+ },{"../lib/shared":138,"../lib/types":139,"./core":127}],131:[function(require,module,exports){
18327
18596
  require("./core");
18328
18597
  var types = require("../lib/types");
18329
18598
  var def = types.Type.def;
@@ -18619,7 +18888,7 @@ def("DeclareModule")
18619
18888
  .field("id", or(def("Identifier"), def("Literal")))
18620
18889
  .field("body", def("BlockStatement"));
18621
18890
 
18622
- },{"../lib/shared":137,"../lib/types":138,"./core":126}],131:[function(require,module,exports){
18891
+ },{"../lib/shared":138,"../lib/types":139,"./core":127}],132:[function(require,module,exports){
18623
18892
  require("./core");
18624
18893
  var types = require("../lib/types");
18625
18894
  var def = types.Type.def;
@@ -18660,7 +18929,7 @@ def("GraphIndexExpression")
18660
18929
  .build("index")
18661
18930
  .field("index", geq(0));
18662
18931
 
18663
- },{"../lib/shared":137,"../lib/types":138,"./core":126}],132:[function(require,module,exports){
18932
+ },{"../lib/shared":138,"../lib/types":139,"./core":127}],133:[function(require,module,exports){
18664
18933
  var assert = require("assert");
18665
18934
  var types = require("../main");
18666
18935
  var getFieldNames = types.getFieldNames;
@@ -18840,7 +19109,7 @@ function objectsAreEquivalent(a, b, problemPath) {
18840
19109
 
18841
19110
  module.exports = astNodesAreEquivalent;
18842
19111
 
18843
- },{"../main":139,"assert":141}],133:[function(require,module,exports){
19112
+ },{"../main":140,"assert":142}],134:[function(require,module,exports){
18844
19113
  var assert = require("assert");
18845
19114
  var types = require("./types");
18846
19115
  var n = types.namedTypes;
@@ -19291,7 +19560,7 @@ function cleanUpIfStatementAfterPrune(ifStatement) {
19291
19560
 
19292
19561
  module.exports = NodePath;
19293
19562
 
19294
- },{"./path":135,"./scope":136,"./types":138,"assert":141,"util":167}],134:[function(require,module,exports){
19563
+ },{"./path":136,"./scope":137,"./types":139,"assert":142,"util":168}],135:[function(require,module,exports){
19295
19564
  var assert = require("assert");
19296
19565
  var types = require("./types");
19297
19566
  var NodePath = require("./node-path");
@@ -19663,7 +19932,7 @@ sharedContextProtoMethods.abort = function abort() {
19663
19932
 
19664
19933
  module.exports = PathVisitor;
19665
19934
 
19666
- },{"./node-path":133,"./types":138,"assert":141}],135:[function(require,module,exports){
19935
+ },{"./node-path":134,"./types":139,"assert":142}],136:[function(require,module,exports){
19667
19936
  var assert = require("assert");
19668
19937
  var Op = Object.prototype;
19669
19938
  var hasOwn = Op.hasOwnProperty;
@@ -20013,7 +20282,7 @@ Pp.replace = function replace(replacement) {
20013
20282
 
20014
20283
  module.exports = Path;
20015
20284
 
20016
- },{"./types":138,"assert":141}],136:[function(require,module,exports){
20285
+ },{"./types":139,"assert":142}],137:[function(require,module,exports){
20017
20286
  var assert = require("assert");
20018
20287
  var types = require("./types");
20019
20288
  var Type = types.Type;
@@ -20296,7 +20565,7 @@ Sp.getGlobalScope = function() {
20296
20565
 
20297
20566
  module.exports = Scope;
20298
20567
 
20299
- },{"./node-path":133,"./types":138,"assert":141}],137:[function(require,module,exports){
20568
+ },{"./node-path":134,"./types":139,"assert":142}],138:[function(require,module,exports){
20300
20569
  var types = require("../lib/types");
20301
20570
  var Type = types.Type;
20302
20571
  var builtin = types.builtInTypes;
@@ -20339,7 +20608,7 @@ exports.isPrimitive = new Type(function(value) {
20339
20608
  type === "function");
20340
20609
  }, naiveIsPrimitive.toString());
20341
20610
 
20342
- },{"../lib/types":138}],138:[function(require,module,exports){
20611
+ },{"../lib/types":139}],139:[function(require,module,exports){
20343
20612
  var assert = require("assert");
20344
20613
  var Ap = Array.prototype;
20345
20614
  var slice = Ap.slice;
@@ -21071,7 +21340,7 @@ exports.finalize = function() {
21071
21340
  });
21072
21341
  };
21073
21342
 
21074
- },{"assert":141}],139:[function(require,module,exports){
21343
+ },{"assert":142}],140:[function(require,module,exports){
21075
21344
  var types = require("./lib/types");
21076
21345
 
21077
21346
  // This core module of AST types captures ES5 as it is parsed today by
@@ -21104,9 +21373,9 @@ exports.NodePath = require("./lib/node-path");
21104
21373
  exports.PathVisitor = require("./lib/path-visitor");
21105
21374
  exports.visit = exports.PathVisitor.visit;
21106
21375
 
21107
- },{"./def/core":126,"./def/e4x":127,"./def/es6":128,"./def/es7":129,"./def/fb-harmony":130,"./def/mozilla":131,"./lib/equiv":132,"./lib/node-path":133,"./lib/path-visitor":134,"./lib/types":138}],140:[function(require,module,exports){
21376
+ },{"./def/core":127,"./def/e4x":128,"./def/es6":129,"./def/es7":130,"./def/fb-harmony":131,"./def/mozilla":132,"./lib/equiv":133,"./lib/node-path":134,"./lib/path-visitor":135,"./lib/types":139}],141:[function(require,module,exports){
21108
21377
 
21109
- },{}],141:[function(require,module,exports){
21378
+ },{}],142:[function(require,module,exports){
21110
21379
  // http://wiki.commonjs.org/wiki/Unit_Testing/1.0
21111
21380
  //
21112
21381
  // THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
@@ -21467,9 +21736,9 @@ var objectKeys = Object.keys || function (obj) {
21467
21736
  return keys;
21468
21737
  };
21469
21738
 
21470
- },{"util/":167}],142:[function(require,module,exports){
21471
- arguments[4][140][0].apply(exports,arguments)
21472
- },{"dup":140}],143:[function(require,module,exports){
21739
+ },{"util/":168}],143:[function(require,module,exports){
21740
+ arguments[4][141][0].apply(exports,arguments)
21741
+ },{"dup":141}],144:[function(require,module,exports){
21473
21742
  /*!
21474
21743
  * The buffer module from node.js, for the browser.
21475
21744
  *
@@ -22781,7 +23050,7 @@ function decodeUtf8Char (str) {
22781
23050
  }
22782
23051
  }
22783
23052
 
22784
- },{"base64-js":144,"ieee754":145,"is-array":146}],144:[function(require,module,exports){
23053
+ },{"base64-js":145,"ieee754":146,"is-array":147}],145:[function(require,module,exports){
22785
23054
  var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
22786
23055
 
22787
23056
  ;(function (exports) {
@@ -22907,7 +23176,7 @@ var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
22907
23176
  exports.fromByteArray = uint8ToBase64
22908
23177
  }(typeof exports === 'undefined' ? (this.base64js = {}) : exports))
22909
23178
 
22910
- },{}],145:[function(require,module,exports){
23179
+ },{}],146:[function(require,module,exports){
22911
23180
  exports.read = function(buffer, offset, isLE, mLen, nBytes) {
22912
23181
  var e, m,
22913
23182
  eLen = nBytes * 8 - mLen - 1,
@@ -22993,7 +23262,7 @@ exports.write = function(buffer, value, offset, isLE, mLen, nBytes) {
22993
23262
  buffer[offset + i - d] |= s * 128;
22994
23263
  };
22995
23264
 
22996
- },{}],146:[function(require,module,exports){
23265
+ },{}],147:[function(require,module,exports){
22997
23266
 
22998
23267
  /**
22999
23268
  * isArray
@@ -23028,7 +23297,7 @@ module.exports = isArray || function (val) {
23028
23297
  return !! val && '[object Array]' == str.call(val);
23029
23298
  };
23030
23299
 
23031
- },{}],147:[function(require,module,exports){
23300
+ },{}],148:[function(require,module,exports){
23032
23301
  // Copyright Joyent, Inc. and other Node contributors.
23033
23302
  //
23034
23303
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -23331,7 +23600,7 @@ function isUndefined(arg) {
23331
23600
  return arg === void 0;
23332
23601
  }
23333
23602
 
23334
- },{}],148:[function(require,module,exports){
23603
+ },{}],149:[function(require,module,exports){
23335
23604
  if (typeof Object.create === 'function') {
23336
23605
  // implementation from standard node.js 'util' module
23337
23606
  module.exports = function inherits(ctor, superCtor) {
@@ -23356,12 +23625,12 @@ if (typeof Object.create === 'function') {
23356
23625
  }
23357
23626
  }
23358
23627
 
23359
- },{}],149:[function(require,module,exports){
23628
+ },{}],150:[function(require,module,exports){
23360
23629
  module.exports = Array.isArray || function (arr) {
23361
23630
  return Object.prototype.toString.call(arr) == '[object Array]';
23362
23631
  };
23363
23632
 
23364
- },{}],150:[function(require,module,exports){
23633
+ },{}],151:[function(require,module,exports){
23365
23634
  (function (process){
23366
23635
  // Copyright Joyent, Inc. and other Node contributors.
23367
23636
  //
@@ -23589,7 +23858,7 @@ var substr = 'ab'.substr(-1) === 'b'
23589
23858
  ;
23590
23859
 
23591
23860
  }).call(this,require('_process'))
23592
- },{"_process":151}],151:[function(require,module,exports){
23861
+ },{"_process":152}],152:[function(require,module,exports){
23593
23862
  // shim for using process in browser
23594
23863
 
23595
23864
  var process = module.exports = {};
@@ -23648,10 +23917,10 @@ process.chdir = function (dir) {
23648
23917
  };
23649
23918
  process.umask = function() { return 0; };
23650
23919
 
23651
- },{}],152:[function(require,module,exports){
23920
+ },{}],153:[function(require,module,exports){
23652
23921
  module.exports = require("./lib/_stream_duplex.js")
23653
23922
 
23654
- },{"./lib/_stream_duplex.js":153}],153:[function(require,module,exports){
23923
+ },{"./lib/_stream_duplex.js":154}],154:[function(require,module,exports){
23655
23924
  (function (process){
23656
23925
  // Copyright Joyent, Inc. and other Node contributors.
23657
23926
  //
@@ -23744,7 +24013,7 @@ function forEach (xs, f) {
23744
24013
  }
23745
24014
 
23746
24015
  }).call(this,require('_process'))
23747
- },{"./_stream_readable":155,"./_stream_writable":157,"_process":151,"core-util-is":158,"inherits":148}],154:[function(require,module,exports){
24016
+ },{"./_stream_readable":156,"./_stream_writable":158,"_process":152,"core-util-is":159,"inherits":149}],155:[function(require,module,exports){
23748
24017
  // Copyright Joyent, Inc. and other Node contributors.
23749
24018
  //
23750
24019
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -23792,7 +24061,7 @@ PassThrough.prototype._transform = function(chunk, encoding, cb) {
23792
24061
  cb(null, chunk);
23793
24062
  };
23794
24063
 
23795
- },{"./_stream_transform":156,"core-util-is":158,"inherits":148}],155:[function(require,module,exports){
24064
+ },{"./_stream_transform":157,"core-util-is":159,"inherits":149}],156:[function(require,module,exports){
23796
24065
  (function (process){
23797
24066
  // Copyright Joyent, Inc. and other Node contributors.
23798
24067
  //
@@ -24747,7 +25016,7 @@ function indexOf (xs, x) {
24747
25016
  }
24748
25017
 
24749
25018
  }).call(this,require('_process'))
24750
- },{"./_stream_duplex":153,"_process":151,"buffer":143,"core-util-is":158,"events":147,"inherits":148,"isarray":149,"stream":163,"string_decoder/":164,"util":142}],156:[function(require,module,exports){
25019
+ },{"./_stream_duplex":154,"_process":152,"buffer":144,"core-util-is":159,"events":148,"inherits":149,"isarray":150,"stream":164,"string_decoder/":165,"util":143}],157:[function(require,module,exports){
24751
25020
  // Copyright Joyent, Inc. and other Node contributors.
24752
25021
  //
24753
25022
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24958,7 +25227,7 @@ function done(stream, er) {
24958
25227
  return stream.push(null);
24959
25228
  }
24960
25229
 
24961
- },{"./_stream_duplex":153,"core-util-is":158,"inherits":148}],157:[function(require,module,exports){
25230
+ },{"./_stream_duplex":154,"core-util-is":159,"inherits":149}],158:[function(require,module,exports){
24962
25231
  (function (process){
24963
25232
  // Copyright Joyent, Inc. and other Node contributors.
24964
25233
  //
@@ -25439,7 +25708,7 @@ function endWritable(stream, state, cb) {
25439
25708
  }
25440
25709
 
25441
25710
  }).call(this,require('_process'))
25442
- },{"./_stream_duplex":153,"_process":151,"buffer":143,"core-util-is":158,"inherits":148,"stream":163}],158:[function(require,module,exports){
25711
+ },{"./_stream_duplex":154,"_process":152,"buffer":144,"core-util-is":159,"inherits":149,"stream":164}],159:[function(require,module,exports){
25443
25712
  (function (Buffer){
25444
25713
  // Copyright Joyent, Inc. and other Node contributors.
25445
25714
  //
@@ -25549,10 +25818,10 @@ function objectToString(o) {
25549
25818
  return Object.prototype.toString.call(o);
25550
25819
  }
25551
25820
  }).call(this,require("buffer").Buffer)
25552
- },{"buffer":143}],159:[function(require,module,exports){
25821
+ },{"buffer":144}],160:[function(require,module,exports){
25553
25822
  module.exports = require("./lib/_stream_passthrough.js")
25554
25823
 
25555
- },{"./lib/_stream_passthrough.js":154}],160:[function(require,module,exports){
25824
+ },{"./lib/_stream_passthrough.js":155}],161:[function(require,module,exports){
25556
25825
  exports = module.exports = require('./lib/_stream_readable.js');
25557
25826
  exports.Stream = require('stream');
25558
25827
  exports.Readable = exports;
@@ -25561,13 +25830,13 @@ exports.Duplex = require('./lib/_stream_duplex.js');
25561
25830
  exports.Transform = require('./lib/_stream_transform.js');
25562
25831
  exports.PassThrough = require('./lib/_stream_passthrough.js');
25563
25832
 
25564
- },{"./lib/_stream_duplex.js":153,"./lib/_stream_passthrough.js":154,"./lib/_stream_readable.js":155,"./lib/_stream_transform.js":156,"./lib/_stream_writable.js":157,"stream":163}],161:[function(require,module,exports){
25833
+ },{"./lib/_stream_duplex.js":154,"./lib/_stream_passthrough.js":155,"./lib/_stream_readable.js":156,"./lib/_stream_transform.js":157,"./lib/_stream_writable.js":158,"stream":164}],162:[function(require,module,exports){
25565
25834
  module.exports = require("./lib/_stream_transform.js")
25566
25835
 
25567
- },{"./lib/_stream_transform.js":156}],162:[function(require,module,exports){
25836
+ },{"./lib/_stream_transform.js":157}],163:[function(require,module,exports){
25568
25837
  module.exports = require("./lib/_stream_writable.js")
25569
25838
 
25570
- },{"./lib/_stream_writable.js":157}],163:[function(require,module,exports){
25839
+ },{"./lib/_stream_writable.js":158}],164:[function(require,module,exports){
25571
25840
  // Copyright Joyent, Inc. and other Node contributors.
25572
25841
  //
25573
25842
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -25696,7 +25965,7 @@ Stream.prototype.pipe = function(dest, options) {
25696
25965
  return dest;
25697
25966
  };
25698
25967
 
25699
- },{"events":147,"inherits":148,"readable-stream/duplex.js":152,"readable-stream/passthrough.js":159,"readable-stream/readable.js":160,"readable-stream/transform.js":161,"readable-stream/writable.js":162}],164:[function(require,module,exports){
25968
+ },{"events":148,"inherits":149,"readable-stream/duplex.js":153,"readable-stream/passthrough.js":160,"readable-stream/readable.js":161,"readable-stream/transform.js":162,"readable-stream/writable.js":163}],165:[function(require,module,exports){
25700
25969
  // Copyright Joyent, Inc. and other Node contributors.
25701
25970
  //
25702
25971
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -25919,7 +26188,7 @@ function base64DetectIncompleteChar(buffer) {
25919
26188
  this.charLength = this.charReceived ? 3 : 0;
25920
26189
  }
25921
26190
 
25922
- },{"buffer":143}],165:[function(require,module,exports){
26191
+ },{"buffer":144}],166:[function(require,module,exports){
25923
26192
  exports.isatty = function () { return false; };
25924
26193
 
25925
26194
  function ReadStream() {
@@ -25932,14 +26201,14 @@ function WriteStream() {
25932
26201
  }
25933
26202
  exports.WriteStream = WriteStream;
25934
26203
 
25935
- },{}],166:[function(require,module,exports){
26204
+ },{}],167:[function(require,module,exports){
25936
26205
  module.exports = function isBuffer(arg) {
25937
26206
  return arg && typeof arg === 'object'
25938
26207
  && typeof arg.copy === 'function'
25939
26208
  && typeof arg.fill === 'function'
25940
26209
  && typeof arg.readUInt8 === 'function';
25941
26210
  }
25942
- },{}],167:[function(require,module,exports){
26211
+ },{}],168:[function(require,module,exports){
25943
26212
  (function (process,global){
25944
26213
  // Copyright Joyent, Inc. and other Node contributors.
25945
26214
  //
@@ -26529,7 +26798,7 @@ function hasOwnProperty(obj, prop) {
26529
26798
  }
26530
26799
 
26531
26800
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
26532
- },{"./support/isBuffer":166,"_process":151,"inherits":148}],168:[function(require,module,exports){
26801
+ },{"./support/isBuffer":167,"_process":152,"inherits":149}],169:[function(require,module,exports){
26533
26802
  (function (process){
26534
26803
  'use strict';
26535
26804
  var escapeStringRegexp = require('escape-string-regexp');
@@ -26633,7 +26902,7 @@ module.exports.stripColor = stripAnsi;
26633
26902
  module.exports.supportsColor = supportsColor;
26634
26903
 
26635
26904
  }).call(this,require('_process'))
26636
- },{"_process":151,"ansi-styles":169,"escape-string-regexp":170,"has-ansi":171,"strip-ansi":173,"supports-color":175}],169:[function(require,module,exports){
26905
+ },{"_process":152,"ansi-styles":170,"escape-string-regexp":171,"has-ansi":172,"strip-ansi":174,"supports-color":176}],170:[function(require,module,exports){
26637
26906
  'use strict';
26638
26907
 
26639
26908
  var styles = module.exports = {
@@ -26691,7 +26960,7 @@ Object.keys(styles).forEach(function (groupName) {
26691
26960
  });
26692
26961
  });
26693
26962
 
26694
- },{}],170:[function(require,module,exports){
26963
+ },{}],171:[function(require,module,exports){
26695
26964
  'use strict';
26696
26965
 
26697
26966
  var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
@@ -26704,19 +26973,19 @@ module.exports = function (str) {
26704
26973
  return str.replace(matchOperatorsRe, '\\$&');
26705
26974
  };
26706
26975
 
26707
- },{}],171:[function(require,module,exports){
26976
+ },{}],172:[function(require,module,exports){
26708
26977
  'use strict';
26709
26978
  var ansiRegex = require('ansi-regex');
26710
26979
  var re = new RegExp(ansiRegex().source); // remove the `g` flag
26711
26980
  module.exports = re.test.bind(re);
26712
26981
 
26713
- },{"ansi-regex":172}],172:[function(require,module,exports){
26982
+ },{"ansi-regex":173}],173:[function(require,module,exports){
26714
26983
  'use strict';
26715
26984
  module.exports = function () {
26716
26985
  return /(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/g;
26717
26986
  };
26718
26987
 
26719
- },{}],173:[function(require,module,exports){
26988
+ },{}],174:[function(require,module,exports){
26720
26989
  'use strict';
26721
26990
  var ansiRegex = require('ansi-regex')();
26722
26991
 
@@ -26724,9 +26993,9 @@ module.exports = function (str) {
26724
26993
  return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
26725
26994
  };
26726
26995
 
26727
- },{"ansi-regex":174}],174:[function(require,module,exports){
26728
- arguments[4][172][0].apply(exports,arguments)
26729
- },{"dup":172}],175:[function(require,module,exports){
26996
+ },{"ansi-regex":175}],175:[function(require,module,exports){
26997
+ arguments[4][173][0].apply(exports,arguments)
26998
+ },{"dup":173}],176:[function(require,module,exports){
26730
26999
  (function (process){
26731
27000
  'use strict';
26732
27001
  var argv = process.argv;
@@ -26777,7 +27046,7 @@ module.exports = (function () {
26777
27046
  })();
26778
27047
 
26779
27048
  }).call(this,require('_process'))
26780
- },{"_process":151}],176:[function(require,module,exports){
27049
+ },{"_process":152}],177:[function(require,module,exports){
26781
27050
  /**
26782
27051
  * Core.js 0.6.1
26783
27052
  * https://github.com/zloirock/core-js
@@ -29117,7 +29386,7 @@ $define(GLOBAL + FORCED, {global: global});
29117
29386
  })});
29118
29387
  }({}, true);
29119
29388
  }(typeof self != 'undefined' && self.Math === Math ? self : Function('return this')(), false);
29120
- },{}],177:[function(require,module,exports){
29389
+ },{}],178:[function(require,module,exports){
29121
29390
 
29122
29391
  /**
29123
29392
  * This is the common logic for both the Node.js and web browser
@@ -29316,7 +29585,7 @@ function coerce(val) {
29316
29585
  return val;
29317
29586
  }
29318
29587
 
29319
- },{"ms":179}],178:[function(require,module,exports){
29588
+ },{"ms":180}],179:[function(require,module,exports){
29320
29589
  (function (process){
29321
29590
 
29322
29591
  /**
@@ -29529,7 +29798,7 @@ function createWritableStdioStream (fd) {
29529
29798
  exports.enable(load());
29530
29799
 
29531
29800
  }).call(this,require('_process'))
29532
- },{"./debug":177,"_process":151,"fs":140,"net":140,"tty":165,"util":167}],179:[function(require,module,exports){
29801
+ },{"./debug":178,"_process":152,"fs":141,"net":141,"tty":166,"util":168}],180:[function(require,module,exports){
29533
29802
  /**
29534
29803
  * Helpers.
29535
29804
  */
@@ -29570,13 +29839,15 @@ module.exports = function(val, options){
29570
29839
  */
29571
29840
 
29572
29841
  function parse(str) {
29573
- var match = /^((?:\d+)?\.?\d+) *(ms|seconds?|s|minutes?|m|hours?|h|days?|d|years?|y)?$/i.exec(str);
29842
+ var match = /^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(str);
29574
29843
  if (!match) return;
29575
29844
  var n = parseFloat(match[1]);
29576
29845
  var type = (match[2] || 'ms').toLowerCase();
29577
29846
  switch (type) {
29578
29847
  case 'years':
29579
29848
  case 'year':
29849
+ case 'yrs':
29850
+ case 'yr':
29580
29851
  case 'y':
29581
29852
  return n * y;
29582
29853
  case 'days':
@@ -29585,16 +29856,26 @@ function parse(str) {
29585
29856
  return n * d;
29586
29857
  case 'hours':
29587
29858
  case 'hour':
29859
+ case 'hrs':
29860
+ case 'hr':
29588
29861
  case 'h':
29589
29862
  return n * h;
29590
29863
  case 'minutes':
29591
29864
  case 'minute':
29865
+ case 'mins':
29866
+ case 'min':
29592
29867
  case 'm':
29593
29868
  return n * m;
29594
29869
  case 'seconds':
29595
29870
  case 'second':
29871
+ case 'secs':
29872
+ case 'sec':
29596
29873
  case 's':
29597
29874
  return n * s;
29875
+ case 'milliseconds':
29876
+ case 'millisecond':
29877
+ case 'msecs':
29878
+ case 'msec':
29598
29879
  case 'ms':
29599
29880
  return n;
29600
29881
  }
@@ -29642,7 +29923,7 @@ function plural(ms, n, name) {
29642
29923
  return Math.ceil(ms / n) + ' ' + name + 's';
29643
29924
  }
29644
29925
 
29645
- },{}],180:[function(require,module,exports){
29926
+ },{}],181:[function(require,module,exports){
29646
29927
  'use strict';
29647
29928
  var repeating = require('repeating');
29648
29929
 
@@ -29763,7 +30044,7 @@ module.exports = function (str) {
29763
30044
  };
29764
30045
  };
29765
30046
 
29766
- },{"repeating":325}],181:[function(require,module,exports){
30047
+ },{"repeating":329}],182:[function(require,module,exports){
29767
30048
  /*
29768
30049
  Copyright (C) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
29769
30050
  Copyright (C) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
@@ -30608,7 +30889,7 @@ module.exports = function (str) {
30608
30889
  }));
30609
30890
  /* vim: set sw=4 ts=4 et tw=80 : */
30610
30891
 
30611
- },{}],182:[function(require,module,exports){
30892
+ },{}],183:[function(require,module,exports){
30612
30893
  /*
30613
30894
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
30614
30895
 
@@ -30754,7 +31035,7 @@ module.exports = function (str) {
30754
31035
  }());
30755
31036
  /* vim: set sw=4 ts=4 et tw=80 : */
30756
31037
 
30757
- },{}],183:[function(require,module,exports){
31038
+ },{}],184:[function(require,module,exports){
30758
31039
  /*
30759
31040
  Copyright (C) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
30760
31041
  Copyright (C) 2014 Ivan Nikulin <ifaaan@gmail.com>
@@ -30857,7 +31138,7 @@ module.exports = function (str) {
30857
31138
  }());
30858
31139
  /* vim: set sw=4 ts=4 et tw=80 : */
30859
31140
 
30860
- },{}],184:[function(require,module,exports){
31141
+ },{}],185:[function(require,module,exports){
30861
31142
  /*
30862
31143
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
30863
31144
 
@@ -30996,7 +31277,7 @@ module.exports = function (str) {
30996
31277
  }());
30997
31278
  /* vim: set sw=4 ts=4 et tw=80 : */
30998
31279
 
30999
- },{"./code":183}],185:[function(require,module,exports){
31280
+ },{"./code":184}],186:[function(require,module,exports){
31000
31281
  /*
31001
31282
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
31002
31283
 
@@ -31031,7 +31312,7 @@ module.exports = function (str) {
31031
31312
  }());
31032
31313
  /* vim: set sw=4 ts=4 et tw=80 : */
31033
31314
 
31034
- },{"./ast":182,"./code":183,"./keyword":184}],186:[function(require,module,exports){
31315
+ },{"./ast":183,"./code":184,"./keyword":185}],187:[function(require,module,exports){
31035
31316
  module.exports={
31036
31317
  "builtin": {
31037
31318
  "Array": false,
@@ -31765,10 +32046,10 @@ module.exports={
31765
32046
  }
31766
32047
  }
31767
32048
 
31768
- },{}],187:[function(require,module,exports){
32049
+ },{}],188:[function(require,module,exports){
31769
32050
  module.exports = require('./globals.json');
31770
32051
 
31771
- },{"./globals.json":186}],188:[function(require,module,exports){
32052
+ },{"./globals.json":187}],189:[function(require,module,exports){
31772
32053
  // https://github.com/paulmillr/es6-shim
31773
32054
  // http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger
31774
32055
  var isNaN = require("is-nan");
@@ -31780,7 +32061,7 @@ module.exports = Number.isInteger || function(val) {
31780
32061
  parseInt(val, 10) === val;
31781
32062
  };
31782
32063
 
31783
- },{"is-finite":189,"is-nan":190}],189:[function(require,module,exports){
32064
+ },{"is-finite":190,"is-nan":191}],190:[function(require,module,exports){
31784
32065
  'use strict';
31785
32066
  module.exports = Number.isFinite || function (val) {
31786
32067
  // Number.isNaN() => val !== val
@@ -31791,7 +32072,7 @@ module.exports = Number.isFinite || function (val) {
31791
32072
  return true;
31792
32073
  };
31793
32074
 
31794
- },{}],190:[function(require,module,exports){
32075
+ },{}],191:[function(require,module,exports){
31795
32076
  "use strict";
31796
32077
 
31797
32078
  /* https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan */
@@ -31801,7 +32082,7 @@ module.exports = function isNaN(value) {
31801
32082
  };
31802
32083
 
31803
32084
 
31804
- },{}],191:[function(require,module,exports){
32085
+ },{}],192:[function(require,module,exports){
31805
32086
  // Copyright 2014, 2015 Simon Lydell
31806
32087
  // X11 (“MIT”) Licensed. (See LICENSE.)
31807
32088
 
@@ -31822,7 +32103,7 @@ module.exports.matchToToken = function(match) {
31822
32103
  return token
31823
32104
  }
31824
32105
 
31825
- },{}],192:[function(require,module,exports){
32106
+ },{}],193:[function(require,module,exports){
31826
32107
  // intentionally commented out as it makes it slower...
31827
32108
  //'use strict';
31828
32109
 
@@ -31872,7 +32153,7 @@ module.exports = function (a, b) {
31872
32153
  return ret;
31873
32154
  };
31874
32155
 
31875
- },{}],193:[function(require,module,exports){
32156
+ },{}],194:[function(require,module,exports){
31876
32157
  // Copyright 2014, 2015 Simon Lydell
31877
32158
  // X11 (“MIT”) Licensed. (See LICENSE.)
31878
32159
 
@@ -31906,7 +32187,7 @@ function lineNumbers(code, options) {
31906
32187
 
31907
32188
  module.exports = lineNumbers
31908
32189
 
31909
- },{"left-pad":194}],194:[function(require,module,exports){
32190
+ },{"left-pad":195}],195:[function(require,module,exports){
31910
32191
  module.exports = leftpad;
31911
32192
 
31912
32193
  function leftpad (str, len, ch) {
@@ -31925,7 +32206,7 @@ function leftpad (str, len, ch) {
31925
32206
  return str;
31926
32207
  }
31927
32208
 
31928
- },{}],195:[function(require,module,exports){
32209
+ },{}],196:[function(require,module,exports){
31929
32210
  /**
31930
32211
  * Creates an array with all falsey values removed. The values `false`, `null`,
31931
32212
  * `0`, `""`, `undefined`, and `NaN` are falsey.
@@ -31957,7 +32238,7 @@ function compact(array) {
31957
32238
 
31958
32239
  module.exports = compact;
31959
32240
 
31960
- },{}],196:[function(require,module,exports){
32241
+ },{}],197:[function(require,module,exports){
31961
32242
  var baseFlatten = require('../internal/baseFlatten'),
31962
32243
  isIterateeCall = require('../internal/isIterateeCall');
31963
32244
 
@@ -31991,7 +32272,7 @@ function flatten(array, isDeep, guard) {
31991
32272
 
31992
32273
  module.exports = flatten;
31993
32274
 
31994
- },{"../internal/baseFlatten":226,"../internal/isIterateeCall":272}],197:[function(require,module,exports){
32275
+ },{"../internal/baseFlatten":227,"../internal/isIterateeCall":274}],198:[function(require,module,exports){
31995
32276
  /**
31996
32277
  * Gets the last element of `array`.
31997
32278
  *
@@ -32012,7 +32293,7 @@ function last(array) {
32012
32293
 
32013
32294
  module.exports = last;
32014
32295
 
32015
- },{}],198:[function(require,module,exports){
32296
+ },{}],199:[function(require,module,exports){
32016
32297
  var baseIndexOf = require('../internal/baseIndexOf');
32017
32298
 
32018
32299
  /** Used for native method references. */
@@ -32067,7 +32348,7 @@ function pull() {
32067
32348
 
32068
32349
  module.exports = pull;
32069
32350
 
32070
- },{"../internal/baseIndexOf":231}],199:[function(require,module,exports){
32351
+ },{"../internal/baseIndexOf":233}],200:[function(require,module,exports){
32071
32352
  var baseCallback = require('../internal/baseCallback'),
32072
32353
  baseUniq = require('../internal/baseUniq'),
32073
32354
  isIterateeCall = require('../internal/isIterateeCall'),
@@ -32143,13 +32424,13 @@ function uniq(array, isSorted, iteratee, thisArg) {
32143
32424
 
32144
32425
  module.exports = uniq;
32145
32426
 
32146
- },{"../internal/baseCallback":219,"../internal/baseUniq":245,"../internal/isIterateeCall":272,"../internal/sortedUniq":282}],200:[function(require,module,exports){
32427
+ },{"../internal/baseCallback":220,"../internal/baseUniq":247,"../internal/isIterateeCall":274,"../internal/sortedUniq":285}],201:[function(require,module,exports){
32147
32428
  module.exports = require('./includes');
32148
32429
 
32149
- },{"./includes":204}],201:[function(require,module,exports){
32430
+ },{"./includes":205}],202:[function(require,module,exports){
32150
32431
  module.exports = require('./forEach');
32151
32432
 
32152
- },{"./forEach":202}],202:[function(require,module,exports){
32433
+ },{"./forEach":203}],203:[function(require,module,exports){
32153
32434
  var arrayEach = require('../internal/arrayEach'),
32154
32435
  baseEach = require('../internal/baseEach'),
32155
32436
  bindCallback = require('../internal/bindCallback'),
@@ -32193,7 +32474,7 @@ function forEach(collection, iteratee, thisArg) {
32193
32474
 
32194
32475
  module.exports = forEach;
32195
32476
 
32196
- },{"../internal/arrayEach":213,"../internal/baseEach":224,"../internal/bindCallback":247,"../lang/isArray":287}],203:[function(require,module,exports){
32477
+ },{"../internal/arrayEach":214,"../internal/baseEach":225,"../internal/bindCallback":249,"../lang/isArray":290}],204:[function(require,module,exports){
32197
32478
  var createAggregator = require('../internal/createAggregator');
32198
32479
 
32199
32480
  /** Used for native method references. */
@@ -32254,7 +32535,7 @@ var groupBy = createAggregator(function(result, value, key) {
32254
32535
 
32255
32536
  module.exports = groupBy;
32256
32537
 
32257
- },{"../internal/createAggregator":254}],204:[function(require,module,exports){
32538
+ },{"../internal/createAggregator":256}],205:[function(require,module,exports){
32258
32539
  var baseIndexOf = require('../internal/baseIndexOf'),
32259
32540
  isArray = require('../lang/isArray'),
32260
32541
  isLength = require('../internal/isLength'),
@@ -32317,7 +32598,7 @@ function includes(collection, target, fromIndex) {
32317
32598
 
32318
32599
  module.exports = includes;
32319
32600
 
32320
- },{"../internal/baseIndexOf":231,"../internal/isLength":273,"../lang/isArray":287,"../lang/isString":295,"../object/values":303}],205:[function(require,module,exports){
32601
+ },{"../internal/baseIndexOf":233,"../internal/isLength":275,"../lang/isArray":290,"../lang/isString":299,"../object/values":307}],206:[function(require,module,exports){
32321
32602
  var arrayMap = require('../internal/arrayMap'),
32322
32603
  baseCallback = require('../internal/baseCallback'),
32323
32604
  baseMap = require('../internal/baseMap'),
@@ -32387,7 +32668,7 @@ function map(collection, iteratee, thisArg) {
32387
32668
 
32388
32669
  module.exports = map;
32389
32670
 
32390
- },{"../internal/arrayMap":214,"../internal/baseCallback":219,"../internal/baseMap":236,"../lang/isArray":287}],206:[function(require,module,exports){
32671
+ },{"../internal/arrayMap":215,"../internal/baseCallback":220,"../internal/baseMap":238,"../lang/isArray":290}],207:[function(require,module,exports){
32391
32672
  var arrayReduceRight = require('../internal/arrayReduceRight'),
32392
32673
  baseCallback = require('../internal/baseCallback'),
32393
32674
  baseEachRight = require('../internal/baseEachRight'),
@@ -32423,7 +32704,7 @@ function reduceRight(collection, iteratee, accumulator, thisArg) {
32423
32704
 
32424
32705
  module.exports = reduceRight;
32425
32706
 
32426
- },{"../internal/arrayReduceRight":215,"../internal/baseCallback":219,"../internal/baseEachRight":225,"../internal/baseReduce":240,"../lang/isArray":287}],207:[function(require,module,exports){
32707
+ },{"../internal/arrayReduceRight":216,"../internal/baseCallback":220,"../internal/baseEachRight":226,"../internal/baseReduce":242,"../lang/isArray":290}],208:[function(require,module,exports){
32427
32708
  var arraySome = require('../internal/arraySome'),
32428
32709
  baseCallback = require('../internal/baseCallback'),
32429
32710
  baseSome = require('../internal/baseSome'),
@@ -32488,7 +32769,7 @@ function some(collection, predicate, thisArg) {
32488
32769
 
32489
32770
  module.exports = some;
32490
32771
 
32491
- },{"../internal/arraySome":216,"../internal/baseCallback":219,"../internal/baseSome":242,"../lang/isArray":287}],208:[function(require,module,exports){
32772
+ },{"../internal/arraySome":217,"../internal/baseCallback":220,"../internal/baseSome":244,"../lang/isArray":290}],209:[function(require,module,exports){
32492
32773
  var baseCallback = require('../internal/baseCallback'),
32493
32774
  baseEach = require('../internal/baseEach'),
32494
32775
  baseSortBy = require('../internal/baseSortBy'),
@@ -32562,7 +32843,7 @@ function sortBy(collection, iteratee, thisArg) {
32562
32843
 
32563
32844
  module.exports = sortBy;
32564
32845
 
32565
- },{"../internal/baseCallback":219,"../internal/baseEach":224,"../internal/baseSortBy":243,"../internal/compareAscending":251,"../internal/isIterateeCall":272,"../internal/isLength":273}],209:[function(require,module,exports){
32846
+ },{"../internal/baseCallback":220,"../internal/baseEach":225,"../internal/baseSortBy":245,"../internal/compareAscending":253,"../internal/isIterateeCall":274,"../internal/isLength":275}],210:[function(require,module,exports){
32566
32847
  var isNative = require('../lang/isNative');
32567
32848
 
32568
32849
  /* Native method references for those with the same name as other `lodash` methods. */
@@ -32588,7 +32869,7 @@ var now = nativeNow || function() {
32588
32869
 
32589
32870
  module.exports = now;
32590
32871
 
32591
- },{"../lang/isNative":291}],210:[function(require,module,exports){
32872
+ },{"../lang/isNative":294}],211:[function(require,module,exports){
32592
32873
  var createWrapper = require('../internal/createWrapper'),
32593
32874
  isIterateeCall = require('../internal/isIterateeCall');
32594
32875
 
@@ -32624,7 +32905,7 @@ function ary(func, n, guard) {
32624
32905
 
32625
32906
  module.exports = ary;
32626
32907
 
32627
- },{"../internal/createWrapper":261,"../internal/isIterateeCall":272}],211:[function(require,module,exports){
32908
+ },{"../internal/createWrapper":263,"../internal/isIterateeCall":274}],212:[function(require,module,exports){
32628
32909
  (function (global){
32629
32910
  var cachePush = require('./cachePush'),
32630
32911
  isNative = require('../lang/isNative');
@@ -32657,7 +32938,7 @@ SetCache.prototype.push = cachePush;
32657
32938
  module.exports = SetCache;
32658
32939
 
32659
32940
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32660
- },{"../lang/isNative":291,"./cachePush":250}],212:[function(require,module,exports){
32941
+ },{"../lang/isNative":294,"./cachePush":252}],213:[function(require,module,exports){
32661
32942
  /**
32662
32943
  * Copies the values of `source` to `array`.
32663
32944
  *
@@ -32679,7 +32960,7 @@ function arrayCopy(source, array) {
32679
32960
 
32680
32961
  module.exports = arrayCopy;
32681
32962
 
32682
- },{}],213:[function(require,module,exports){
32963
+ },{}],214:[function(require,module,exports){
32683
32964
  /**
32684
32965
  * A specialized version of `_.forEach` for arrays without support for callback
32685
32966
  * shorthands or `this` binding.
@@ -32703,7 +32984,7 @@ function arrayEach(array, iteratee) {
32703
32984
 
32704
32985
  module.exports = arrayEach;
32705
32986
 
32706
- },{}],214:[function(require,module,exports){
32987
+ },{}],215:[function(require,module,exports){
32707
32988
  /**
32708
32989
  * A specialized version of `_.map` for arrays without support for callback
32709
32990
  * shorthands or `this` binding.
@@ -32726,7 +33007,7 @@ function arrayMap(array, iteratee) {
32726
33007
 
32727
33008
  module.exports = arrayMap;
32728
33009
 
32729
- },{}],215:[function(require,module,exports){
33010
+ },{}],216:[function(require,module,exports){
32730
33011
  /**
32731
33012
  * A specialized version of `_.reduceRight` for arrays without support for
32732
33013
  * callback shorthands or `this` binding.
@@ -32752,7 +33033,7 @@ function arrayReduceRight(array, iteratee, accumulator, initFromArray) {
32752
33033
 
32753
33034
  module.exports = arrayReduceRight;
32754
33035
 
32755
- },{}],216:[function(require,module,exports){
33036
+ },{}],217:[function(require,module,exports){
32756
33037
  /**
32757
33038
  * A specialized version of `_.some` for arrays without support for callback
32758
33039
  * shorthands or `this` binding.
@@ -32777,7 +33058,7 @@ function arraySome(array, predicate) {
32777
33058
 
32778
33059
  module.exports = arraySome;
32779
33060
 
32780
- },{}],217:[function(require,module,exports){
33061
+ },{}],218:[function(require,module,exports){
32781
33062
  /**
32782
33063
  * Used by `_.defaults` to customize its `_.assign` use.
32783
33064
  *
@@ -32792,7 +33073,7 @@ function assignDefaults(objectValue, sourceValue) {
32792
33073
 
32793
33074
  module.exports = assignDefaults;
32794
33075
 
32795
- },{}],218:[function(require,module,exports){
33076
+ },{}],219:[function(require,module,exports){
32796
33077
  var baseCopy = require('./baseCopy'),
32797
33078
  keys = require('../object/keys');
32798
33079
 
@@ -32829,7 +33110,7 @@ function baseAssign(object, source, customizer) {
32829
33110
 
32830
33111
  module.exports = baseAssign;
32831
33112
 
32832
- },{"../object/keys":301,"./baseCopy":222}],219:[function(require,module,exports){
33113
+ },{"../object/keys":305,"./baseCopy":223}],220:[function(require,module,exports){
32833
33114
  var baseMatches = require('./baseMatches'),
32834
33115
  baseMatchesProperty = require('./baseMatchesProperty'),
32835
33116
  baseProperty = require('./baseProperty'),
@@ -32867,7 +33148,7 @@ function baseCallback(func, thisArg, argCount) {
32867
33148
 
32868
33149
  module.exports = baseCallback;
32869
33150
 
32870
- },{"../utility/identity":307,"./baseMatches":237,"./baseMatchesProperty":238,"./baseProperty":239,"./bindCallback":247,"./isBindable":270}],220:[function(require,module,exports){
33151
+ },{"../utility/identity":311,"./baseMatches":239,"./baseMatchesProperty":240,"./baseProperty":241,"./bindCallback":249,"./isBindable":272}],221:[function(require,module,exports){
32871
33152
  var arrayCopy = require('./arrayCopy'),
32872
33153
  arrayEach = require('./arrayEach'),
32873
33154
  baseCopy = require('./baseCopy'),
@@ -32999,7 +33280,7 @@ function baseClone(value, isDeep, customizer, key, object, stackA, stackB) {
32999
33280
 
33000
33281
  module.exports = baseClone;
33001
33282
 
33002
- },{"../lang/isArray":287,"../lang/isObject":293,"../object/keys":301,"./arrayCopy":212,"./arrayEach":213,"./baseCopy":222,"./baseForOwn":228,"./initCloneArray":267,"./initCloneByTag":268,"./initCloneObject":269}],221:[function(require,module,exports){
33283
+ },{"../lang/isArray":290,"../lang/isObject":296,"../object/keys":305,"./arrayCopy":213,"./arrayEach":214,"./baseCopy":223,"./baseForOwn":230,"./initCloneArray":269,"./initCloneByTag":270,"./initCloneObject":271}],222:[function(require,module,exports){
33003
33284
  /**
33004
33285
  * The base implementation of `compareAscending` which compares values and
33005
33286
  * sorts them in ascending order without guaranteeing a stable sort.
@@ -33026,7 +33307,7 @@ function baseCompareAscending(value, other) {
33026
33307
 
33027
33308
  module.exports = baseCompareAscending;
33028
33309
 
33029
- },{}],222:[function(require,module,exports){
33310
+ },{}],223:[function(require,module,exports){
33030
33311
  /**
33031
33312
  * Copies the properties of `source` to `object`.
33032
33313
  *
@@ -33053,7 +33334,7 @@ function baseCopy(source, object, props) {
33053
33334
 
33054
33335
  module.exports = baseCopy;
33055
33336
 
33056
- },{}],223:[function(require,module,exports){
33337
+ },{}],224:[function(require,module,exports){
33057
33338
  (function (global){
33058
33339
  var isObject = require('../lang/isObject');
33059
33340
 
@@ -33080,7 +33361,7 @@ var baseCreate = (function() {
33080
33361
  module.exports = baseCreate;
33081
33362
 
33082
33363
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
33083
- },{"../lang/isObject":293}],224:[function(require,module,exports){
33364
+ },{"../lang/isObject":296}],225:[function(require,module,exports){
33084
33365
  var baseForOwn = require('./baseForOwn'),
33085
33366
  isLength = require('./isLength'),
33086
33367
  toObject = require('./toObject');
@@ -33112,7 +33393,7 @@ function baseEach(collection, iteratee) {
33112
33393
 
33113
33394
  module.exports = baseEach;
33114
33395
 
33115
- },{"./baseForOwn":228,"./isLength":273,"./toObject":283}],225:[function(require,module,exports){
33396
+ },{"./baseForOwn":230,"./isLength":275,"./toObject":286}],226:[function(require,module,exports){
33116
33397
  var baseForOwnRight = require('./baseForOwnRight'),
33117
33398
  isLength = require('./isLength'),
33118
33399
  toObject = require('./toObject');
@@ -33142,7 +33423,7 @@ function baseEachRight(collection, iteratee) {
33142
33423
 
33143
33424
  module.exports = baseEachRight;
33144
33425
 
33145
- },{"./baseForOwnRight":229,"./isLength":273,"./toObject":283}],226:[function(require,module,exports){
33426
+ },{"./baseForOwnRight":231,"./isLength":275,"./toObject":286}],227:[function(require,module,exports){
33146
33427
  var isArguments = require('../lang/isArguments'),
33147
33428
  isArray = require('../lang/isArray'),
33148
33429
  isLength = require('./isLength'),
@@ -33189,7 +33470,7 @@ function baseFlatten(array, isDeep, isStrict, fromIndex) {
33189
33470
 
33190
33471
  module.exports = baseFlatten;
33191
33472
 
33192
- },{"../lang/isArguments":286,"../lang/isArray":287,"./isLength":273,"./isObjectLike":274}],227:[function(require,module,exports){
33473
+ },{"../lang/isArguments":289,"../lang/isArray":290,"./isLength":275,"./isObjectLike":276}],228:[function(require,module,exports){
33193
33474
  var toObject = require('./toObject');
33194
33475
 
33195
33476
  /**
@@ -33221,7 +33502,26 @@ function baseFor(object, iteratee, keysFunc) {
33221
33502
 
33222
33503
  module.exports = baseFor;
33223
33504
 
33224
- },{"./toObject":283}],228:[function(require,module,exports){
33505
+ },{"./toObject":286}],229:[function(require,module,exports){
33506
+ var baseFor = require('./baseFor'),
33507
+ keysIn = require('../object/keysIn');
33508
+
33509
+ /**
33510
+ * The base implementation of `_.forIn` without support for callback
33511
+ * shorthands and `this` binding.
33512
+ *
33513
+ * @private
33514
+ * @param {Object} object The object to iterate over.
33515
+ * @param {Function} iteratee The function invoked per iteration.
33516
+ * @returns {Object} Returns `object`.
33517
+ */
33518
+ function baseForIn(object, iteratee) {
33519
+ return baseFor(object, iteratee, keysIn);
33520
+ }
33521
+
33522
+ module.exports = baseForIn;
33523
+
33524
+ },{"../object/keysIn":306,"./baseFor":228}],230:[function(require,module,exports){
33225
33525
  var baseFor = require('./baseFor'),
33226
33526
  keys = require('../object/keys');
33227
33527
 
@@ -33240,7 +33540,7 @@ function baseForOwn(object, iteratee) {
33240
33540
 
33241
33541
  module.exports = baseForOwn;
33242
33542
 
33243
- },{"../object/keys":301,"./baseFor":227}],229:[function(require,module,exports){
33543
+ },{"../object/keys":305,"./baseFor":228}],231:[function(require,module,exports){
33244
33544
  var baseForRight = require('./baseForRight'),
33245
33545
  keys = require('../object/keys');
33246
33546
 
@@ -33259,7 +33559,7 @@ function baseForOwnRight(object, iteratee) {
33259
33559
 
33260
33560
  module.exports = baseForOwnRight;
33261
33561
 
33262
- },{"../object/keys":301,"./baseForRight":230}],230:[function(require,module,exports){
33562
+ },{"../object/keys":305,"./baseForRight":232}],232:[function(require,module,exports){
33263
33563
  var toObject = require('./toObject');
33264
33564
 
33265
33565
  /**
@@ -33288,7 +33588,7 @@ function baseForRight(object, iteratee, keysFunc) {
33288
33588
 
33289
33589
  module.exports = baseForRight;
33290
33590
 
33291
- },{"./toObject":283}],231:[function(require,module,exports){
33591
+ },{"./toObject":286}],233:[function(require,module,exports){
33292
33592
  var indexOfNaN = require('./indexOfNaN');
33293
33593
 
33294
33594
  /**
@@ -33317,7 +33617,7 @@ function baseIndexOf(array, value, fromIndex) {
33317
33617
 
33318
33618
  module.exports = baseIndexOf;
33319
33619
 
33320
- },{"./indexOfNaN":266}],232:[function(require,module,exports){
33620
+ },{"./indexOfNaN":268}],234:[function(require,module,exports){
33321
33621
  var baseIsEqualDeep = require('./baseIsEqualDeep');
33322
33622
 
33323
33623
  /**
@@ -33353,7 +33653,7 @@ function baseIsEqual(value, other, customizer, isWhere, stackA, stackB) {
33353
33653
 
33354
33654
  module.exports = baseIsEqual;
33355
33655
 
33356
- },{"./baseIsEqualDeep":233}],233:[function(require,module,exports){
33656
+ },{"./baseIsEqualDeep":235}],235:[function(require,module,exports){
33357
33657
  var equalArrays = require('./equalArrays'),
33358
33658
  equalByTag = require('./equalByTag'),
33359
33659
  equalObjects = require('./equalObjects'),
@@ -33456,7 +33756,7 @@ function baseIsEqualDeep(object, other, equalFunc, customizer, isWhere, stackA,
33456
33756
 
33457
33757
  module.exports = baseIsEqualDeep;
33458
33758
 
33459
- },{"../lang/isArray":287,"../lang/isTypedArray":296,"./equalArrays":262,"./equalByTag":263,"./equalObjects":264}],234:[function(require,module,exports){
33759
+ },{"../lang/isArray":290,"../lang/isTypedArray":300,"./equalArrays":264,"./equalByTag":265,"./equalObjects":266}],236:[function(require,module,exports){
33460
33760
  /**
33461
33761
  * The base implementation of `_.isFunction` without support for environments
33462
33762
  * with incorrect `typeof` results.
@@ -33473,7 +33773,7 @@ function baseIsFunction(value) {
33473
33773
 
33474
33774
  module.exports = baseIsFunction;
33475
33775
 
33476
- },{}],235:[function(require,module,exports){
33776
+ },{}],237:[function(require,module,exports){
33477
33777
  var baseIsEqual = require('./baseIsEqual');
33478
33778
 
33479
33779
  /** Used for native method references. */
@@ -33533,7 +33833,7 @@ function baseIsMatch(object, props, values, strictCompareFlags, customizer) {
33533
33833
 
33534
33834
  module.exports = baseIsMatch;
33535
33835
 
33536
- },{"./baseIsEqual":232}],236:[function(require,module,exports){
33836
+ },{"./baseIsEqual":234}],238:[function(require,module,exports){
33537
33837
  var baseEach = require('./baseEach');
33538
33838
 
33539
33839
  /**
@@ -33555,7 +33855,7 @@ function baseMap(collection, iteratee) {
33555
33855
 
33556
33856
  module.exports = baseMap;
33557
33857
 
33558
- },{"./baseEach":224}],237:[function(require,module,exports){
33858
+ },{"./baseEach":225}],239:[function(require,module,exports){
33559
33859
  var baseIsMatch = require('./baseIsMatch'),
33560
33860
  isStrictComparable = require('./isStrictComparable'),
33561
33861
  keys = require('../object/keys');
@@ -33602,7 +33902,7 @@ function baseMatches(source) {
33602
33902
 
33603
33903
  module.exports = baseMatches;
33604
33904
 
33605
- },{"../object/keys":301,"./baseIsMatch":235,"./isStrictComparable":275}],238:[function(require,module,exports){
33905
+ },{"../object/keys":305,"./baseIsMatch":237,"./isStrictComparable":277}],240:[function(require,module,exports){
33606
33906
  var baseIsEqual = require('./baseIsEqual'),
33607
33907
  isStrictComparable = require('./isStrictComparable');
33608
33908
 
@@ -33628,7 +33928,7 @@ function baseMatchesProperty(key, value) {
33628
33928
 
33629
33929
  module.exports = baseMatchesProperty;
33630
33930
 
33631
- },{"./baseIsEqual":232,"./isStrictComparable":275}],239:[function(require,module,exports){
33931
+ },{"./baseIsEqual":234,"./isStrictComparable":277}],241:[function(require,module,exports){
33632
33932
  /**
33633
33933
  * The base implementation of `_.property` which does not coerce `key` to a string.
33634
33934
  *
@@ -33644,7 +33944,7 @@ function baseProperty(key) {
33644
33944
 
33645
33945
  module.exports = baseProperty;
33646
33946
 
33647
- },{}],240:[function(require,module,exports){
33947
+ },{}],242:[function(require,module,exports){
33648
33948
  /**
33649
33949
  * The base implementation of `_.reduce` and `_.reduceRight` without support
33650
33950
  * for callback shorthands or `this` binding, which iterates over `collection`
@@ -33670,7 +33970,7 @@ function baseReduce(collection, iteratee, accumulator, initFromCollection, eachF
33670
33970
 
33671
33971
  module.exports = baseReduce;
33672
33972
 
33673
- },{}],241:[function(require,module,exports){
33973
+ },{}],243:[function(require,module,exports){
33674
33974
  var identity = require('../utility/identity'),
33675
33975
  metaMap = require('./metaMap');
33676
33976
 
@@ -33689,7 +33989,7 @@ var baseSetData = !metaMap ? identity : function(func, data) {
33689
33989
 
33690
33990
  module.exports = baseSetData;
33691
33991
 
33692
- },{"../utility/identity":307,"./metaMap":277}],242:[function(require,module,exports){
33992
+ },{"../utility/identity":311,"./metaMap":279}],244:[function(require,module,exports){
33693
33993
  var baseEach = require('./baseEach');
33694
33994
 
33695
33995
  /**
@@ -33714,7 +34014,7 @@ function baseSome(collection, predicate) {
33714
34014
 
33715
34015
  module.exports = baseSome;
33716
34016
 
33717
- },{"./baseEach":224}],243:[function(require,module,exports){
34017
+ },{"./baseEach":225}],245:[function(require,module,exports){
33718
34018
  /**
33719
34019
  * The base implementation of `_.sortBy` and `_.sortByAll` which uses `comparer`
33720
34020
  * to define the sort order of `array` and replaces criteria objects with their
@@ -33737,7 +34037,7 @@ function baseSortBy(array, comparer) {
33737
34037
 
33738
34038
  module.exports = baseSortBy;
33739
34039
 
33740
- },{}],244:[function(require,module,exports){
34040
+ },{}],246:[function(require,module,exports){
33741
34041
  /**
33742
34042
  * Converts `value` to a string if it is not one. An empty string is returned
33743
34043
  * for `null` or `undefined` values.
@@ -33755,7 +34055,7 @@ function baseToString(value) {
33755
34055
 
33756
34056
  module.exports = baseToString;
33757
34057
 
33758
- },{}],245:[function(require,module,exports){
34058
+ },{}],247:[function(require,module,exports){
33759
34059
  var baseIndexOf = require('./baseIndexOf'),
33760
34060
  cacheIndexOf = require('./cacheIndexOf'),
33761
34061
  createCache = require('./createCache');
@@ -33814,7 +34114,7 @@ function baseUniq(array, iteratee) {
33814
34114
 
33815
34115
  module.exports = baseUniq;
33816
34116
 
33817
- },{"./baseIndexOf":231,"./cacheIndexOf":249,"./createCache":257}],246:[function(require,module,exports){
34117
+ },{"./baseIndexOf":233,"./cacheIndexOf":251,"./createCache":259}],248:[function(require,module,exports){
33818
34118
  /**
33819
34119
  * The base implementation of `_.values` and `_.valuesIn` which creates an
33820
34120
  * array of `object` property values corresponding to the property names
@@ -33838,7 +34138,7 @@ function baseValues(object, props) {
33838
34138
 
33839
34139
  module.exports = baseValues;
33840
34140
 
33841
- },{}],247:[function(require,module,exports){
34141
+ },{}],249:[function(require,module,exports){
33842
34142
  var identity = require('../utility/identity');
33843
34143
 
33844
34144
  /**
@@ -33879,7 +34179,7 @@ function bindCallback(func, thisArg, argCount) {
33879
34179
 
33880
34180
  module.exports = bindCallback;
33881
34181
 
33882
- },{"../utility/identity":307}],248:[function(require,module,exports){
34182
+ },{"../utility/identity":311}],250:[function(require,module,exports){
33883
34183
  (function (global){
33884
34184
  var constant = require('../utility/constant'),
33885
34185
  isNative = require('../lang/isNative');
@@ -33938,7 +34238,7 @@ if (!bufferSlice) {
33938
34238
  module.exports = bufferClone;
33939
34239
 
33940
34240
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
33941
- },{"../lang/isNative":291,"../utility/constant":306}],249:[function(require,module,exports){
34241
+ },{"../lang/isNative":294,"../utility/constant":310}],251:[function(require,module,exports){
33942
34242
  var isObject = require('../lang/isObject');
33943
34243
 
33944
34244
  /**
@@ -33959,7 +34259,7 @@ function cacheIndexOf(cache, value) {
33959
34259
 
33960
34260
  module.exports = cacheIndexOf;
33961
34261
 
33962
- },{"../lang/isObject":293}],250:[function(require,module,exports){
34262
+ },{"../lang/isObject":296}],252:[function(require,module,exports){
33963
34263
  var isObject = require('../lang/isObject');
33964
34264
 
33965
34265
  /**
@@ -33981,7 +34281,7 @@ function cachePush(value) {
33981
34281
 
33982
34282
  module.exports = cachePush;
33983
34283
 
33984
- },{"../lang/isObject":293}],251:[function(require,module,exports){
34284
+ },{"../lang/isObject":296}],253:[function(require,module,exports){
33985
34285
  var baseCompareAscending = require('./baseCompareAscending');
33986
34286
 
33987
34287
  /**
@@ -33999,7 +34299,7 @@ function compareAscending(object, other) {
33999
34299
 
34000
34300
  module.exports = compareAscending;
34001
34301
 
34002
- },{"./baseCompareAscending":221}],252:[function(require,module,exports){
34302
+ },{"./baseCompareAscending":222}],254:[function(require,module,exports){
34003
34303
  /* Native method references for those with the same name as other `lodash` methods. */
34004
34304
  var nativeMax = Math.max;
34005
34305
 
@@ -34035,7 +34335,7 @@ function composeArgs(args, partials, holders) {
34035
34335
 
34036
34336
  module.exports = composeArgs;
34037
34337
 
34038
- },{}],253:[function(require,module,exports){
34338
+ },{}],255:[function(require,module,exports){
34039
34339
  /* Native method references for those with the same name as other `lodash` methods. */
34040
34340
  var nativeMax = Math.max;
34041
34341
 
@@ -34073,7 +34373,7 @@ function composeArgsRight(args, partials, holders) {
34073
34373
 
34074
34374
  module.exports = composeArgsRight;
34075
34375
 
34076
- },{}],254:[function(require,module,exports){
34376
+ },{}],256:[function(require,module,exports){
34077
34377
  var baseCallback = require('./baseCallback'),
34078
34378
  baseEach = require('./baseEach'),
34079
34379
  isArray = require('../lang/isArray');
@@ -34112,7 +34412,7 @@ function createAggregator(setter, initializer) {
34112
34412
 
34113
34413
  module.exports = createAggregator;
34114
34414
 
34115
- },{"../lang/isArray":287,"./baseCallback":219,"./baseEach":224}],255:[function(require,module,exports){
34415
+ },{"../lang/isArray":290,"./baseCallback":220,"./baseEach":225}],257:[function(require,module,exports){
34116
34416
  var bindCallback = require('./bindCallback'),
34117
34417
  isIterateeCall = require('./isIterateeCall');
34118
34418
 
@@ -34154,7 +34454,7 @@ function createAssigner(assigner) {
34154
34454
 
34155
34455
  module.exports = createAssigner;
34156
34456
 
34157
- },{"./bindCallback":247,"./isIterateeCall":272}],256:[function(require,module,exports){
34457
+ },{"./bindCallback":249,"./isIterateeCall":274}],258:[function(require,module,exports){
34158
34458
  var createCtorWrapper = require('./createCtorWrapper');
34159
34459
 
34160
34460
  /**
@@ -34177,7 +34477,7 @@ function createBindWrapper(func, thisArg) {
34177
34477
 
34178
34478
  module.exports = createBindWrapper;
34179
34479
 
34180
- },{"./createCtorWrapper":258}],257:[function(require,module,exports){
34480
+ },{"./createCtorWrapper":260}],259:[function(require,module,exports){
34181
34481
  (function (global){
34182
34482
  var SetCache = require('./SetCache'),
34183
34483
  constant = require('../utility/constant'),
@@ -34203,7 +34503,7 @@ var createCache = !(nativeCreate && Set) ? constant(null) : function(values) {
34203
34503
  module.exports = createCache;
34204
34504
 
34205
34505
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
34206
- },{"../lang/isNative":291,"../utility/constant":306,"./SetCache":211}],258:[function(require,module,exports){
34506
+ },{"../lang/isNative":294,"../utility/constant":310,"./SetCache":212}],260:[function(require,module,exports){
34207
34507
  var baseCreate = require('./baseCreate'),
34208
34508
  isObject = require('../lang/isObject');
34209
34509
 
@@ -34228,7 +34528,7 @@ function createCtorWrapper(Ctor) {
34228
34528
 
34229
34529
  module.exports = createCtorWrapper;
34230
34530
 
34231
- },{"../lang/isObject":293,"./baseCreate":223}],259:[function(require,module,exports){
34531
+ },{"../lang/isObject":296,"./baseCreate":224}],261:[function(require,module,exports){
34232
34532
  var arrayCopy = require('./arrayCopy'),
34233
34533
  composeArgs = require('./composeArgs'),
34234
34534
  composeArgsRight = require('./composeArgsRight'),
@@ -34334,7 +34634,7 @@ function createHybridWrapper(func, bitmask, thisArg, partials, holders, partials
34334
34634
 
34335
34635
  module.exports = createHybridWrapper;
34336
34636
 
34337
- },{"./arrayCopy":212,"./composeArgs":252,"./composeArgsRight":253,"./createCtorWrapper":258,"./reorder":278,"./replaceHolders":279}],260:[function(require,module,exports){
34637
+ },{"./arrayCopy":213,"./composeArgs":254,"./composeArgsRight":255,"./createCtorWrapper":260,"./reorder":280,"./replaceHolders":281}],262:[function(require,module,exports){
34338
34638
  var createCtorWrapper = require('./createCtorWrapper');
34339
34639
 
34340
34640
  /** Used to compose bitmasks for wrapper metadata. */
@@ -34378,7 +34678,7 @@ function createPartialWrapper(func, bitmask, thisArg, partials) {
34378
34678
 
34379
34679
  module.exports = createPartialWrapper;
34380
34680
 
34381
- },{"./createCtorWrapper":258}],261:[function(require,module,exports){
34681
+ },{"./createCtorWrapper":260}],263:[function(require,module,exports){
34382
34682
  var baseSetData = require('./baseSetData'),
34383
34683
  createBindWrapper = require('./createBindWrapper'),
34384
34684
  createHybridWrapper = require('./createHybridWrapper'),
@@ -34466,7 +34766,7 @@ function createWrapper(func, bitmask, thisArg, partials, holders, argPos, ary, a
34466
34766
 
34467
34767
  module.exports = createWrapper;
34468
34768
 
34469
- },{"./baseSetData":241,"./createBindWrapper":256,"./createHybridWrapper":259,"./createPartialWrapper":260,"./getData":265,"./mergeData":276,"./setData":280}],262:[function(require,module,exports){
34769
+ },{"./baseSetData":243,"./createBindWrapper":258,"./createHybridWrapper":261,"./createPartialWrapper":262,"./getData":267,"./mergeData":278,"./setData":282}],264:[function(require,module,exports){
34470
34770
  /**
34471
34771
  * A specialized version of `baseIsEqualDeep` for arrays with support for
34472
34772
  * partial deep comparisons.
@@ -34522,7 +34822,7 @@ function equalArrays(array, other, equalFunc, customizer, isWhere, stackA, stack
34522
34822
 
34523
34823
  module.exports = equalArrays;
34524
34824
 
34525
- },{}],263:[function(require,module,exports){
34825
+ },{}],265:[function(require,module,exports){
34526
34826
  /** `Object#toString` result references. */
34527
34827
  var boolTag = '[object Boolean]',
34528
34828
  dateTag = '[object Date]',
@@ -34573,7 +34873,7 @@ function equalByTag(object, other, tag) {
34573
34873
 
34574
34874
  module.exports = equalByTag;
34575
34875
 
34576
- },{}],264:[function(require,module,exports){
34876
+ },{}],266:[function(require,module,exports){
34577
34877
  var keys = require('../object/keys');
34578
34878
 
34579
34879
  /** Used for native method references. */
@@ -34647,7 +34947,7 @@ function equalObjects(object, other, equalFunc, customizer, isWhere, stackA, sta
34647
34947
 
34648
34948
  module.exports = equalObjects;
34649
34949
 
34650
- },{"../object/keys":301}],265:[function(require,module,exports){
34950
+ },{"../object/keys":305}],267:[function(require,module,exports){
34651
34951
  var metaMap = require('./metaMap'),
34652
34952
  noop = require('../utility/noop');
34653
34953
 
@@ -34664,7 +34964,7 @@ var getData = !metaMap ? noop : function(func) {
34664
34964
 
34665
34965
  module.exports = getData;
34666
34966
 
34667
- },{"../utility/noop":308,"./metaMap":277}],266:[function(require,module,exports){
34967
+ },{"../utility/noop":312,"./metaMap":279}],268:[function(require,module,exports){
34668
34968
  /**
34669
34969
  * Gets the index at which the first occurrence of `NaN` is found in `array`.
34670
34970
  * If `fromRight` is provided elements of `array` are iterated from right to left.
@@ -34690,7 +34990,7 @@ function indexOfNaN(array, fromIndex, fromRight) {
34690
34990
 
34691
34991
  module.exports = indexOfNaN;
34692
34992
 
34693
- },{}],267:[function(require,module,exports){
34993
+ },{}],269:[function(require,module,exports){
34694
34994
  /** Used for native method references. */
34695
34995
  var objectProto = Object.prototype;
34696
34996
 
@@ -34718,7 +35018,7 @@ function initCloneArray(array) {
34718
35018
 
34719
35019
  module.exports = initCloneArray;
34720
35020
 
34721
- },{}],268:[function(require,module,exports){
35021
+ },{}],270:[function(require,module,exports){
34722
35022
  var bufferClone = require('./bufferClone');
34723
35023
 
34724
35024
  /** `Object#toString` result references. */
@@ -34784,7 +35084,7 @@ function initCloneByTag(object, tag, isDeep) {
34784
35084
 
34785
35085
  module.exports = initCloneByTag;
34786
35086
 
34787
- },{"./bufferClone":248}],269:[function(require,module,exports){
35087
+ },{"./bufferClone":250}],271:[function(require,module,exports){
34788
35088
  /**
34789
35089
  * Initializes an object clone.
34790
35090
  *
@@ -34802,7 +35102,7 @@ function initCloneObject(object) {
34802
35102
 
34803
35103
  module.exports = initCloneObject;
34804
35104
 
34805
- },{}],270:[function(require,module,exports){
35105
+ },{}],272:[function(require,module,exports){
34806
35106
  var baseSetData = require('./baseSetData'),
34807
35107
  isNative = require('../lang/isNative'),
34808
35108
  support = require('../support');
@@ -34842,7 +35142,7 @@ function isBindable(func) {
34842
35142
 
34843
35143
  module.exports = isBindable;
34844
35144
 
34845
- },{"../lang/isNative":291,"../support":305,"./baseSetData":241}],271:[function(require,module,exports){
35145
+ },{"../lang/isNative":294,"../support":309,"./baseSetData":243}],273:[function(require,module,exports){
34846
35146
  /**
34847
35147
  * Used as the maximum length of an array-like value.
34848
35148
  * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
@@ -34866,7 +35166,7 @@ function isIndex(value, length) {
34866
35166
 
34867
35167
  module.exports = isIndex;
34868
35168
 
34869
- },{}],272:[function(require,module,exports){
35169
+ },{}],274:[function(require,module,exports){
34870
35170
  var isIndex = require('./isIndex'),
34871
35171
  isLength = require('./isLength'),
34872
35172
  isObject = require('../lang/isObject');
@@ -34900,7 +35200,7 @@ function isIterateeCall(value, index, object) {
34900
35200
 
34901
35201
  module.exports = isIterateeCall;
34902
35202
 
34903
- },{"../lang/isObject":293,"./isIndex":271,"./isLength":273}],273:[function(require,module,exports){
35203
+ },{"../lang/isObject":296,"./isIndex":273,"./isLength":275}],275:[function(require,module,exports){
34904
35204
  /**
34905
35205
  * Used as the maximum length of an array-like value.
34906
35206
  * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
@@ -34925,7 +35225,7 @@ function isLength(value) {
34925
35225
 
34926
35226
  module.exports = isLength;
34927
35227
 
34928
- },{}],274:[function(require,module,exports){
35228
+ },{}],276:[function(require,module,exports){
34929
35229
  /**
34930
35230
  * Checks if `value` is object-like.
34931
35231
  *
@@ -34939,7 +35239,7 @@ function isObjectLike(value) {
34939
35239
 
34940
35240
  module.exports = isObjectLike;
34941
35241
 
34942
- },{}],275:[function(require,module,exports){
35242
+ },{}],277:[function(require,module,exports){
34943
35243
  var isObject = require('../lang/isObject');
34944
35244
 
34945
35245
  /**
@@ -34956,7 +35256,7 @@ function isStrictComparable(value) {
34956
35256
 
34957
35257
  module.exports = isStrictComparable;
34958
35258
 
34959
- },{"../lang/isObject":293}],276:[function(require,module,exports){
35259
+ },{"../lang/isObject":296}],278:[function(require,module,exports){
34960
35260
  var arrayCopy = require('./arrayCopy'),
34961
35261
  composeArgs = require('./composeArgs'),
34962
35262
  composeArgsRight = require('./composeArgsRight'),
@@ -35057,7 +35357,7 @@ function mergeData(data, source) {
35057
35357
 
35058
35358
  module.exports = mergeData;
35059
35359
 
35060
- },{"./arrayCopy":212,"./composeArgs":252,"./composeArgsRight":253,"./replaceHolders":279}],277:[function(require,module,exports){
35360
+ },{"./arrayCopy":213,"./composeArgs":254,"./composeArgsRight":255,"./replaceHolders":281}],279:[function(require,module,exports){
35061
35361
  (function (global){
35062
35362
  var isNative = require('../lang/isNative');
35063
35363
 
@@ -35070,7 +35370,7 @@ var metaMap = WeakMap && new WeakMap;
35070
35370
  module.exports = metaMap;
35071
35371
 
35072
35372
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
35073
- },{"../lang/isNative":291}],278:[function(require,module,exports){
35373
+ },{"../lang/isNative":294}],280:[function(require,module,exports){
35074
35374
  var arrayCopy = require('./arrayCopy'),
35075
35375
  isIndex = require('./isIndex');
35076
35376
 
@@ -35101,7 +35401,7 @@ function reorder(array, indexes) {
35101
35401
 
35102
35402
  module.exports = reorder;
35103
35403
 
35104
- },{"./arrayCopy":212,"./isIndex":271}],279:[function(require,module,exports){
35404
+ },{"./arrayCopy":213,"./isIndex":273}],281:[function(require,module,exports){
35105
35405
  /** Used as the internal argument placeholder. */
35106
35406
  var PLACEHOLDER = '__lodash_placeholder__';
35107
35407
 
@@ -35131,7 +35431,7 @@ function replaceHolders(array, placeholder) {
35131
35431
 
35132
35432
  module.exports = replaceHolders;
35133
35433
 
35134
- },{}],280:[function(require,module,exports){
35434
+ },{}],282:[function(require,module,exports){
35135
35435
  var baseSetData = require('./baseSetData'),
35136
35436
  now = require('../date/now');
35137
35437
 
@@ -35174,7 +35474,60 @@ var setData = (function() {
35174
35474
 
35175
35475
  module.exports = setData;
35176
35476
 
35177
- },{"../date/now":209,"./baseSetData":241}],281:[function(require,module,exports){
35477
+ },{"../date/now":210,"./baseSetData":243}],283:[function(require,module,exports){
35478
+ var baseForIn = require('./baseForIn'),
35479
+ isObjectLike = require('./isObjectLike');
35480
+
35481
+ /** `Object#toString` result references. */
35482
+ var objectTag = '[object Object]';
35483
+
35484
+ /** Used for native method references. */
35485
+ var objectProto = Object.prototype;
35486
+
35487
+ /** Used to check objects for own properties. */
35488
+ var hasOwnProperty = objectProto.hasOwnProperty;
35489
+
35490
+ /**
35491
+ * Used to resolve the `toStringTag` of values.
35492
+ * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.prototype.tostring)
35493
+ * for more details.
35494
+ */
35495
+ var objToString = objectProto.toString;
35496
+
35497
+ /**
35498
+ * A fallback implementation of `_.isPlainObject` which checks if `value`
35499
+ * is an object created by the `Object` constructor or has a `[[Prototype]]`
35500
+ * of `null`.
35501
+ *
35502
+ * @private
35503
+ * @param {*} value The value to check.
35504
+ * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.
35505
+ */
35506
+ function shimIsPlainObject(value) {
35507
+ var Ctor;
35508
+
35509
+ // Exit early for non `Object` objects.
35510
+ if (!(isObjectLike(value) && objToString.call(value) == objectTag) ||
35511
+ (!hasOwnProperty.call(value, 'constructor') &&
35512
+ (Ctor = value.constructor, typeof Ctor == 'function' && !(Ctor instanceof Ctor)))) {
35513
+ return false;
35514
+ }
35515
+ // IE < 9 iterates inherited properties before own properties. If the first
35516
+ // iterated property is an object's own property then there are no inherited
35517
+ // enumerable properties.
35518
+ var result;
35519
+ // In most environments an object's own properties are iterated before
35520
+ // its inherited properties. If the last iterated property is an object's
35521
+ // own property then there are no inherited enumerable properties.
35522
+ baseForIn(value, function(subValue, key) {
35523
+ result = key;
35524
+ });
35525
+ return typeof result == 'undefined' || hasOwnProperty.call(value, result);
35526
+ }
35527
+
35528
+ module.exports = shimIsPlainObject;
35529
+
35530
+ },{"./baseForIn":229,"./isObjectLike":276}],284:[function(require,module,exports){
35178
35531
  var isArguments = require('../lang/isArguments'),
35179
35532
  isArray = require('../lang/isArray'),
35180
35533
  isIndex = require('./isIndex'),
@@ -35218,7 +35571,7 @@ function shimKeys(object) {
35218
35571
 
35219
35572
  module.exports = shimKeys;
35220
35573
 
35221
- },{"../lang/isArguments":286,"../lang/isArray":287,"../object/keysIn":302,"../support":305,"./isIndex":271,"./isLength":273}],282:[function(require,module,exports){
35574
+ },{"../lang/isArguments":289,"../lang/isArray":290,"../object/keysIn":306,"../support":309,"./isIndex":273,"./isLength":275}],285:[function(require,module,exports){
35222
35575
  /**
35223
35576
  * An implementation of `_.uniq` optimized for sorted arrays without support
35224
35577
  * for callback shorthands and `this` binding.
@@ -35249,7 +35602,7 @@ function sortedUniq(array, iteratee) {
35249
35602
 
35250
35603
  module.exports = sortedUniq;
35251
35604
 
35252
- },{}],283:[function(require,module,exports){
35605
+ },{}],286:[function(require,module,exports){
35253
35606
  var isObject = require('../lang/isObject');
35254
35607
 
35255
35608
  /**
@@ -35265,7 +35618,7 @@ function toObject(value) {
35265
35618
 
35266
35619
  module.exports = toObject;
35267
35620
 
35268
- },{"../lang/isObject":293}],284:[function(require,module,exports){
35621
+ },{"../lang/isObject":296}],287:[function(require,module,exports){
35269
35622
  var baseClone = require('../internal/baseClone'),
35270
35623
  bindCallback = require('../internal/bindCallback'),
35271
35624
  isIterateeCall = require('../internal/isIterateeCall');
@@ -35336,7 +35689,7 @@ function clone(value, isDeep, customizer, thisArg) {
35336
35689
 
35337
35690
  module.exports = clone;
35338
35691
 
35339
- },{"../internal/baseClone":220,"../internal/bindCallback":247,"../internal/isIterateeCall":272}],285:[function(require,module,exports){
35692
+ },{"../internal/baseClone":221,"../internal/bindCallback":249,"../internal/isIterateeCall":274}],288:[function(require,module,exports){
35340
35693
  var baseClone = require('../internal/baseClone'),
35341
35694
  bindCallback = require('../internal/bindCallback');
35342
35695
 
@@ -35392,7 +35745,7 @@ function cloneDeep(value, customizer, thisArg) {
35392
35745
 
35393
35746
  module.exports = cloneDeep;
35394
35747
 
35395
- },{"../internal/baseClone":220,"../internal/bindCallback":247}],286:[function(require,module,exports){
35748
+ },{"../internal/baseClone":221,"../internal/bindCallback":249}],289:[function(require,module,exports){
35396
35749
  var isLength = require('../internal/isLength'),
35397
35750
  isObjectLike = require('../internal/isObjectLike');
35398
35751
 
@@ -35432,7 +35785,7 @@ function isArguments(value) {
35432
35785
 
35433
35786
  module.exports = isArguments;
35434
35787
 
35435
- },{"../internal/isLength":273,"../internal/isObjectLike":274}],287:[function(require,module,exports){
35788
+ },{"../internal/isLength":275,"../internal/isObjectLike":276}],290:[function(require,module,exports){
35436
35789
  var isLength = require('../internal/isLength'),
35437
35790
  isNative = require('./isNative'),
35438
35791
  isObjectLike = require('../internal/isObjectLike');
@@ -35475,7 +35828,7 @@ var isArray = nativeIsArray || function(value) {
35475
35828
 
35476
35829
  module.exports = isArray;
35477
35830
 
35478
- },{"../internal/isLength":273,"../internal/isObjectLike":274,"./isNative":291}],288:[function(require,module,exports){
35831
+ },{"../internal/isLength":275,"../internal/isObjectLike":276,"./isNative":294}],291:[function(require,module,exports){
35479
35832
  var isObjectLike = require('../internal/isObjectLike');
35480
35833
 
35481
35834
  /** `Object#toString` result references. */
@@ -35513,7 +35866,7 @@ function isBoolean(value) {
35513
35866
 
35514
35867
  module.exports = isBoolean;
35515
35868
 
35516
- },{"../internal/isObjectLike":274}],289:[function(require,module,exports){
35869
+ },{"../internal/isObjectLike":276}],292:[function(require,module,exports){
35517
35870
  var isArguments = require('./isArguments'),
35518
35871
  isArray = require('./isArray'),
35519
35872
  isFunction = require('./isFunction'),
@@ -35563,7 +35916,7 @@ function isEmpty(value) {
35563
35916
 
35564
35917
  module.exports = isEmpty;
35565
35918
 
35566
- },{"../internal/isLength":273,"../internal/isObjectLike":274,"../object/keys":301,"./isArguments":286,"./isArray":287,"./isFunction":290,"./isString":295}],290:[function(require,module,exports){
35919
+ },{"../internal/isLength":275,"../internal/isObjectLike":276,"../object/keys":305,"./isArguments":289,"./isArray":290,"./isFunction":293,"./isString":299}],293:[function(require,module,exports){
35567
35920
  (function (global){
35568
35921
  var baseIsFunction = require('../internal/baseIsFunction'),
35569
35922
  isNative = require('./isNative');
@@ -35610,7 +35963,7 @@ var isFunction = !(baseIsFunction(/x/) || (Uint8Array && !baseIsFunction(Uint8Ar
35610
35963
  module.exports = isFunction;
35611
35964
 
35612
35965
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
35613
- },{"../internal/baseIsFunction":234,"./isNative":291}],291:[function(require,module,exports){
35966
+ },{"../internal/baseIsFunction":236,"./isNative":294}],294:[function(require,module,exports){
35614
35967
  var escapeRegExp = require('../string/escapeRegExp'),
35615
35968
  isObjectLike = require('../internal/isObjectLike');
35616
35969
 
@@ -35667,7 +36020,7 @@ function isNative(value) {
35667
36020
 
35668
36021
  module.exports = isNative;
35669
36022
 
35670
- },{"../internal/isObjectLike":274,"../string/escapeRegExp":304}],292:[function(require,module,exports){
36023
+ },{"../internal/isObjectLike":276,"../string/escapeRegExp":308}],295:[function(require,module,exports){
35671
36024
  var isObjectLike = require('../internal/isObjectLike');
35672
36025
 
35673
36026
  /** `Object#toString` result references. */
@@ -35711,7 +36064,7 @@ function isNumber(value) {
35711
36064
 
35712
36065
  module.exports = isNumber;
35713
36066
 
35714
- },{"../internal/isObjectLike":274}],293:[function(require,module,exports){
36067
+ },{"../internal/isObjectLike":276}],296:[function(require,module,exports){
35715
36068
  /**
35716
36069
  * Checks if `value` is the language type of `Object`.
35717
36070
  * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
@@ -35743,7 +36096,71 @@ function isObject(value) {
35743
36096
 
35744
36097
  module.exports = isObject;
35745
36098
 
35746
- },{}],294:[function(require,module,exports){
36099
+ },{}],297:[function(require,module,exports){
36100
+ var isNative = require('./isNative'),
36101
+ shimIsPlainObject = require('../internal/shimIsPlainObject');
36102
+
36103
+ /** `Object#toString` result references. */
36104
+ var objectTag = '[object Object]';
36105
+
36106
+ /** Used for native method references. */
36107
+ var objectProto = Object.prototype;
36108
+
36109
+ /**
36110
+ * Used to resolve the `toStringTag` of values.
36111
+ * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.prototype.tostring)
36112
+ * for more details.
36113
+ */
36114
+ var objToString = objectProto.toString;
36115
+
36116
+ /** Native method references. */
36117
+ var getPrototypeOf = isNative(getPrototypeOf = Object.getPrototypeOf) && getPrototypeOf;
36118
+
36119
+ /**
36120
+ * Checks if `value` is a plain object, that is, an object created by the
36121
+ * `Object` constructor or one with a `[[Prototype]]` of `null`.
36122
+ *
36123
+ * **Note:** This method assumes objects created by the `Object` constructor
36124
+ * have no inherited enumerable properties.
36125
+ *
36126
+ * @static
36127
+ * @memberOf _
36128
+ * @category Lang
36129
+ * @param {*} value The value to check.
36130
+ * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.
36131
+ * @example
36132
+ *
36133
+ * function Foo() {
36134
+ * this.a = 1;
36135
+ * }
36136
+ *
36137
+ * _.isPlainObject(new Foo);
36138
+ * // => false
36139
+ *
36140
+ * _.isPlainObject([1, 2, 3]);
36141
+ * // => false
36142
+ *
36143
+ * _.isPlainObject({ 'x': 0, 'y': 0 });
36144
+ * // => true
36145
+ *
36146
+ * _.isPlainObject(Object.create(null));
36147
+ * // => true
36148
+ */
36149
+ var isPlainObject = !getPrototypeOf ? shimIsPlainObject : function(value) {
36150
+ if (!(value && objToString.call(value) == objectTag)) {
36151
+ return false;
36152
+ }
36153
+ var valueOf = value.valueOf,
36154
+ objProto = isNative(valueOf) && (objProto = getPrototypeOf(valueOf)) && getPrototypeOf(objProto);
36155
+
36156
+ return objProto
36157
+ ? (value == objProto || getPrototypeOf(value) == objProto)
36158
+ : shimIsPlainObject(value);
36159
+ };
36160
+
36161
+ module.exports = isPlainObject;
36162
+
36163
+ },{"../internal/shimIsPlainObject":283,"./isNative":294}],298:[function(require,module,exports){
35747
36164
  var isObjectLike = require('../internal/isObjectLike');
35748
36165
 
35749
36166
  /** `Object#toString` result references. */
@@ -35781,7 +36198,7 @@ function isRegExp(value) {
35781
36198
 
35782
36199
  module.exports = isRegExp;
35783
36200
 
35784
- },{"../internal/isObjectLike":274}],295:[function(require,module,exports){
36201
+ },{"../internal/isObjectLike":276}],299:[function(require,module,exports){
35785
36202
  var isObjectLike = require('../internal/isObjectLike');
35786
36203
 
35787
36204
  /** `Object#toString` result references. */
@@ -35819,7 +36236,7 @@ function isString(value) {
35819
36236
 
35820
36237
  module.exports = isString;
35821
36238
 
35822
- },{"../internal/isObjectLike":274}],296:[function(require,module,exports){
36239
+ },{"../internal/isObjectLike":276}],300:[function(require,module,exports){
35823
36240
  var isLength = require('../internal/isLength'),
35824
36241
  isObjectLike = require('../internal/isObjectLike');
35825
36242
 
@@ -35896,7 +36313,7 @@ function isTypedArray(value) {
35896
36313
 
35897
36314
  module.exports = isTypedArray;
35898
36315
 
35899
- },{"../internal/isLength":273,"../internal/isObjectLike":274}],297:[function(require,module,exports){
36316
+ },{"../internal/isLength":275,"../internal/isObjectLike":276}],301:[function(require,module,exports){
35900
36317
  var baseAssign = require('../internal/baseAssign'),
35901
36318
  createAssigner = require('../internal/createAssigner');
35902
36319
 
@@ -35933,7 +36350,7 @@ var assign = createAssigner(baseAssign);
35933
36350
 
35934
36351
  module.exports = assign;
35935
36352
 
35936
- },{"../internal/baseAssign":218,"../internal/createAssigner":255}],298:[function(require,module,exports){
36353
+ },{"../internal/baseAssign":219,"../internal/createAssigner":257}],302:[function(require,module,exports){
35937
36354
  var arrayCopy = require('../internal/arrayCopy'),
35938
36355
  assign = require('./assign'),
35939
36356
  assignDefaults = require('../internal/assignDefaults');
@@ -35965,10 +36382,10 @@ function defaults(object) {
35965
36382
 
35966
36383
  module.exports = defaults;
35967
36384
 
35968
- },{"../internal/arrayCopy":212,"../internal/assignDefaults":217,"./assign":297}],299:[function(require,module,exports){
36385
+ },{"../internal/arrayCopy":213,"../internal/assignDefaults":218,"./assign":301}],303:[function(require,module,exports){
35969
36386
  module.exports = require('./assign');
35970
36387
 
35971
- },{"./assign":297}],300:[function(require,module,exports){
36388
+ },{"./assign":301}],304:[function(require,module,exports){
35972
36389
  /** Used for native method references. */
35973
36390
  var objectProto = Object.prototype;
35974
36391
 
@@ -35998,7 +36415,7 @@ function has(object, key) {
35998
36415
 
35999
36416
  module.exports = has;
36000
36417
 
36001
- },{}],301:[function(require,module,exports){
36418
+ },{}],305:[function(require,module,exports){
36002
36419
  var isLength = require('../internal/isLength'),
36003
36420
  isNative = require('../lang/isNative'),
36004
36421
  isObject = require('../lang/isObject'),
@@ -36048,7 +36465,7 @@ var keys = !nativeKeys ? shimKeys : function(object) {
36048
36465
 
36049
36466
  module.exports = keys;
36050
36467
 
36051
- },{"../internal/isLength":273,"../internal/shimKeys":281,"../lang/isNative":291,"../lang/isObject":293}],302:[function(require,module,exports){
36468
+ },{"../internal/isLength":275,"../internal/shimKeys":284,"../lang/isNative":294,"../lang/isObject":296}],306:[function(require,module,exports){
36052
36469
  var isArguments = require('../lang/isArguments'),
36053
36470
  isArray = require('../lang/isArray'),
36054
36471
  isIndex = require('../internal/isIndex'),
@@ -36115,7 +36532,7 @@ function keysIn(object) {
36115
36532
 
36116
36533
  module.exports = keysIn;
36117
36534
 
36118
- },{"../internal/isIndex":271,"../internal/isLength":273,"../lang/isArguments":286,"../lang/isArray":287,"../lang/isObject":293,"../support":305}],303:[function(require,module,exports){
36535
+ },{"../internal/isIndex":273,"../internal/isLength":275,"../lang/isArguments":289,"../lang/isArray":290,"../lang/isObject":296,"../support":309}],307:[function(require,module,exports){
36119
36536
  var baseValues = require('../internal/baseValues'),
36120
36537
  keys = require('./keys');
36121
36538
 
@@ -36150,7 +36567,7 @@ function values(object) {
36150
36567
 
36151
36568
  module.exports = values;
36152
36569
 
36153
- },{"../internal/baseValues":246,"./keys":301}],304:[function(require,module,exports){
36570
+ },{"../internal/baseValues":248,"./keys":305}],308:[function(require,module,exports){
36154
36571
  var baseToString = require('../internal/baseToString');
36155
36572
 
36156
36573
  /**
@@ -36184,7 +36601,7 @@ function escapeRegExp(string) {
36184
36601
 
36185
36602
  module.exports = escapeRegExp;
36186
36603
 
36187
- },{"../internal/baseToString":244}],305:[function(require,module,exports){
36604
+ },{"../internal/baseToString":246}],309:[function(require,module,exports){
36188
36605
  (function (global){
36189
36606
  var isNative = require('./lang/isNative');
36190
36607
 
@@ -36263,7 +36680,7 @@ var support = {};
36263
36680
  module.exports = support;
36264
36681
 
36265
36682
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
36266
- },{"./lang/isNative":291}],306:[function(require,module,exports){
36683
+ },{"./lang/isNative":294}],310:[function(require,module,exports){
36267
36684
  /**
36268
36685
  * Creates a function that returns `value`.
36269
36686
  *
@@ -36288,7 +36705,7 @@ function constant(value) {
36288
36705
 
36289
36706
  module.exports = constant;
36290
36707
 
36291
- },{}],307:[function(require,module,exports){
36708
+ },{}],311:[function(require,module,exports){
36292
36709
  /**
36293
36710
  * This method returns the first argument provided to it.
36294
36711
  *
@@ -36310,7 +36727,7 @@ function identity(value) {
36310
36727
 
36311
36728
  module.exports = identity;
36312
36729
 
36313
- },{}],308:[function(require,module,exports){
36730
+ },{}],312:[function(require,module,exports){
36314
36731
  /**
36315
36732
  * A no-operation function which returns `undefined` regardless of the
36316
36733
  * arguments it receives.
@@ -36331,7 +36748,7 @@ function noop() {
36331
36748
 
36332
36749
  module.exports = noop;
36333
36750
 
36334
- },{}],309:[function(require,module,exports){
36751
+ },{}],313:[function(require,module,exports){
36335
36752
  "use strict";
36336
36753
 
36337
36754
  var originalObject = Object;
@@ -36462,7 +36879,7 @@ function makeAccessor(secretCreatorFn) {
36462
36879
 
36463
36880
  defProp(exports, "makeAccessor", makeAccessor);
36464
36881
 
36465
- },{}],310:[function(require,module,exports){
36882
+ },{}],314:[function(require,module,exports){
36466
36883
  /**
36467
36884
  * Copyright (c) 2014, Facebook, Inc.
36468
36885
  * All rights reserved.
@@ -37656,7 +38073,7 @@ Ep.explodeExpression = function(path, ignoreResult) {
37656
38073
  }
37657
38074
  };
37658
38075
 
37659
- },{"./leap":312,"./meta":313,"./util":314,"assert":141,"ast-types":139}],311:[function(require,module,exports){
38076
+ },{"./leap":316,"./meta":317,"./util":318,"assert":142,"ast-types":140}],315:[function(require,module,exports){
37660
38077
  /**
37661
38078
  * Copyright (c) 2014, Facebook, Inc.
37662
38079
  * All rights reserved.
@@ -37811,7 +38228,7 @@ exports.hoist = function(funPath) {
37811
38228
  return b.variableDeclaration("var", declarations);
37812
38229
  };
37813
38230
 
37814
- },{"assert":141,"ast-types":139}],312:[function(require,module,exports){
38231
+ },{"assert":142,"ast-types":140}],316:[function(require,module,exports){
37815
38232
  /**
37816
38233
  * Copyright (c) 2014, Facebook, Inc.
37817
38234
  * All rights reserved.
@@ -37990,7 +38407,7 @@ LMp.getContinueLoc = function(label) {
37990
38407
  return this._findLeapLocation("continueLoc", label);
37991
38408
  };
37992
38409
 
37993
- },{"./emit":310,"assert":141,"ast-types":139,"util":167}],313:[function(require,module,exports){
38410
+ },{"./emit":314,"assert":142,"ast-types":140,"util":168}],317:[function(require,module,exports){
37994
38411
  /**
37995
38412
  * Copyright (c) 2014, Facebook, Inc.
37996
38413
  * All rights reserved.
@@ -38092,7 +38509,7 @@ for (var type in leapTypes) {
38092
38509
  exports.hasSideEffects = makePredicate("hasSideEffects", sideEffectTypes);
38093
38510
  exports.containsLeap = makePredicate("containsLeap", leapTypes);
38094
38511
 
38095
- },{"assert":141,"ast-types":139,"private":309}],314:[function(require,module,exports){
38512
+ },{"assert":142,"ast-types":140,"private":313}],318:[function(require,module,exports){
38096
38513
  /**
38097
38514
  * Copyright (c) 2014, Facebook, Inc.
38098
38515
  * All rights reserved.
@@ -38194,7 +38611,7 @@ exports.isReference = function(path, name) {
38194
38611
  }
38195
38612
  };
38196
38613
 
38197
- },{"assert":141,"ast-types":139}],315:[function(require,module,exports){
38614
+ },{"assert":142,"ast-types":140}],319:[function(require,module,exports){
38198
38615
  /**
38199
38616
  * Copyright (c) 2014, Facebook, Inc.
38200
38617
  * All rights reserved.
@@ -38456,7 +38873,7 @@ var awaitVisitor = types.PathVisitor.fromMethodsObject({
38456
38873
  }
38457
38874
  });
38458
38875
 
38459
- },{"./emit":310,"./hoist":311,"./util":314,"assert":141,"ast-types":139,"fs":140}],316:[function(require,module,exports){
38876
+ },{"./emit":314,"./hoist":315,"./util":318,"assert":142,"ast-types":140,"fs":141}],320:[function(require,module,exports){
38460
38877
  (function (__dirname){
38461
38878
  /**
38462
38879
  * Copyright (c) 2014, Facebook, Inc.
@@ -38508,7 +38925,7 @@ runtime.path = path.join(__dirname, "runtime.js");
38508
38925
  exports.transform = transform;
38509
38926
 
38510
38927
  }).call(this,"/node_modules/regenerator-babel")
38511
- },{"./lib/util":314,"./lib/visit":315,"./runtime":318,"assert":141,"ast-types":139,"fs":140,"path":150,"through":317}],317:[function(require,module,exports){
38928
+ },{"./lib/util":318,"./lib/visit":319,"./runtime":322,"assert":142,"ast-types":140,"fs":141,"path":151,"through":321}],321:[function(require,module,exports){
38512
38929
  (function (process){
38513
38930
  var Stream = require('stream')
38514
38931
 
@@ -38620,7 +39037,7 @@ function through (write, end, opts) {
38620
39037
 
38621
39038
 
38622
39039
  }).call(this,require('_process'))
38623
- },{"_process":151,"stream":163}],318:[function(require,module,exports){
39040
+ },{"_process":152,"stream":164}],322:[function(require,module,exports){
38624
39041
  (function (global){
38625
39042
  /**
38626
39043
  * Copyright (c) 2014, Facebook, Inc.
@@ -39161,7 +39578,7 @@ function through (write, end, opts) {
39161
39578
  );
39162
39579
 
39163
39580
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
39164
- },{}],319:[function(require,module,exports){
39581
+ },{}],323:[function(require,module,exports){
39165
39582
  // Generated by `/scripts/character-class-escape-sets.js`. Do not edit.
39166
39583
  var regenerate = require('regenerate');
39167
39584
 
@@ -39267,7 +39684,7 @@ exports.UNICODE_IGNORE_CASE = {
39267
39684
  .addRange(0x7B, 0x10FFFF)
39268
39685
  };
39269
39686
 
39270
- },{"regenerate":321}],320:[function(require,module,exports){
39687
+ },{"regenerate":325}],324:[function(require,module,exports){
39271
39688
  module.exports={
39272
39689
  "75": 8490,
39273
39690
  "83": 383,
@@ -39463,7 +39880,7 @@ module.exports={
39463
39880
  "71903": 71871
39464
39881
  }
39465
39882
 
39466
- },{}],321:[function(require,module,exports){
39883
+ },{}],325:[function(require,module,exports){
39467
39884
  (function (global){
39468
39885
  /*! https://mths.be/regenerate v1.2.0 by @mathias | MIT license */
39469
39886
  ;(function(root) {
@@ -40625,7 +41042,7 @@ module.exports={
40625
41042
  }(this));
40626
41043
 
40627
41044
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
40628
- },{}],322:[function(require,module,exports){
41045
+ },{}],326:[function(require,module,exports){
40629
41046
  (function (global){
40630
41047
  /*!
40631
41048
  * RegJSGen
@@ -41037,7 +41454,7 @@ module.exports={
41037
41454
  }.call(this));
41038
41455
 
41039
41456
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
41040
- },{}],323:[function(require,module,exports){
41457
+ },{}],327:[function(require,module,exports){
41041
41458
  // regjsparser
41042
41459
  //
41043
41460
  // ==================================================================
@@ -41986,7 +42403,7 @@ module.exports={
41986
42403
 
41987
42404
  }());
41988
42405
 
41989
- },{}],324:[function(require,module,exports){
42406
+ },{}],328:[function(require,module,exports){
41990
42407
  var generate = require('regjsgen').generate;
41991
42408
  var parse = require('regjsparser').parse;
41992
42409
  var regenerate = require('regenerate');
@@ -42181,7 +42598,7 @@ module.exports = function(pattern, flags) {
42181
42598
  return generate(tree);
42182
42599
  };
42183
42600
 
42184
- },{"./data/character-class-escape-sets.js":319,"./data/iu-mappings.json":320,"regenerate":321,"regjsgen":322,"regjsparser":323}],325:[function(require,module,exports){
42601
+ },{"./data/character-class-escape-sets.js":323,"./data/iu-mappings.json":324,"regenerate":325,"regjsgen":326,"regjsparser":327}],329:[function(require,module,exports){
42185
42602
  'use strict';
42186
42603
  var isFinite = require('is-finite');
42187
42604
 
@@ -42207,13 +42624,13 @@ module.exports = function (str, n) {
42207
42624
  return ret;
42208
42625
  };
42209
42626
 
42210
- },{"is-finite":326}],326:[function(require,module,exports){
42211
- arguments[4][189][0].apply(exports,arguments)
42212
- },{"dup":189}],327:[function(require,module,exports){
42627
+ },{"is-finite":330}],330:[function(require,module,exports){
42628
+ arguments[4][190][0].apply(exports,arguments)
42629
+ },{"dup":190}],331:[function(require,module,exports){
42213
42630
  'use strict';
42214
42631
  module.exports = /^#!.*/;
42215
42632
 
42216
- },{}],328:[function(require,module,exports){
42633
+ },{}],332:[function(require,module,exports){
42217
42634
  'use strict';
42218
42635
  module.exports = function (str) {
42219
42636
  var isExtendedLengthPath = /^\\\\\?\\/.test(str);
@@ -42226,7 +42643,7 @@ module.exports = function (str) {
42226
42643
  return str.replace(/\\/g, '/');
42227
42644
  };
42228
42645
 
42229
- },{}],329:[function(require,module,exports){
42646
+ },{}],333:[function(require,module,exports){
42230
42647
  (function (Buffer){
42231
42648
  'use strict';
42232
42649
  module.exports = function (val) {
@@ -42235,7 +42652,7 @@ module.exports = function (val) {
42235
42652
  };
42236
42653
 
42237
42654
  }).call(this,require("buffer").Buffer)
42238
- },{"buffer":143}],330:[function(require,module,exports){
42655
+ },{"buffer":144}],334:[function(require,module,exports){
42239
42656
  /*
42240
42657
  * Copyright 2009-2011 Mozilla Foundation and contributors
42241
42658
  * Licensed under the New BSD license. See LICENSE.txt or:
@@ -42245,7 +42662,7 @@ exports.SourceMapGenerator = require('./source-map/source-map-generator').Source
42245
42662
  exports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;
42246
42663
  exports.SourceNode = require('./source-map/source-node').SourceNode;
42247
42664
 
42248
- },{"./source-map/source-map-consumer":336,"./source-map/source-map-generator":337,"./source-map/source-node":338}],331:[function(require,module,exports){
42665
+ },{"./source-map/source-map-consumer":340,"./source-map/source-map-generator":341,"./source-map/source-node":342}],335:[function(require,module,exports){
42249
42666
  /* -*- Mode: js; js-indent-level: 2; -*- */
42250
42667
  /*
42251
42668
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42344,7 +42761,7 @@ define(function (require, exports, module) {
42344
42761
 
42345
42762
  });
42346
42763
 
42347
- },{"./util":339,"amdefine":340}],332:[function(require,module,exports){
42764
+ },{"./util":343,"amdefine":344}],336:[function(require,module,exports){
42348
42765
  /* -*- Mode: js; js-indent-level: 2; -*- */
42349
42766
  /*
42350
42767
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42487,7 +42904,7 @@ define(function (require, exports, module) {
42487
42904
 
42488
42905
  });
42489
42906
 
42490
- },{"./base64":333,"amdefine":340}],333:[function(require,module,exports){
42907
+ },{"./base64":337,"amdefine":344}],337:[function(require,module,exports){
42491
42908
  /* -*- Mode: js; js-indent-level: 2; -*- */
42492
42909
  /*
42493
42910
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42531,7 +42948,7 @@ define(function (require, exports, module) {
42531
42948
 
42532
42949
  });
42533
42950
 
42534
- },{"amdefine":340}],334:[function(require,module,exports){
42951
+ },{"amdefine":344}],338:[function(require,module,exports){
42535
42952
  /* -*- Mode: js; js-indent-level: 2; -*- */
42536
42953
  /*
42537
42954
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42635,7 +43052,7 @@ define(function (require, exports, module) {
42635
43052
 
42636
43053
  });
42637
43054
 
42638
- },{"amdefine":340}],335:[function(require,module,exports){
43055
+ },{"amdefine":344}],339:[function(require,module,exports){
42639
43056
  /* -*- Mode: js; js-indent-level: 2; -*- */
42640
43057
  /*
42641
43058
  * Copyright 2014 Mozilla Foundation and contributors
@@ -42723,7 +43140,7 @@ define(function (require, exports, module) {
42723
43140
 
42724
43141
  });
42725
43142
 
42726
- },{"./util":339,"amdefine":340}],336:[function(require,module,exports){
43143
+ },{"./util":343,"amdefine":344}],340:[function(require,module,exports){
42727
43144
  /* -*- Mode: js; js-indent-level: 2; -*- */
42728
43145
  /*
42729
43146
  * Copyright 2011 Mozilla Foundation and contributors
@@ -43673,7 +44090,7 @@ define(function (require, exports, module) {
43673
44090
 
43674
44091
  });
43675
44092
 
43676
- },{"./array-set":331,"./base64-vlq":332,"./binary-search":334,"./util":339,"amdefine":340}],337:[function(require,module,exports){
44093
+ },{"./array-set":335,"./base64-vlq":336,"./binary-search":338,"./util":343,"amdefine":344}],341:[function(require,module,exports){
43677
44094
  /* -*- Mode: js; js-indent-level: 2; -*- */
43678
44095
  /*
43679
44096
  * Copyright 2011 Mozilla Foundation and contributors
@@ -44075,7 +44492,7 @@ define(function (require, exports, module) {
44075
44492
 
44076
44493
  });
44077
44494
 
44078
- },{"./array-set":331,"./base64-vlq":332,"./mapping-list":335,"./util":339,"amdefine":340}],338:[function(require,module,exports){
44495
+ },{"./array-set":335,"./base64-vlq":336,"./mapping-list":339,"./util":343,"amdefine":344}],342:[function(require,module,exports){
44079
44496
  /* -*- Mode: js; js-indent-level: 2; -*- */
44080
44497
  /*
44081
44498
  * Copyright 2011 Mozilla Foundation and contributors
@@ -44491,7 +44908,7 @@ define(function (require, exports, module) {
44491
44908
 
44492
44909
  });
44493
44910
 
44494
- },{"./source-map-generator":337,"./util":339,"amdefine":340}],339:[function(require,module,exports){
44911
+ },{"./source-map-generator":341,"./util":343,"amdefine":344}],343:[function(require,module,exports){
44495
44912
  /* -*- Mode: js; js-indent-level: 2; -*- */
44496
44913
  /*
44497
44914
  * Copyright 2011 Mozilla Foundation and contributors
@@ -44812,7 +45229,7 @@ define(function (require, exports, module) {
44812
45229
 
44813
45230
  });
44814
45231
 
44815
- },{"amdefine":340}],340:[function(require,module,exports){
45232
+ },{"amdefine":344}],344:[function(require,module,exports){
44816
45233
  (function (process,__filename){
44817
45234
  /** vim: et:ts=4:sw=4:sts=4
44818
45235
  * @license amdefine 0.1.0 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
@@ -45115,17 +45532,17 @@ function amdefine(module, requireFn) {
45115
45532
  module.exports = amdefine;
45116
45533
 
45117
45534
  }).call(this,require('_process'),"/node_modules/source-map/node_modules/amdefine/amdefine.js")
45118
- },{"_process":151,"path":150}],341:[function(require,module,exports){
45535
+ },{"_process":152,"path":151}],345:[function(require,module,exports){
45119
45536
  'use strict';
45120
45537
  module.exports = function (str) {
45121
45538
  return str.replace(/[\s\uFEFF\xA0]+$/g, '');
45122
45539
  };
45123
45540
 
45124
- },{}],342:[function(require,module,exports){
45541
+ },{}],346:[function(require,module,exports){
45125
45542
  module.exports={
45126
45543
  "name": "babel",
45127
45544
  "description": "Turn ES6 code into readable vanilla ES5 with source maps",
45128
- "version": "4.6.3",
45545
+ "version": "4.6.4",
45129
45546
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
45130
45547
  "homepage": "https://babeljs.io/",
45131
45548
  "repository": "babel/babel",
@@ -45181,7 +45598,7 @@ module.exports={
45181
45598
  "path-is-absolute": "^1.0.0",
45182
45599
  "private": "^0.1.6",
45183
45600
  "regenerator-babel": "0.8.13-1",
45184
- "regexpu": "^1.1.1",
45601
+ "regexpu": "^1.1.2",
45185
45602
  "repeating": "^1.1.2",
45186
45603
  "shebang-regex": "^1.0.0",
45187
45604
  "slash": "^1.0.0",
@@ -45205,7 +45622,7 @@ module.exports={
45205
45622
  }
45206
45623
  }
45207
45624
 
45208
- },{}],343:[function(require,module,exports){
45625
+ },{}],347:[function(require,module,exports){
45209
45626
  module.exports={"abstract-expression-call":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"PROPERTY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"referenceGet","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"call","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"abstract-expression-delete":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"PROPERTY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"referenceDelete","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"abstract-expression-get":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"PROPERTY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"referenceGet","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"abstract-expression-set":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"PROPERTY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"referenceSet","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"apply-constructor":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"args","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instance","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"create","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"apply","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instance","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"args","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!=","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"object","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"||","right":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"function","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instance","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"array-comprehension-container":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"ArrayExpression","start":null,"end":null,"loc":null,"range":null,"elements":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"array-from":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"from","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"array-push":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"push","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"STATEMENT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"async-to-generator":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"fn","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"gen","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"fn","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"apply","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Promise","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"resolve","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"reject","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"callNext","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"step","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"bind","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"next","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"callThrow","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"step","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"bind","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"throw","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"FunctionDeclaration","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"step","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arg","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"TryStatement","start":null,"end":null,"loc":null,"range":null,"block":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"info","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"gen","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arg","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"info","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"handler":{"type":"CatchClause","start":null,"end":null,"loc":null,"range":null,"param":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"error","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"guard":null,"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"reject","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"error","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"guardedHandlers":[],"finalizer":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"info","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"done","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"resolve","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Promise","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"resolve","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"then","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"callNext","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"callThrow","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"callNext","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"bind":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Function","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"bind","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"call":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"call","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"CONTEXT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"class-call-check":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instance","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"!","prefix":true,"argument":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instance","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"instanceof","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ThrowStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"TypeError","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"Cannot call a class as a function","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"class-super-constructor-call-loose":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"SUPER_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!=","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"SUPER_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"apply","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"class-super-constructor-call":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"SUPER_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!=","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"SUPER_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"apply","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"corejs-is-iterator":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"CORE_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"$for","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isIterable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"corejs-iterator":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"CORE_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"$for","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getIterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"default-parameter":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VARIABLE_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARGUMENTS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARGUMENT_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"DEFAULT_VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARGUMENTS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARGUMENT_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"let","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"defaults":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defaults","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"keys","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getOwnPropertyNames","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defaults","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":0,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"<","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"keys","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"update":{"type":"UpdateExpression","start":null,"end":null,"loc":null,"range":null,"operator":"++","prefix":false,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"keys","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getOwnPropertyDescriptor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defaults","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"configurable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defineProperty","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"define-property":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defineProperty","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"enumerable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"configurable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"writable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"exports-assign":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"exports-default-assign":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"module","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VALUE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"exports-module-declaration-loose":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"__esModule","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"exports-module-declaration":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defineProperty","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"__esModule","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"extends":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"assign","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"||","right":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"target","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":1,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"<","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"update":{"type":"UpdateExpression","start":null,"end":null,"loc":null,"range":null,"operator":"++","prefix":false,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"source","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ForInStatement","start":null,"end":null,"loc":null,"range":null,"left":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"source","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"hasOwnProperty","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"call","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"source","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"target","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"source","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"key","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"target","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"for-of-loose":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"IS_ARRAY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isArray","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"INDEX","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":0,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"IS_ARRAY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"iterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":null,"update":null,"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"IS_ARRAY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"INDEX","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":">=","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BreakStatement","start":null,"end":null,"loc":null,"range":null,"label":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"UpdateExpression","start":null,"end":null,"loc":null,"range":null,"operator":"++","prefix":false,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"INDEX","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"INDEX","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LOOP_OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"next","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"INDEX","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"done","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BreakStatement","start":null,"end":null,"loc":null,"range":null,"label":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"INDEX","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"for-of":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_COMPLETION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_HAD_ERROR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":false,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_ERROR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"TryStatement","start":null,"end":null,"loc":null,"range":null,"block":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"OBJECT","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"iterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"STEP_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"!","prefix":true,"argument":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_COMPLETION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"STEP_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"next","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"done","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"update":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_COMPLETION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"handler":{"type":"CatchClause","start":null,"end":null,"loc":null,"range":null,"param":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"err","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"guard":null,"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_HAD_ERROR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_ERROR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"err","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"guardedHandlers":[],"finalizer":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"TryStatement","start":null,"end":null,"loc":null,"range":null,"block":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"!","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_COMPLETION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"return","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"return","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"handler":null,"guardedHandlers":[],"finalizer":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_HAD_ERROR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ThrowStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ITERATOR_ERROR_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"get":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"get","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"property","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"receiver","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getOwnPropertyDescriptor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"property","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"parent","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getPrototypeOf","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"parent","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"get","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"parent","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"property","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"receiver","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"value","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"operator":"in","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"writable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getter","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"get","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getter","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getter","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"call","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"receiver","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"has-own":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"hasOwnProperty","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"inherits":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"subClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"function","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ThrowStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"TypeError","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"Super expression must either be null or a function, not ","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"operator":"+","right":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"subClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"create","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"subClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"enumerable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":false,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"writable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"configurable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"subClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"__proto__","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"superClass","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"interop-require-wildcard":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"__esModule","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"default","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"value":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"interop-require":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"__esModule","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"default","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"let-scoping-return":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"RETURN","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"object","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"RETURN","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"v","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"named-function":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"FunctionDeclaration","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"GET_OUTER_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"object-destructuring-empty":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ThrowStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"TypeError","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"Cannot destructure undefined","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"object-without-properties":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"keys","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"target","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ForInStatement","start":null,"end":null,"loc":null,"range":null,"left":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"keys","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"indexOf","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":">=","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":0,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ContinueStatement","start":null,"end":null,"loc":null,"range":null,"label":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"!","prefix":true,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"hasOwnProperty","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"call","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ContinueStatement","start":null,"end":null,"loc":null,"range":null,"label":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"target","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"target","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property-method-assignment-wrapper-generator":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"WRAPPER_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"generator":true,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"YieldExpression","start":null,"end":null,"loc":null,"range":null,"delegate":true,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"apply","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"WRAPPER_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"toString","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"toString","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"WRAPPER_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property-method-assignment-wrapper":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"WRAPPER_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"apply","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arguments","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"WRAPPER_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"toString","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"toString","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"WRAPPER_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"prototype-identifier":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"CLASS_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"prototype-properties":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"child","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"staticProps","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instanceProps","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"staticProps","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defineProperties","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"child","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"staticProps","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instanceProps","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defineProperties","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"child","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"instanceProps","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"require-assign-key":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"VARIABLE_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"require","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"MODULE_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"require":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"require","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"MODULE_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"rest":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LEN","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARGUMENTS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARRAY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARRAY_LEN","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"START","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"<","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"LEN","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"update":{"type":"UpdateExpression","start":null,"end":null,"loc":null,"range":null,"operator":"++","prefix":false,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARRAY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARRAY_KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ARGUMENTS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"KEY","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"self-contained-helpers-head":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"helpers","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"default","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"__esModule","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"self-global":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"global","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"undefined","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"self","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"global","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"set":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"set","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"property","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"receiver","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getOwnPropertyDescriptor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"property","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"parent","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"getPrototypeOf","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"parent","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":null,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"set","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"parent","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"property","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"receiver","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"value","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"operator":"in","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"writable","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"setter","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"desc","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"set","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"setter","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!==","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undefined","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"setter","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"call","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"receiver","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"slice":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"prototype","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"slice","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"sliced-to-array":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isArray","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"iterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"in","right":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"ArrayExpression","start":null,"end":null,"loc":null,"range":null,"elements":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_iterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"iterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_step","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"!","prefix":true,"argument":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_step","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_iterator","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"next","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"done","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"update":null,"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"push","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_step","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BreakStatement","start":null,"end":null,"loc":null,"range":null,"label":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ThrowStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"TypeError","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"Invalid attempt to destructure non-iterable instance","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"system":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"System","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"register","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"MODULE_NAME","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"MODULE_DEPENDENCIES","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"EXPORT_IDENTIFIER","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"setters","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"SETTERS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"execute","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"EXECUTE","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"tagged-template-literal-loose":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"strings","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"raw","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"strings","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"raw","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"raw","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"strings","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"tagged-template-literal":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"strings","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"raw","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"freeze","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"defineProperties","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"strings","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"raw","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[{"type":"Property","start":null,"end":null,"loc":null,"range":null,"method":false,"shorthand":false,"computed":false,"key":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"value","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"value":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Object","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"freeze","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"raw","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"kind":"init","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"tail-call-body":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"AGAIN_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"LabeledStatement","start":null,"end":null,"loc":null,"range":null,"body":{"type":"WhileStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"AGAIN_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"BLOCK","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"label":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"FUNCTION_ID","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"temporal-assert-defined":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"val","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"name","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undef","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"val","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"undef","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ThrowStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"ReferenceError","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"name","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"+","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":" is not defined - temporal dead zone","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"temporal-undefined":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"ObjectExpression","start":null,"end":null,"loc":null,"range":null,"properties":[],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test-exports":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"exports","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"undefined","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test-module":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"module","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"!==","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"undefined","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"to-array":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isArray","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"alternate":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"from","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"to-consumable-array":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isArray","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ForStatement","start":null,"end":null,"loc":null,"range":null,"init":{"type":"VariableDeclaration","start":null,"end":null,"loc":null,"range":null,"declarations":[{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":0,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"VariableDeclarator","start":null,"end":null,"loc":null,"range":null,"id":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr2","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"test":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"<","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"length","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"update":{"type":"UpdateExpression","start":null,"end":null,"loc":null,"range":null,"operator":"++","prefix":false,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"body":{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr2","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"i","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":true,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr2","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Array","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"from","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"arr","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"typeof":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ReturnStatement","start":null,"end":null,"loc":null,"range":null,"argument":{"type":"ConditionalExpression","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"constructor","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Symbol","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"symbol","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"alternate":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"obj","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"umd-runner-body":{"type":"Program","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"FunctionExpression","start":null,"end":null,"loc":null,"range":null,"id":null,"generator":false,"expression":false,"params":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"factory","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"LogicalExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"BinaryExpression","start":null,"end":null,"loc":null,"range":null,"left":{"type":"UnaryExpression","start":null,"end":null,"loc":null,"range":null,"operator":"typeof","prefix":true,"argument":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"define","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"===","right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":"function","raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"operator":"&&","right":{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"define","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"amd","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"define","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"AMD_ARGUMENTS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"factory","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":{"type":"IfStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"COMMON_TEST","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"consequent":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"CallExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"factory","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"COMMON_ARGUMENTS","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"alternate":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}}
45210
45627
  },{}]},{},[1])(1)
45211
45628
  });