babel-source 4.6.4 → 4.6.5

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 +366 -366
  3. data/lib/babel/source.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTU2YTVjYjQzMmE3Mzk0MDMwYzUyY2ZlMTgwY2YxNGEzMDBlZjc0ZQ==
4
+ ZGFjODk3YzBiZGU5NTRjMDNlYWM2Nzk0NTE4ZTAzMGNkMWVkM2VjMg==
5
5
  data.tar.gz: !binary |-
6
- OTYwZTQxM2E3MjZjMGM2MjYwMjM5ZDQyZmNhNTU4YmIyMDMwMjdhZQ==
6
+ ODk0ZmFlMGI3NTFjNzJhNGVkNGIxYWY4ZjkwZGRkNTFhOGIwMzhiZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDk0Njk5MTlmYzBhNjdmOTA5ZDU5MjVmNzZmMjU5OTYxYjY3M2ViNzg3MjMy
10
- NjJlMDcyZDZhNGY0YTM1YzYwMzIzNWY2NDFiNzA3NTU3NGM5ZDRjNzRlZGIx
11
- YzAzMDk2NjgxZDVmODcxMGUwZGQyNjg5YjViZmMzMmRjZjVkMDM=
9
+ OTg1NWZlNGI0ZWY0ODg4MjU1MWY3NWVkNDlhN2ZjM2Y2ZWY4Yjk5ZDVhNjgy
10
+ Y2JkMTNlY2NkNDNiMjk5ODJkOTk5MzQ5MGU3ZGEwMWEwYzc4MjQ5NmEzNjE4
11
+ MGRiODQwYzZhNzg3MDNmYmY1NmUzOTg2ZTJmYjBmZjExNDM5OGI=
12
12
  data.tar.gz: !binary |-
13
- ZTg0ZTBmYWUwNjI2MGIwZWU2ZDgyMjQwOWRiYWFhODdhYmY0OTRjYmMwYTY2
14
- ZmVkY2FiODhjYmM1MWM2MDUxMTE1ZGNkYWRhYWFmM2I5YzdmOWVlNDEyNzI1
15
- YzZiODU4ZjI0ZmY1MzI3NjZiYTJlNjM2OWM0ODY3OGEwNTc0NzE=
13
+ ZjI1NDBhZDMzY2RjOGQyMDM2N2JkYjUwYzFhZjQwMGY4Y2M4ZDI0MTNjOGQ4
14
+ MmJiNzAwNzU4MTBiODI2ZTkzNWYwODM4ZGNkNTI1MWI1MmJkMzJmYjczOGNl
15
+ NDlhNjEzNjQyN2U0MGM2MzU3ZjFmNmE2ZDQ2OWRhNWQ1Yjk0NzI=
data/lib/babel.js CHANGED
@@ -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":346,"../transformation":43}],2:[function(require,module,exports){
101
+ },{"../../../package":347,"../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":205,"lodash/lang/isBoolean":291,"lodash/lang/isNumber":295,"repeating":329,"trim-right":345}],3:[function(require,module,exports){
290
+ },{"lodash/collection/includes":206,"lodash/lang/isBoolean":292,"lodash/lang/isNumber":296,"repeating":330,"trim-right":346}],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":123,"is-integer":189,"lodash/lang/isNumber":295}],7:[function(require,module,exports){
580
+ },{"../../types":124,"is-integer":190,"lodash/lang/isNumber":296}],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":123}],8:[function(require,module,exports){
846
+ },{"../../types":124}],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":123,"lodash/collection/each":202}],9:[function(require,module,exports){
941
+ },{"../../types":124,"lodash/collection/each":203}],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":123}],10:[function(require,module,exports){
1029
+ },{"../../types":124}],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":123,"lodash/collection/each":202}],11:[function(require,module,exports){
1144
+ },{"../../types":124,"lodash/collection/each":203}],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":202}],12:[function(require,module,exports){
1156
+ },{"lodash/collection/each":203}],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":123,"repeating":329}],13:[function(require,module,exports){
1402
+ },{"../../types":124,"repeating":330}],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":202}],14:[function(require,module,exports){
1444
+ },{"lodash/collection/each":203}],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":202}],15:[function(require,module,exports){
1562
+ },{"lodash/collection/each":203}],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":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){
1958
+ },{"../messages":27,"../types":124,"./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":182,"lodash/collection/each":203,"lodash/object/extend":304,"repeating":330}],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":123,"./parentheses":17,"./whitespace":18,"lodash/collection/each":202,"lodash/collection/some":208}],17:[function(require,module,exports){
2091
+ },{"../../types":124,"./parentheses":17,"./whitespace":18,"lodash/collection/each":203,"lodash/collection/some":209}],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":123,"lodash/collection/each":202}],18:[function(require,module,exports){
2266
+ },{"../../types":124,"lodash/collection/each":203}],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":123,"lodash/collection/each":202,"lodash/collection/map":206,"lodash/lang/isBoolean":291}],19:[function(require,module,exports){
2430
+ },{"../../types":124,"lodash/collection/each":203,"lodash/collection/map":207,"lodash/lang/isBoolean":292}],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":123,"source-map":334}],21:[function(require,module,exports){
2536
+ },{"../types":124,"source-map":335}],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":209}],22:[function(require,module,exports){
2662
+ },{"lodash/collection/sortBy":210}],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":169,"esutils":186,"js-tokens":192,"line-numbers":194,"lodash/function/ary":211,"repeating":329}],23:[function(require,module,exports){
2761
+ },{"chalk":170,"esutils":187,"js-tokens":193,"line-numbers":195,"lodash/function/ary":212,"repeating":330}],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":123}],24:[function(require,module,exports){
2775
+ },{"../types":124}],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":126,"estraverse":182}],26:[function(require,module,exports){
2838
+ },{"./code-frame":22,"./normalize-ast":23,"acorn-babel":127,"estraverse":183}],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":168}],28:[function(require,module,exports){
2917
+ },{"util":169}],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":123,"ast-types":140,"estraverse":182,"lodash/object/extend":303}],29:[function(require,module,exports){
2959
+ },{"./types":124,"ast-types":141,"estraverse":183,"lodash/object/extend":304}],29:[function(require,module,exports){
2960
2960
  "use strict";
2961
2961
 
2962
2962
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -3327,7 +3327,7 @@ var File = (function () {
3327
3327
  var opts = this.opts;
3328
3328
 
3329
3329
  opts.allowImportExportEverywhere = this.isLoose("es6.modules");
3330
- opts.strictMode = this.transformers.useStrict.canRun();
3330
+ opts.strictMode = this.transformers.strict.canRun();
3331
3331
 
3332
3332
  return parse(opts, code, function (tree) {
3333
3333
  _this.transform(tree);
@@ -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":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){
3442
+ },{"../generation":15,"../helpers/parse":25,"../traversal/scope":121,"../types":124,"../util":126,"./index":43,"lodash/collection/each":203,"lodash/collection/includes":206,"lodash/lang/isFunction":294,"lodash/object/assign":302,"lodash/object/defaults":303,"path":152,"shebang-regex":332,"slash":333,"source-map-to-comment":334}],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":123,"./explode-assignable-expression":35}],31:[function(require,module,exports){
3490
+ },{"../../types":124,"./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":123}],32:[function(require,module,exports){
3514
+ },{"../../types":124}],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":123,"./explode-assignable-expression":35}],33:[function(require,module,exports){
3558
+ },{"../../types":124,"./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":123,"./react":38,"esutils":186,"lodash/lang/isString":299}],34:[function(require,module,exports){
3849
+ },{"../../messages":27,"../../types":124,"./react":38,"esutils":187,"lodash/lang/isString":300}],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":118,"../../types":123,"lodash/collection/each":202,"lodash/lang/clone":287,"lodash/lang/cloneDeep":288,"lodash/object/has":304}],35:[function(require,module,exports){
3937
+ },{"../../traversal":119,"../../types":124,"lodash/collection/each":203,"lodash/lang/clone":288,"lodash/lang/cloneDeep":289,"lodash/object/has":305}],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":123}],36:[function(require,module,exports){
4009
+ },{"../../types":124}],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":123}],37:[function(require,module,exports){
4023
+ },{"../../types":124}],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":123,"../../util":125,"./get-function-arity":36}],38:[function(require,module,exports){
4163
+ },{"../../types":124,"../../util":126,"./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":123}],39:[function(require,module,exports){
4199
+ },{"../../types":124}],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":123,"lodash/array/pull":199}],40:[function(require,module,exports){
4223
+ },{"../../types":124,"lodash/array/pull":200}],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":123}],41:[function(require,module,exports){
4264
+ },{"../../types":124}],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":123}],42:[function(require,module,exports){
4553
+ },{"../../messages":27,"../../types":124}],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":123}],43:[function(require,module,exports){
4582
+ },{"../../types":124}],43:[function(require,module,exports){
4583
4583
  "use strict";
4584
4584
 
4585
4585
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4617,7 +4617,10 @@ transform._ensureTransformerNames = function (type, rawKeys) {
4617
4617
  var key = rawKeys[i];
4618
4618
 
4619
4619
  var deprecatedKey = transform.deprecatedTransformerMap[key];
4620
- if (deprecatedKey) {
4620
+ var aliasKey = transform.aliasTransformerMap[key];
4621
+ if (aliasKey) {
4622
+ keys.push(aliasKey);
4623
+ } else if (deprecatedKey) {
4621
4624
  // deprecated key, remap it to the new one
4622
4625
  console.error("The transformer " + key + " has been renamed to " + deprecatedKey);
4623
4626
  rawKeys.push(deprecatedKey);
@@ -4641,6 +4644,7 @@ transform.transformers = object();
4641
4644
  transform.namespaces = object();
4642
4645
 
4643
4646
  transform.deprecatedTransformerMap = require("./transformers/deprecated");
4647
+ transform.aliasTransformerMap = require("./transformers/aliases");
4644
4648
  transform.moduleFormatters = require("./modules");
4645
4649
 
4646
4650
  var rawTransformers = _interopRequire(require("./transformers"));
@@ -4657,7 +4661,7 @@ each(rawTransformers, function (transformer, key) {
4657
4661
 
4658
4662
  transform.transformers[key] = new Transformer(key, transformer);
4659
4663
  });
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){
4664
+ },{"../helpers/normalize-ast":23,"../helpers/object":24,"./file":29,"./modules":51,"./transformer":56,"./transformers":84,"./transformers/aliases":57,"./transformers/deprecated":58,"lodash/collection/each":203}],44:[function(require,module,exports){
4661
4665
  "use strict";
4662
4666
 
4663
4667
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -4958,7 +4962,7 @@ var DefaultFormatter = (function () {
4958
4962
  })();
4959
4963
 
4960
4964
  module.exports = DefaultFormatter;
4961
- },{"../../helpers/object":24,"../../messages":27,"../../types":123,"../../util":125,"lodash/object/extend":303}],45:[function(require,module,exports){
4965
+ },{"../../helpers/object":24,"../../messages":27,"../../types":124,"../../util":126,"lodash/object/extend":304}],45:[function(require,module,exports){
4962
4966
  "use strict";
4963
4967
 
4964
4968
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -4976,7 +4980,7 @@ module.exports = function (Parent) {
4976
4980
 
4977
4981
  return Constructor;
4978
4982
  };
4979
- },{"../../util":125}],46:[function(require,module,exports){
4983
+ },{"../../util":126}],46:[function(require,module,exports){
4980
4984
  "use strict";
4981
4985
 
4982
4986
  module.exports = require("./_strict")(require("./amd"));
@@ -5108,7 +5112,7 @@ var AMDFormatter = (function (DefaultFormatter) {
5108
5112
  module.exports = AMDFormatter;
5109
5113
 
5110
5114
  // import * as bar from "foo";
5111
- },{"../../types":123,"../../util":125,"./_default":44,"./common":49,"lodash/collection/includes":205,"lodash/object/values":307}],48:[function(require,module,exports){
5115
+ },{"../../types":124,"../../util":126,"./_default":44,"./common":49,"lodash/collection/includes":206,"lodash/object/values":308}],48:[function(require,module,exports){
5112
5116
  "use strict";
5113
5117
 
5114
5118
  module.exports = require("./_strict")(require("./common"));
@@ -5229,7 +5233,7 @@ var CommonJSFormatter = (function (DefaultFormatter) {
5229
5233
  })(DefaultFormatter);
5230
5234
 
5231
5235
  module.exports = CommonJSFormatter;
5232
- },{"../../types":123,"../../util":125,"./_default":44,"lodash/collection/includes":205}],50:[function(require,module,exports){
5236
+ },{"../../types":124,"../../util":126,"./_default":44,"lodash/collection/includes":206}],50:[function(require,module,exports){
5233
5237
  "use strict";
5234
5238
 
5235
5239
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5258,7 +5262,7 @@ var IgnoreFormatter = (function () {
5258
5262
  })();
5259
5263
 
5260
5264
  module.exports = IgnoreFormatter;
5261
- },{"../../types":123}],51:[function(require,module,exports){
5265
+ },{"../../types":124}],51:[function(require,module,exports){
5262
5266
  "use strict";
5263
5267
 
5264
5268
  module.exports = {
@@ -5483,7 +5487,7 @@ var SystemFormatter = (function (AMDFormatter) {
5483
5487
  })(AMDFormatter);
5484
5488
 
5485
5489
  module.exports = SystemFormatter;
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){
5490
+ },{"../../types":124,"../../util":126,"./_default":44,"./amd":47,"lodash/array/last":199,"lodash/collection/each":203,"lodash/collection/map":207}],53:[function(require,module,exports){
5487
5491
  "use strict";
5488
5492
 
5489
5493
  module.exports = require("./_strict")(require("./umd"));
@@ -5580,7 +5584,7 @@ var UMDFormatter = (function (AMDFormatter) {
5580
5584
  })(AMDFormatter);
5581
5585
 
5582
5586
  module.exports = UMDFormatter;
5583
- },{"../../types":123,"../../util":125,"./amd":47,"lodash/object/values":307}],55:[function(require,module,exports){
5587
+ },{"../../types":124,"../../util":126,"./amd":47,"lodash/object/values":308}],55:[function(require,module,exports){
5584
5588
  "use strict";
5585
5589
 
5586
5590
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5656,7 +5660,7 @@ var TransformerPass = (function () {
5656
5660
  })();
5657
5661
 
5658
5662
  module.exports = TransformerPass;
5659
- },{"lodash/collection/includes":205}],56:[function(require,module,exports){
5663
+ },{"lodash/collection/includes":206}],56:[function(require,module,exports){
5660
5664
  "use strict";
5661
5665
 
5662
5666
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5751,7 +5755,12 @@ var Transformer = (function () {
5751
5755
  })();
5752
5756
 
5753
5757
  module.exports = Transformer;
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){
5758
+ },{"../traversal":119,"./transformer-pass":55,"lodash/collection/each":203,"lodash/lang/isFunction":294,"lodash/lang/isObject":297,"lodash/object/assign":302}],57:[function(require,module,exports){
5759
+ module.exports={
5760
+ "useStrict": "strict"
5761
+ }
5762
+
5763
+ },{}],58:[function(require,module,exports){
5755
5764
  module.exports={
5756
5765
  "selfContained": "runtime",
5757
5766
  "unicode-regex": "regex.unicode",
@@ -5761,7 +5770,7 @@ module.exports={
5761
5770
  "minification.removeDebugger": "utility.removeDebugger"
5762
5771
  }
5763
5772
 
5764
- },{}],58:[function(require,module,exports){
5773
+ },{}],59:[function(require,module,exports){
5765
5774
  "use strict";
5766
5775
 
5767
5776
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5784,7 +5793,7 @@ function MemberExpression(node) {
5784
5793
  }
5785
5794
 
5786
5795
  exports.__esModule = true;
5787
- },{"../../../types":123}],59:[function(require,module,exports){
5796
+ },{"../../../types":124}],60:[function(require,module,exports){
5788
5797
  "use strict";
5789
5798
 
5790
5799
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5806,7 +5815,7 @@ function Property(node) {
5806
5815
  }
5807
5816
 
5808
5817
  exports.__esModule = true;
5809
- },{"../../../types":123}],60:[function(require,module,exports){
5818
+ },{"../../../types":124}],61:[function(require,module,exports){
5810
5819
  "use strict";
5811
5820
 
5812
5821
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5844,7 +5853,7 @@ function ObjectExpression(node) {
5844
5853
  }
5845
5854
 
5846
5855
  exports.__esModule = true;
5847
- },{"../../../types":123,"../../helpers/define-map":34}],61:[function(require,module,exports){
5856
+ },{"../../../types":124,"../../helpers/define-map":34}],62:[function(require,module,exports){
5848
5857
  "use strict";
5849
5858
 
5850
5859
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5866,7 +5875,7 @@ function ArrowFunctionExpression(node) {
5866
5875
  }
5867
5876
 
5868
5877
  exports.__esModule = true;
5869
- },{"../../../types":123}],62:[function(require,module,exports){
5878
+ },{"../../../types":124}],63:[function(require,module,exports){
5870
5879
  "use strict";
5871
5880
 
5872
5881
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -5915,7 +5924,7 @@ function BlockStatement(node, parent, scope, file) {
5915
5924
  exports.Program = BlockStatement;
5916
5925
  exports.Loop = BlockStatement;
5917
5926
  exports.__esModule = true;
5918
- },{"../../../types":123}],63:[function(require,module,exports){
5927
+ },{"../../../types":124}],64:[function(require,module,exports){
5919
5928
  "use strict";
5920
5929
 
5921
5930
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -6496,7 +6505,7 @@ var BlockScoping = (function () {
6496
6505
  })();
6497
6506
 
6498
6507
  exports.__esModule = true;
6499
- },{"../../../helpers/object":24,"../../../traversal":118,"../../../types":123,"../../../util":125,"lodash/object/extend":303,"lodash/object/values":307}],64:[function(require,module,exports){
6508
+ },{"../../../helpers/object":24,"../../../traversal":119,"../../../types":124,"../../../util":126,"lodash/object/extend":304,"lodash/object/values":308}],65:[function(require,module,exports){
6500
6509
  "use strict";
6501
6510
 
6502
6511
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -6807,7 +6816,7 @@ var ClassTransformer = (function () {
6807
6816
  })();
6808
6817
 
6809
6818
  exports.__esModule = true;
6810
- },{"../../../messages":27,"../../../types":123,"../../../util":125,"../../helpers/define-map":34,"../../helpers/name-method":37,"../../helpers/replace-supers":41}],65:[function(require,module,exports){
6819
+ },{"../../../messages":27,"../../../types":124,"../../../util":126,"../../helpers/define-map":34,"../../helpers/name-method":37,"../../helpers/replace-supers":41}],66:[function(require,module,exports){
6811
6820
  "use strict";
6812
6821
 
6813
6822
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -6869,7 +6878,7 @@ function VariableDeclaration(node) {
6869
6878
  }
6870
6879
 
6871
6880
  exports.__esModule = true;
6872
- },{"../../../messages":27,"../../../types":123}],66:[function(require,module,exports){
6881
+ },{"../../../messages":27,"../../../types":124}],67:[function(require,module,exports){
6873
6882
  "use strict";
6874
6883
 
6875
6884
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7351,7 +7360,7 @@ var DestructuringTransformer = (function () {
7351
7360
  })();
7352
7361
 
7353
7362
  exports.__esModule = true;
7354
- },{"../../../messages":27,"../../../types":123}],67:[function(require,module,exports){
7363
+ },{"../../../messages":27,"../../../types":124}],68:[function(require,module,exports){
7355
7364
  "use strict";
7356
7365
 
7357
7366
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7539,7 +7548,7 @@ var spec = function spec(node, parent, scope, file) {
7539
7548
  };
7540
7549
  };
7541
7550
  exports.__esModule = true;
7542
- },{"../../../messages":27,"../../../types":123,"../../../util":125}],68:[function(require,module,exports){
7551
+ },{"../../../messages":27,"../../../types":124,"../../../util":126}],69:[function(require,module,exports){
7543
7552
  "use strict";
7544
7553
 
7545
7554
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7605,7 +7614,7 @@ function ExportDeclaration(node, parent, scope, file) {
7605
7614
  }
7606
7615
 
7607
7616
  exports.__esModule = true;
7608
- },{"../../../types":123,"../internal/modules":89}],69:[function(require,module,exports){
7617
+ },{"../../../types":124,"../internal/modules":90}],70:[function(require,module,exports){
7609
7618
  "use strict";
7610
7619
 
7611
7620
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7644,7 +7653,7 @@ function Property(node, parent, scope, file) {
7644
7653
  }
7645
7654
 
7646
7655
  exports.__esModule = true;
7647
- },{"../../../types":123,"../../helpers/replace-supers":41}],70:[function(require,module,exports){
7656
+ },{"../../../types":124,"../../helpers/replace-supers":41}],71:[function(require,module,exports){
7648
7657
  "use strict";
7649
7658
 
7650
7659
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -7757,7 +7766,7 @@ exports.Function = function (node, parent, scope, file) {
7757
7766
  }
7758
7767
  };
7759
7768
  exports.__esModule = true;
7760
- },{"../../../types":123,"../../../util":125}],71:[function(require,module,exports){
7769
+ },{"../../../types":124,"../../../util":126}],72:[function(require,module,exports){
7761
7770
  "use strict";
7762
7771
 
7763
7772
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -7904,7 +7913,7 @@ exports.Function = function (node, parent, scope) {
7904
7913
  node.body.body.unshift(loop);
7905
7914
  };
7906
7915
  exports.__esModule = true;
7907
- },{"../../../types":123,"../../../util":125,"lodash/lang/isNumber":295}],72:[function(require,module,exports){
7916
+ },{"../../../types":124,"../../../util":126,"lodash/lang/isNumber":296}],73:[function(require,module,exports){
7908
7917
  "use strict";
7909
7918
 
7910
7919
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8029,7 +8038,7 @@ function ObjectExpression(node, parent, scope, file) {
8029
8038
  }
8030
8039
 
8031
8040
  exports.__esModule = true;
8032
- },{"../../../types":123}],73:[function(require,module,exports){
8041
+ },{"../../../types":124}],74:[function(require,module,exports){
8033
8042
  "use strict";
8034
8043
 
8035
8044
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8057,7 +8066,7 @@ function Property(node) {
8057
8066
  }
8058
8067
 
8059
8068
  exports.__esModule = true;
8060
- },{"../../../types":123,"lodash/lang/clone":287}],74:[function(require,module,exports){
8069
+ },{"../../../types":124,"lodash/lang/clone":288}],75:[function(require,module,exports){
8061
8070
  "use strict";
8062
8071
 
8063
8072
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8081,7 +8090,7 @@ function Literal(node) {
8081
8090
  }
8082
8091
 
8083
8092
  exports.__esModule = true;
8084
- },{"../../../types":123,"../../helpers/regex":39}],75:[function(require,module,exports){
8093
+ },{"../../../types":124,"../../helpers/regex":39}],76:[function(require,module,exports){
8085
8094
  "use strict";
8086
8095
 
8087
8096
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -8106,7 +8115,7 @@ function Literal(node) {
8106
8115
  }
8107
8116
 
8108
8117
  exports.__esModule = true;
8109
- },{"../../helpers/regex":39,"regexpu/rewrite-pattern":328}],76:[function(require,module,exports){
8118
+ },{"../../helpers/regex":39,"regexpu/rewrite-pattern":329}],77:[function(require,module,exports){
8110
8119
  "use strict";
8111
8120
 
8112
8121
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8243,7 +8252,7 @@ function NewExpression(node, parent, scope, file) {
8243
8252
  }
8244
8253
 
8245
8254
  exports.__esModule = true;
8246
- },{"../../../types":123,"lodash/collection/includes":205}],77:[function(require,module,exports){
8255
+ },{"../../../types":124,"lodash/collection/includes":206}],78:[function(require,module,exports){
8247
8256
  "use strict";
8248
8257
 
8249
8258
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -8627,7 +8636,7 @@ var TailCallTransformer = (function () {
8627
8636
 
8628
8637
  return TailCallTransformer;
8629
8638
  })();
8630
- },{"../../../messages":27,"../../../types":123,"../../../util":125,"lodash/array/flatten":197,"lodash/collection/map":206,"lodash/collection/reduceRight":207}],78:[function(require,module,exports){
8639
+ },{"../../../messages":27,"../../../types":124,"../../../util":126,"lodash/array/flatten":198,"lodash/collection/map":207,"lodash/collection/reduceRight":208}],79:[function(require,module,exports){
8631
8640
  "use strict";
8632
8641
 
8633
8642
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8702,7 +8711,7 @@ function TemplateLiteral(node) {
8702
8711
  }
8703
8712
 
8704
8713
  exports.__esModule = true;
8705
- },{"../../../types":123}],79:[function(require,module,exports){
8714
+ },{"../../../types":124}],80:[function(require,module,exports){
8706
8715
  "use strict";
8707
8716
 
8708
8717
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8818,7 +8827,7 @@ function PrivateDeclaration(node) {
8818
8827
  }
8819
8828
 
8820
8829
  exports.__esModule = true;
8821
- },{"../../../types":123,"../../../util":125}],80:[function(require,module,exports){
8830
+ },{"../../../types":124,"../../../util":126}],81:[function(require,module,exports){
8822
8831
  "use strict";
8823
8832
 
8824
8833
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -8884,7 +8893,7 @@ function array(node, parent, scope, file) {
8884
8893
  return container;
8885
8894
  }
8886
8895
  exports.__esModule = true;
8887
- },{"../../../traversal":118,"../../../types":123,"../../../util":125,"../../helpers/build-comprehension":31}],81:[function(require,module,exports){
8896
+ },{"../../../traversal":119,"../../../types":124,"../../../util":126,"../../helpers/build-comprehension":31}],82:[function(require,module,exports){
8888
8897
  "use strict";
8889
8898
 
8890
8899
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8907,7 +8916,7 @@ build(exports, {
8907
8916
  }
8908
8917
  });
8909
8918
  exports.__esModule = true;
8910
- },{"../../../types":123,"../../helpers/build-binary-assignment-operator-transformer":30}],82:[function(require,module,exports){
8919
+ },{"../../../types":124,"../../helpers/build-binary-assignment-operator-transformer":30}],83:[function(require,module,exports){
8911
8920
  "use strict";
8912
8921
 
8913
8922
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -8965,11 +8974,11 @@ function ObjectExpression(node, parent, scope, file) {
8965
8974
  }
8966
8975
 
8967
8976
  exports.__esModule = true;
8968
- },{"../../../types":123}],83:[function(require,module,exports){
8977
+ },{"../../../types":124}],84:[function(require,module,exports){
8969
8978
  "use strict";
8970
8979
 
8971
8980
  module.exports = {
8972
- useStrict: require("./other/use-strict"),
8981
+ strict: require("./other/strict"),
8973
8982
 
8974
8983
  "validation.undeclaredVariableCheck": require("./validation/undeclared-variable-check"),
8975
8984
  "validation.noForInOfAssignment": require("./validation/no-for-in-of-assignment"),
@@ -9067,7 +9076,7 @@ module.exports = {
9067
9076
  "spec.typeofSymbol": require("./spec/typeof-symbol"),
9068
9077
  "spec.undefinedToVoid": require("./spec/undefined-to-void"),
9069
9078
 
9070
- _useStrict: require("./internal/use-strict"),
9079
+ _strict: require("./internal/strict"),
9071
9080
  _moduleFormatter: require("./internal/module-formatter"),
9072
9081
 
9073
9082
  "es3.propertyLiterals": require("./es3/property-literals"),
@@ -9082,7 +9091,7 @@ module.exports = {
9082
9091
 
9083
9092
  _cleanUp: require("./internal/cleanup")
9084
9093
  };
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){
9094
+ },{"./es3/member-expression-literals":59,"./es3/property-literals":60,"./es5/properties.mutators":61,"./es6/arrow-functions":62,"./es6/block-scoping":64,"./es6/block-scoping-tdz":63,"./es6/classes":65,"./es6/constants":66,"./es6/destructuring":67,"./es6/for-of":68,"./es6/modules":69,"./es6/object-super":70,"./es6/parameters.default":71,"./es6/parameters.rest":72,"./es6/properties.computed":73,"./es6/properties.shorthand":74,"./es6/regex.sticky":75,"./es6/regex.unicode":76,"./es6/spread":77,"./es6/tail-call":78,"./es6/template-literals":79,"./es7/abstract-references":80,"./es7/comprehensions":81,"./es7/exponentiation-operator":82,"./es7/object-rest-spread":83,"./internal/alias-functions":85,"./internal/block-hoist":86,"./internal/cleanup":87,"./internal/declarations":88,"./internal/module-formatter":89,"./internal/modules":90,"./internal/strict":91,"./other/async-to-generator":92,"./other/bluebird-coroutines":93,"./other/flow":94,"./other/react":96,"./other/react-compat":95,"./other/regenerator":97,"./other/runtime":98,"./other/strict":99,"./playground/mallet-operator":100,"./playground/memoization-operator":101,"./playground/method-binding":102,"./playground/object-getter-memoization":103,"./spec/block-scoped-functions":104,"./spec/function-name":105,"./spec/proto-to-assign":106,"./spec/typeof-symbol":107,"./spec/undefined-to-void":108,"./utility/dead-code-elimination":109,"./utility/inline-environment-variables":110,"./utility/inline-expressions":111,"./utility/remove-console":112,"./utility/remove-debugger":113,"./validation/no-for-in-of-assignment":114,"./validation/react":115,"./validation/setters":116,"./validation/undeclared-variable-check":117}],85:[function(require,module,exports){
9086
9095
  "use strict";
9087
9096
 
9088
9097
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9184,7 +9193,7 @@ function FunctionDeclaration(node, parent, scope) {
9184
9193
 
9185
9194
  exports.FunctionExpression = FunctionDeclaration;
9186
9195
  exports.__esModule = true;
9187
- },{"../../../types":123}],85:[function(require,module,exports){
9196
+ },{"../../../types":124}],86:[function(require,module,exports){
9188
9197
  "use strict";
9189
9198
 
9190
9199
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9224,7 +9233,7 @@ var BlockStatement = exports.BlockStatement = {
9224
9233
 
9225
9234
  exports.Program = BlockStatement;
9226
9235
  exports.__esModule = true;
9227
- },{"lodash/array/flatten":197,"lodash/collection/groupBy":204,"lodash/object/values":307}],86:[function(require,module,exports){
9236
+ },{"lodash/array/flatten":198,"lodash/collection/groupBy":205,"lodash/object/values":308}],87:[function(require,module,exports){
9228
9237
  "use strict";
9229
9238
 
9230
9239
  var SequenceExpression = exports.SequenceExpression = {
@@ -9243,7 +9252,7 @@ var ExpressionStatement = exports.ExpressionStatement = {
9243
9252
  }
9244
9253
  };
9245
9254
  exports.__esModule = true;
9246
- },{}],87:[function(require,module,exports){
9255
+ },{}],88:[function(require,module,exports){
9247
9256
  "use strict";
9248
9257
 
9249
9258
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9252,7 +9261,7 @@ var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? ob
9252
9261
 
9253
9262
  exports.BlockStatement = BlockStatement;
9254
9263
 
9255
- var useStrict = _interopRequireWildcard(require("../../helpers/use-strict"));
9264
+ var strict = _interopRequireWildcard(require("../../helpers/strict"));
9256
9265
 
9257
9266
  var t = _interopRequire(require("../../../types"));
9258
9267
 
@@ -9261,7 +9270,7 @@ var secondPass = exports.secondPass = true;
9261
9270
  function BlockStatement(node, parent, scope, file) {
9262
9271
  if (!node._declarations) return;
9263
9272
 
9264
- useStrict.wrap(node, function () {
9273
+ strict.wrap(node, function () {
9265
9274
  var kinds = {};
9266
9275
  var kind;
9267
9276
 
@@ -9292,19 +9301,19 @@ function BlockStatement(node, parent, scope, file) {
9292
9301
 
9293
9302
  exports.Program = BlockStatement;
9294
9303
  exports.__esModule = true;
9295
- },{"../../../types":123,"../../helpers/use-strict":42}],88:[function(require,module,exports){
9304
+ },{"../../../types":124,"../../helpers/strict":42}],89:[function(require,module,exports){
9296
9305
  "use strict";
9297
9306
 
9298
9307
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
9299
9308
 
9300
9309
  exports.Program = Program;
9301
9310
 
9302
- var useStrict = _interopRequireWildcard(require("../../helpers/use-strict"));
9311
+ var strict = _interopRequireWildcard(require("../../helpers/strict"));
9303
9312
 
9304
9313
  function Program(program, parent, scope, file) {
9305
9314
  if (!file.transformers["es6.modules"].canRun()) return;
9306
9315
 
9307
- useStrict.wrap(program, function () {
9316
+ strict.wrap(program, function () {
9308
9317
  program.body = file.dynamicImports.concat(program.body);
9309
9318
  });
9310
9319
 
@@ -9314,7 +9323,7 @@ function Program(program, parent, scope, file) {
9314
9323
  }
9315
9324
 
9316
9325
  exports.__esModule = true;
9317
- },{"../../helpers/use-strict":42}],89:[function(require,module,exports){
9326
+ },{"../../helpers/strict":42}],90:[function(require,module,exports){
9318
9327
  "use strict";
9319
9328
 
9320
9329
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9379,7 +9388,7 @@ function ExportDeclaration(node, parent, scope) {
9379
9388
  }
9380
9389
 
9381
9390
  exports.__esModule = true;
9382
- },{"../../../types":123}],90:[function(require,module,exports){
9391
+ },{"../../../types":124}],91:[function(require,module,exports){
9383
9392
  "use strict";
9384
9393
 
9385
9394
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9389,13 +9398,13 @@ exports.Program = Program;
9389
9398
  var t = _interopRequire(require("../../../types"));
9390
9399
 
9391
9400
  function Program(program, parent, scope, file) {
9392
- if (file.transformers.useStrict.canRun()) {
9401
+ if (file.transformers.strict.canRun()) {
9393
9402
  program.body.unshift(t.expressionStatement(t.literal("use strict")));
9394
9403
  }
9395
9404
  }
9396
9405
 
9397
9406
  exports.__esModule = true;
9398
- },{"../../../types":123}],91:[function(require,module,exports){
9407
+ },{"../../../types":124}],92:[function(require,module,exports){
9399
9408
  "use strict";
9400
9409
 
9401
9410
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9411,7 +9420,7 @@ exports.Function = function (node, parent, scope, file) {
9411
9420
  return remapAsyncToGenerator(node, file.addHelper("async-to-generator"), scope);
9412
9421
  };
9413
9422
  exports.__esModule = true;
9414
- },{"../../helpers/remap-async-to-generator":40,"./bluebird-coroutines":92}],92:[function(require,module,exports){
9423
+ },{"../../helpers/remap-async-to-generator":40,"./bluebird-coroutines":93}],93:[function(require,module,exports){
9415
9424
  "use strict";
9416
9425
 
9417
9426
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9435,7 +9444,7 @@ exports.Function = function (node, parent, scope, file) {
9435
9444
  return remapAsyncToGenerator(node, t.memberExpression(file.addImport("bluebird", null, true), t.identifier("coroutine")), scope);
9436
9445
  };
9437
9446
  exports.__esModule = true;
9438
- },{"../../../types":123,"../../helpers/remap-async-to-generator":40}],93:[function(require,module,exports){
9447
+ },{"../../../types":124,"../../helpers/remap-async-to-generator":40}],94:[function(require,module,exports){
9439
9448
  "use strict";
9440
9449
 
9441
9450
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9443,7 +9452,6 @@ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["defau
9443
9452
  exports.Flow = Flow;
9444
9453
  exports.ClassProperty = ClassProperty;
9445
9454
  exports.Class = Class;
9446
- exports.Function = Function;
9447
9455
  exports.TypeCastExpression = TypeCastExpression;
9448
9456
  exports.ImportDeclaration = ImportDeclaration;
9449
9457
  exports.ExportDeclaration = ExportDeclaration;
@@ -9463,12 +9471,12 @@ function Class(node) {
9463
9471
  node["implements"] = null;
9464
9472
  }
9465
9473
 
9466
- function Function(node) {
9474
+ exports.Function = function (node) {
9467
9475
  for (var i = 0; i < node.params.length; i++) {
9468
9476
  var param = node.params[i];
9469
9477
  param.optional = false;
9470
9478
  }
9471
- }
9479
+ };
9472
9480
 
9473
9481
  function TypeCastExpression(node) {
9474
9482
  return node.expression;
@@ -9483,7 +9491,7 @@ function ExportDeclaration(node) {
9483
9491
  }
9484
9492
 
9485
9493
  exports.__esModule = true;
9486
- },{"../../../types":123}],94:[function(require,module,exports){
9494
+ },{"../../../types":124}],95:[function(require,module,exports){
9487
9495
  "use strict";
9488
9496
 
9489
9497
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9514,7 +9522,7 @@ require("../../helpers/build-react-transformer")(exports, {
9514
9522
  }
9515
9523
  });
9516
9524
  exports.__esModule = true;
9517
- },{"../../../types":123,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],95:[function(require,module,exports){
9525
+ },{"../../../types":124,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],96:[function(require,module,exports){
9518
9526
  "use strict";
9519
9527
 
9520
9528
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9566,7 +9574,7 @@ require("../../helpers/build-react-transformer")(exports, {
9566
9574
  }
9567
9575
  });
9568
9576
  exports.__esModule = true;
9569
- },{"../../../types":123,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],96:[function(require,module,exports){
9577
+ },{"../../../types":124,"../../helpers/build-react-transformer":33,"../../helpers/react":38}],97:[function(require,module,exports){
9570
9578
  "use strict";
9571
9579
 
9572
9580
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9588,7 +9596,7 @@ var Program = exports.Program = {
9588
9596
  }
9589
9597
  };
9590
9598
  exports.__esModule = true;
9591
- },{"../../../types":123,"regenerator-babel":320}],97:[function(require,module,exports){
9599
+ },{"../../../types":124,"regenerator-babel":321}],98:[function(require,module,exports){
9592
9600
  "use strict";
9593
9601
 
9594
9602
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -9699,7 +9707,7 @@ function Identifier(node, parent, scope, file) {
9699
9707
  }
9700
9708
 
9701
9709
  exports.__esModule = true;
9702
- },{"../../../types":123,"../../../util":125,"core-js/library":177,"lodash/collection/includes":205,"lodash/object/has":304}],98:[function(require,module,exports){
9710
+ },{"../../../types":124,"../../../util":126,"core-js/library":178,"lodash/collection/includes":206,"lodash/object/has":305}],99:[function(require,module,exports){
9703
9711
  "use strict";
9704
9712
 
9705
9713
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9739,7 +9747,7 @@ function CallExpression(node, parent, scope, file) {
9739
9747
  }
9740
9748
 
9741
9749
  exports.__esModule = true;
9742
- },{"../../../messages":27,"../../../types":123}],99:[function(require,module,exports){
9750
+ },{"../../../messages":27,"../../../types":124}],100:[function(require,module,exports){
9743
9751
  "use strict";
9744
9752
 
9745
9753
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9781,7 +9789,7 @@ build(exports, {
9781
9789
  }
9782
9790
  });
9783
9791
  exports.__esModule = true;
9784
- },{"../../../messages":27,"../../../types":123,"../../helpers/build-conditional-assignment-operator-transformer":32}],100:[function(require,module,exports){
9792
+ },{"../../../messages":27,"../../../types":124,"../../helpers/build-conditional-assignment-operator-transformer":32}],101:[function(require,module,exports){
9785
9793
  "use strict";
9786
9794
 
9787
9795
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9814,7 +9822,7 @@ build(exports, {
9814
9822
  }
9815
9823
  });
9816
9824
  exports.__esModule = true;
9817
- },{"../../../types":123,"../../helpers/build-conditional-assignment-operator-transformer":32}],101:[function(require,module,exports){
9825
+ },{"../../../types":124,"../../helpers/build-conditional-assignment-operator-transformer":32}],102:[function(require,module,exports){
9818
9826
  "use strict";
9819
9827
 
9820
9828
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9858,7 +9866,7 @@ function BindFunctionExpression(node, parent, scope) {
9858
9866
  }
9859
9867
 
9860
9868
  exports.__esModule = true;
9861
- },{"../../../types":123}],102:[function(require,module,exports){
9869
+ },{"../../../types":124}],103:[function(require,module,exports){
9862
9870
  "use strict";
9863
9871
 
9864
9872
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9904,7 +9912,7 @@ function MethodDefinition(node, parent, scope, file) {
9904
9912
 
9905
9913
  exports.Property = MethodDefinition;
9906
9914
  exports.__esModule = true;
9907
- },{"../../../types":123}],103:[function(require,module,exports){
9915
+ },{"../../../types":124}],104:[function(require,module,exports){
9908
9916
  "use strict";
9909
9917
 
9910
9918
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -9937,12 +9945,12 @@ function BlockStatement(node, parent, scope, file) {
9937
9945
  }
9938
9946
 
9939
9947
  exports.__esModule = true;
9940
- },{"../../../types":123}],104:[function(require,module,exports){
9948
+ },{"../../../types":124}],105:[function(require,module,exports){
9941
9949
  "use strict";
9942
9950
 
9943
9951
  exports.FunctionExpression = require("../../helpers/name-method").bare;
9944
9952
  exports.__esModule = true;
9945
- },{"../../helpers/name-method":37}],105:[function(require,module,exports){
9953
+ },{"../../helpers/name-method":37}],106:[function(require,module,exports){
9946
9954
  "use strict";
9947
9955
 
9948
9956
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10014,7 +10022,7 @@ function ObjectExpression(node, parent, scope, file) {
10014
10022
  }
10015
10023
 
10016
10024
  exports.__esModule = true;
10017
- },{"../../../types":123,"lodash/array/pull":199}],106:[function(require,module,exports){
10025
+ },{"../../../types":124,"lodash/array/pull":200}],107:[function(require,module,exports){
10018
10026
  "use strict";
10019
10027
 
10020
10028
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10040,7 +10048,7 @@ function UnaryExpression(node, parent, scope, file) {
10040
10048
  }
10041
10049
 
10042
10050
  exports.__esModule = true;
10043
- },{"../../../types":123}],107:[function(require,module,exports){
10051
+ },{"../../../types":124}],108:[function(require,module,exports){
10044
10052
  "use strict";
10045
10053
 
10046
10054
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10058,7 +10066,7 @@ function Identifier(node, parent) {
10058
10066
  }
10059
10067
 
10060
10068
  exports.__esModule = true;
10061
- },{"../../../types":123}],108:[function(require,module,exports){
10069
+ },{"../../../types":124}],109:[function(require,module,exports){
10062
10070
  "use strict";
10063
10071
 
10064
10072
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10152,7 +10160,7 @@ var IfStatement = exports.IfStatement = {
10152
10160
  }
10153
10161
  };
10154
10162
  exports.__esModule = true;
10155
- },{"../../../types":123}],109:[function(require,module,exports){
10163
+ },{"../../../types":124}],110:[function(require,module,exports){
10156
10164
  (function (process){
10157
10165
  "use strict";
10158
10166
 
@@ -10177,7 +10185,7 @@ function MemberExpression(node) {
10177
10185
 
10178
10186
  exports.__esModule = true;
10179
10187
  }).call(this,require('_process'))
10180
- },{"../../../types":123,"_process":152}],110:[function(require,module,exports){
10188
+ },{"../../../types":124,"_process":153}],111:[function(require,module,exports){
10181
10189
  "use strict";
10182
10190
 
10183
10191
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10194,7 +10202,7 @@ function Expression(node) {
10194
10202
  }
10195
10203
 
10196
10204
  exports.__esModule = true;
10197
- },{"../../../types":123}],111:[function(require,module,exports){
10205
+ },{"../../../types":124}],112:[function(require,module,exports){
10198
10206
  "use strict";
10199
10207
 
10200
10208
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10218,7 +10226,7 @@ function CallExpression(node, parent) {
10218
10226
  }
10219
10227
 
10220
10228
  exports.__esModule = true;
10221
- },{"../../../types":123}],112:[function(require,module,exports){
10229
+ },{"../../../types":124}],113:[function(require,module,exports){
10222
10230
  "use strict";
10223
10231
 
10224
10232
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10236,7 +10244,7 @@ function ExpressionStatement(node) {
10236
10244
  }
10237
10245
 
10238
10246
  exports.__esModule = true;
10239
- },{"../../../types":123}],113:[function(require,module,exports){
10247
+ },{"../../../types":124}],114:[function(require,module,exports){
10240
10248
  "use strict";
10241
10249
 
10242
10250
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10263,7 +10271,7 @@ function ForOfStatement(node, parent, scope, file) {
10263
10271
 
10264
10272
  exports.ForInStatement = ForOfStatement;
10265
10273
  exports.__esModule = true;
10266
- },{"../../../messages":27,"../../../types":123}],114:[function(require,module,exports){
10274
+ },{"../../../messages":27,"../../../types":124}],115:[function(require,module,exports){
10267
10275
  "use strict";
10268
10276
 
10269
10277
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10300,7 +10308,7 @@ function ModuleDeclaration(node, parent, scope, file) {
10300
10308
  }
10301
10309
 
10302
10310
  exports.__esModule = true;
10303
- },{"../../../messages":27,"../../../types":123}],115:[function(require,module,exports){
10311
+ },{"../../../messages":27,"../../../types":124}],116:[function(require,module,exports){
10304
10312
  "use strict";
10305
10313
 
10306
10314
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -10322,7 +10330,7 @@ function Property(node, parent, scope, file) {
10322
10330
 
10323
10331
  exports.MethodDefinition = Property;
10324
10332
  exports.__esModule = true;
10325
- },{"../../../messages":27}],116:[function(require,module,exports){
10333
+ },{"../../../messages":27}],117:[function(require,module,exports){
10326
10334
  "use strict";
10327
10335
 
10328
10336
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -10373,7 +10381,7 @@ function Identifier(node, parent, scope, file) {
10373
10381
  }
10374
10382
 
10375
10383
  exports.__esModule = true;
10376
- },{"../../../messages":27,"../../../types":123,"leven":193}],117:[function(require,module,exports){
10384
+ },{"../../../messages":27,"../../../types":124,"leven":194}],118:[function(require,module,exports){
10377
10385
  "use strict";
10378
10386
 
10379
10387
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10440,7 +10448,7 @@ var TraversalConext = (function () {
10440
10448
  })();
10441
10449
 
10442
10450
  module.exports = TraversalConext;
10443
- },{"./path":119,"lodash/array/compact":196,"lodash/array/flatten":197}],118:[function(require,module,exports){
10451
+ },{"./path":120,"lodash/array/compact":197,"lodash/array/flatten":198}],119:[function(require,module,exports){
10444
10452
  "use strict";
10445
10453
 
10446
10454
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10568,7 +10576,7 @@ traverse.hasType = function (tree, scope, type, blacklistTypes) {
10568
10576
 
10569
10577
  return state.has;
10570
10578
  };
10571
- },{"../types":123,"./context":117,"lodash/collection/includes":205}],119:[function(require,module,exports){
10579
+ },{"../types":124,"./context":118,"lodash/collection/includes":206}],120:[function(require,module,exports){
10572
10580
  "use strict";
10573
10581
 
10574
10582
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -10741,7 +10749,7 @@ var TraversalPath = (function () {
10741
10749
  })();
10742
10750
 
10743
10751
  module.exports = TraversalPath;
10744
- },{"../types":123,"./index":118,"./scope":120,"lodash/collection/includes":205}],120:[function(require,module,exports){
10752
+ },{"../types":124,"./index":119,"./scope":121,"lodash/collection/includes":206}],121:[function(require,module,exports){
10745
10753
  "use strict";
10746
10754
 
10747
10755
  var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { "default": obj }; };
@@ -11432,7 +11440,7 @@ var Scope = (function () {
11432
11440
  })();
11433
11441
 
11434
11442
  module.exports = Scope;
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){
11443
+ },{"../helpers/object":24,"../messages":27,"../types":124,"./index":119,"globals":189,"lodash/array/flatten":198,"lodash/collection/each":203,"lodash/collection/includes":206,"lodash/object/defaults":303,"lodash/object/extend":304}],122:[function(require,module,exports){
11436
11444
  module.exports={
11437
11445
  "ExpressionStatement": ["Statement"],
11438
11446
  "BreakStatement": ["Statement"],
@@ -11551,7 +11559,7 @@ module.exports={
11551
11559
  "JSXSpreadAttribute": ["JSX"]
11552
11560
  }
11553
11561
 
11554
- },{}],122:[function(require,module,exports){
11562
+ },{}],123:[function(require,module,exports){
11555
11563
  module.exports={
11556
11564
  "ArrayExpression": {
11557
11565
  "elements": null
@@ -11731,7 +11739,7 @@ module.exports={
11731
11739
  }
11732
11740
  }
11733
11741
 
11734
- },{}],123:[function(require,module,exports){
11742
+ },{}],124:[function(require,module,exports){
11735
11743
  "use strict";
11736
11744
 
11737
11745
  var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
@@ -12634,28 +12642,20 @@ t.evaluate = function (node) {
12634
12642
  }
12635
12643
 
12636
12644
  if (t.isUnaryExpression(node, { prefix: true })) {
12645
+ var arg = evaluate(node.argument);
12637
12646
  switch (node.operator) {
12638
12647
  case "void":
12639
12648
  return undefined;
12640
12649
  case "!":
12641
- return !evaluate(node.argument);
12650
+ return !arg;
12642
12651
  case "+":
12643
- return +evaluate(node.argument);
12652
+ return +arg;
12644
12653
  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
+ return -arg;
12654
12655
  }
12655
- return values;
12656
12656
  }
12657
12657
 
12658
- if (t.isObjectExpression(node)) {}
12658
+ if (t.isArrayExpression(node) || t.isObjectExpression(node)) {}
12659
12659
 
12660
12660
  if (t.isLogicalExpression(node)) {
12661
12661
  var left = evaluate(node.left);
@@ -12749,8 +12749,8 @@ toFastProperties(t.VISITOR_KEYS);
12749
12749
 
12750
12750
  // we have a regex and we can't represent it natively
12751
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){
12752
+ // we could evaluate these but it's probably impractical and not very useful
12753
+ },{"../helpers/object":24,"../helpers/to-fast-properties":26,"./alias-keys":122,"./builder-keys":123,"./visitor-keys":125,"esutils":187,"lodash/array/compact":197,"lodash/array/uniq":201,"lodash/collection/each":203,"lodash/lang/isNumber":296,"lodash/lang/isPlainObject":298,"lodash/lang/isRegExp":299,"lodash/lang/isString":300}],125:[function(require,module,exports){
12754
12754
  module.exports={
12755
12755
  "ArrayExpression": ["elements"],
12756
12756
  "ArrayPattern": ["elements", "typeAnnotation"],
@@ -12869,7 +12869,7 @@ module.exports={
12869
12869
  "JSXSpreadAttribute": ["argument"]
12870
12870
  }
12871
12871
 
12872
- },{}],125:[function(require,module,exports){
12872
+ },{}],126:[function(require,module,exports){
12873
12873
  (function (__dirname){
12874
12874
  "use strict";
12875
12875
 
@@ -13035,7 +13035,7 @@ try {
13035
13035
  }
13036
13036
  exports.__esModule = true;
13037
13037
  }).call(this,"/lib/babel")
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){
13038
+ },{"../../templates.json":348,"./helpers/parse":25,"./patch":28,"./traversal":119,"./types":124,"debug/node":180,"fs":142,"lodash/collection/contains":202,"lodash/collection/each":203,"lodash/lang/cloneDeep":289,"lodash/lang/isBoolean":292,"lodash/lang/isEmpty":293,"lodash/lang/isRegExp":299,"lodash/lang/isString":300,"lodash/object/has":305,"path":152,"util":169}],127:[function(require,module,exports){
13039
13039
  // Acorn is a tiny, fast JavaScript parser written in JavaScript.
13040
13040
  //
13041
13041
  // Acorn was written by Marijn Haverbeke and various contributors and
@@ -17841,7 +17841,7 @@ switch(str.length){case 5:switch(str){case "break":case "catch":case "throw":cas
17841
17841
  }
17842
17842
  });
17843
17843
 
17844
- },{}],127:[function(require,module,exports){
17844
+ },{}],128:[function(require,module,exports){
17845
17845
  var types = require("../lib/types");
17846
17846
  var Type = types.Type;
17847
17847
  var def = Type.def;
@@ -18224,7 +18224,7 @@ def("Line")
18224
18224
  .bases("Comment")
18225
18225
  .build("value", /*optional:*/ "leading", "trailing");
18226
18226
 
18227
- },{"../lib/shared":138,"../lib/types":139}],128:[function(require,module,exports){
18227
+ },{"../lib/shared":139,"../lib/types":140}],129:[function(require,module,exports){
18228
18228
  require("./core");
18229
18229
  var types = require("../lib/types");
18230
18230
  var def = types.Type.def;
@@ -18313,7 +18313,7 @@ def("XMLProcessingInstruction")
18313
18313
  .field("target", isString)
18314
18314
  .field("contents", or(isString, null));
18315
18315
 
18316
- },{"../lib/types":139,"./core":127}],129:[function(require,module,exports){
18316
+ },{"../lib/types":140,"./core":128}],130:[function(require,module,exports){
18317
18317
  require("./core");
18318
18318
  var types = require("../lib/types");
18319
18319
  var def = types.Type.def;
@@ -18552,7 +18552,7 @@ def("TemplateElement")
18552
18552
  .field("value", {"cooked": isString, "raw": isString})
18553
18553
  .field("tail", isBoolean);
18554
18554
 
18555
- },{"../lib/shared":138,"../lib/types":139,"./core":127}],130:[function(require,module,exports){
18555
+ },{"../lib/shared":139,"../lib/types":140,"./core":128}],131:[function(require,module,exports){
18556
18556
  require("./core");
18557
18557
  var types = require("../lib/types");
18558
18558
  var def = types.Type.def;
@@ -18592,7 +18592,7 @@ def("AwaitExpression")
18592
18592
  .field("argument", or(def("Expression"), null))
18593
18593
  .field("all", isBoolean, defaults["false"]);
18594
18594
 
18595
- },{"../lib/shared":138,"../lib/types":139,"./core":127}],131:[function(require,module,exports){
18595
+ },{"../lib/shared":139,"../lib/types":140,"./core":128}],132:[function(require,module,exports){
18596
18596
  require("./core");
18597
18597
  var types = require("../lib/types");
18598
18598
  var def = types.Type.def;
@@ -18888,7 +18888,7 @@ def("DeclareModule")
18888
18888
  .field("id", or(def("Identifier"), def("Literal")))
18889
18889
  .field("body", def("BlockStatement"));
18890
18890
 
18891
- },{"../lib/shared":138,"../lib/types":139,"./core":127}],132:[function(require,module,exports){
18891
+ },{"../lib/shared":139,"../lib/types":140,"./core":128}],133:[function(require,module,exports){
18892
18892
  require("./core");
18893
18893
  var types = require("../lib/types");
18894
18894
  var def = types.Type.def;
@@ -18929,7 +18929,7 @@ def("GraphIndexExpression")
18929
18929
  .build("index")
18930
18930
  .field("index", geq(0));
18931
18931
 
18932
- },{"../lib/shared":138,"../lib/types":139,"./core":127}],133:[function(require,module,exports){
18932
+ },{"../lib/shared":139,"../lib/types":140,"./core":128}],134:[function(require,module,exports){
18933
18933
  var assert = require("assert");
18934
18934
  var types = require("../main");
18935
18935
  var getFieldNames = types.getFieldNames;
@@ -19109,7 +19109,7 @@ function objectsAreEquivalent(a, b, problemPath) {
19109
19109
 
19110
19110
  module.exports = astNodesAreEquivalent;
19111
19111
 
19112
- },{"../main":140,"assert":142}],134:[function(require,module,exports){
19112
+ },{"../main":141,"assert":143}],135:[function(require,module,exports){
19113
19113
  var assert = require("assert");
19114
19114
  var types = require("./types");
19115
19115
  var n = types.namedTypes;
@@ -19560,7 +19560,7 @@ function cleanUpIfStatementAfterPrune(ifStatement) {
19560
19560
 
19561
19561
  module.exports = NodePath;
19562
19562
 
19563
- },{"./path":136,"./scope":137,"./types":139,"assert":142,"util":168}],135:[function(require,module,exports){
19563
+ },{"./path":137,"./scope":138,"./types":140,"assert":143,"util":169}],136:[function(require,module,exports){
19564
19564
  var assert = require("assert");
19565
19565
  var types = require("./types");
19566
19566
  var NodePath = require("./node-path");
@@ -19932,7 +19932,7 @@ sharedContextProtoMethods.abort = function abort() {
19932
19932
 
19933
19933
  module.exports = PathVisitor;
19934
19934
 
19935
- },{"./node-path":134,"./types":139,"assert":142}],136:[function(require,module,exports){
19935
+ },{"./node-path":135,"./types":140,"assert":143}],137:[function(require,module,exports){
19936
19936
  var assert = require("assert");
19937
19937
  var Op = Object.prototype;
19938
19938
  var hasOwn = Op.hasOwnProperty;
@@ -20282,7 +20282,7 @@ Pp.replace = function replace(replacement) {
20282
20282
 
20283
20283
  module.exports = Path;
20284
20284
 
20285
- },{"./types":139,"assert":142}],137:[function(require,module,exports){
20285
+ },{"./types":140,"assert":143}],138:[function(require,module,exports){
20286
20286
  var assert = require("assert");
20287
20287
  var types = require("./types");
20288
20288
  var Type = types.Type;
@@ -20565,7 +20565,7 @@ Sp.getGlobalScope = function() {
20565
20565
 
20566
20566
  module.exports = Scope;
20567
20567
 
20568
- },{"./node-path":134,"./types":139,"assert":142}],138:[function(require,module,exports){
20568
+ },{"./node-path":135,"./types":140,"assert":143}],139:[function(require,module,exports){
20569
20569
  var types = require("../lib/types");
20570
20570
  var Type = types.Type;
20571
20571
  var builtin = types.builtInTypes;
@@ -20608,7 +20608,7 @@ exports.isPrimitive = new Type(function(value) {
20608
20608
  type === "function");
20609
20609
  }, naiveIsPrimitive.toString());
20610
20610
 
20611
- },{"../lib/types":139}],139:[function(require,module,exports){
20611
+ },{"../lib/types":140}],140:[function(require,module,exports){
20612
20612
  var assert = require("assert");
20613
20613
  var Ap = Array.prototype;
20614
20614
  var slice = Ap.slice;
@@ -21340,7 +21340,7 @@ exports.finalize = function() {
21340
21340
  });
21341
21341
  };
21342
21342
 
21343
- },{"assert":142}],140:[function(require,module,exports){
21343
+ },{"assert":143}],141:[function(require,module,exports){
21344
21344
  var types = require("./lib/types");
21345
21345
 
21346
21346
  // This core module of AST types captures ES5 as it is parsed today by
@@ -21373,9 +21373,9 @@ exports.NodePath = require("./lib/node-path");
21373
21373
  exports.PathVisitor = require("./lib/path-visitor");
21374
21374
  exports.visit = exports.PathVisitor.visit;
21375
21375
 
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){
21376
+ },{"./def/core":128,"./def/e4x":129,"./def/es6":130,"./def/es7":131,"./def/fb-harmony":132,"./def/mozilla":133,"./lib/equiv":134,"./lib/node-path":135,"./lib/path-visitor":136,"./lib/types":140}],142:[function(require,module,exports){
21377
21377
 
21378
- },{}],142:[function(require,module,exports){
21378
+ },{}],143:[function(require,module,exports){
21379
21379
  // http://wiki.commonjs.org/wiki/Unit_Testing/1.0
21380
21380
  //
21381
21381
  // THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
@@ -21736,9 +21736,9 @@ var objectKeys = Object.keys || function (obj) {
21736
21736
  return keys;
21737
21737
  };
21738
21738
 
21739
- },{"util/":168}],143:[function(require,module,exports){
21740
- arguments[4][141][0].apply(exports,arguments)
21741
- },{"dup":141}],144:[function(require,module,exports){
21739
+ },{"util/":169}],144:[function(require,module,exports){
21740
+ arguments[4][142][0].apply(exports,arguments)
21741
+ },{"dup":142}],145:[function(require,module,exports){
21742
21742
  /*!
21743
21743
  * The buffer module from node.js, for the browser.
21744
21744
  *
@@ -23050,7 +23050,7 @@ function decodeUtf8Char (str) {
23050
23050
  }
23051
23051
  }
23052
23052
 
23053
- },{"base64-js":145,"ieee754":146,"is-array":147}],145:[function(require,module,exports){
23053
+ },{"base64-js":146,"ieee754":147,"is-array":148}],146:[function(require,module,exports){
23054
23054
  var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
23055
23055
 
23056
23056
  ;(function (exports) {
@@ -23176,7 +23176,7 @@ var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
23176
23176
  exports.fromByteArray = uint8ToBase64
23177
23177
  }(typeof exports === 'undefined' ? (this.base64js = {}) : exports))
23178
23178
 
23179
- },{}],146:[function(require,module,exports){
23179
+ },{}],147:[function(require,module,exports){
23180
23180
  exports.read = function(buffer, offset, isLE, mLen, nBytes) {
23181
23181
  var e, m,
23182
23182
  eLen = nBytes * 8 - mLen - 1,
@@ -23262,7 +23262,7 @@ exports.write = function(buffer, value, offset, isLE, mLen, nBytes) {
23262
23262
  buffer[offset + i - d] |= s * 128;
23263
23263
  };
23264
23264
 
23265
- },{}],147:[function(require,module,exports){
23265
+ },{}],148:[function(require,module,exports){
23266
23266
 
23267
23267
  /**
23268
23268
  * isArray
@@ -23297,7 +23297,7 @@ module.exports = isArray || function (val) {
23297
23297
  return !! val && '[object Array]' == str.call(val);
23298
23298
  };
23299
23299
 
23300
- },{}],148:[function(require,module,exports){
23300
+ },{}],149:[function(require,module,exports){
23301
23301
  // Copyright Joyent, Inc. and other Node contributors.
23302
23302
  //
23303
23303
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -23600,7 +23600,7 @@ function isUndefined(arg) {
23600
23600
  return arg === void 0;
23601
23601
  }
23602
23602
 
23603
- },{}],149:[function(require,module,exports){
23603
+ },{}],150:[function(require,module,exports){
23604
23604
  if (typeof Object.create === 'function') {
23605
23605
  // implementation from standard node.js 'util' module
23606
23606
  module.exports = function inherits(ctor, superCtor) {
@@ -23625,12 +23625,12 @@ if (typeof Object.create === 'function') {
23625
23625
  }
23626
23626
  }
23627
23627
 
23628
- },{}],150:[function(require,module,exports){
23628
+ },{}],151:[function(require,module,exports){
23629
23629
  module.exports = Array.isArray || function (arr) {
23630
23630
  return Object.prototype.toString.call(arr) == '[object Array]';
23631
23631
  };
23632
23632
 
23633
- },{}],151:[function(require,module,exports){
23633
+ },{}],152:[function(require,module,exports){
23634
23634
  (function (process){
23635
23635
  // Copyright Joyent, Inc. and other Node contributors.
23636
23636
  //
@@ -23858,7 +23858,7 @@ var substr = 'ab'.substr(-1) === 'b'
23858
23858
  ;
23859
23859
 
23860
23860
  }).call(this,require('_process'))
23861
- },{"_process":152}],152:[function(require,module,exports){
23861
+ },{"_process":153}],153:[function(require,module,exports){
23862
23862
  // shim for using process in browser
23863
23863
 
23864
23864
  var process = module.exports = {};
@@ -23917,10 +23917,10 @@ process.chdir = function (dir) {
23917
23917
  };
23918
23918
  process.umask = function() { return 0; };
23919
23919
 
23920
- },{}],153:[function(require,module,exports){
23920
+ },{}],154:[function(require,module,exports){
23921
23921
  module.exports = require("./lib/_stream_duplex.js")
23922
23922
 
23923
- },{"./lib/_stream_duplex.js":154}],154:[function(require,module,exports){
23923
+ },{"./lib/_stream_duplex.js":155}],155:[function(require,module,exports){
23924
23924
  (function (process){
23925
23925
  // Copyright Joyent, Inc. and other Node contributors.
23926
23926
  //
@@ -24013,7 +24013,7 @@ function forEach (xs, f) {
24013
24013
  }
24014
24014
 
24015
24015
  }).call(this,require('_process'))
24016
- },{"./_stream_readable":156,"./_stream_writable":158,"_process":152,"core-util-is":159,"inherits":149}],155:[function(require,module,exports){
24016
+ },{"./_stream_readable":157,"./_stream_writable":159,"_process":153,"core-util-is":160,"inherits":150}],156:[function(require,module,exports){
24017
24017
  // Copyright Joyent, Inc. and other Node contributors.
24018
24018
  //
24019
24019
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24061,7 +24061,7 @@ PassThrough.prototype._transform = function(chunk, encoding, cb) {
24061
24061
  cb(null, chunk);
24062
24062
  };
24063
24063
 
24064
- },{"./_stream_transform":157,"core-util-is":159,"inherits":149}],156:[function(require,module,exports){
24064
+ },{"./_stream_transform":158,"core-util-is":160,"inherits":150}],157:[function(require,module,exports){
24065
24065
  (function (process){
24066
24066
  // Copyright Joyent, Inc. and other Node contributors.
24067
24067
  //
@@ -25016,7 +25016,7 @@ function indexOf (xs, x) {
25016
25016
  }
25017
25017
 
25018
25018
  }).call(this,require('_process'))
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){
25019
+ },{"./_stream_duplex":155,"_process":153,"buffer":145,"core-util-is":160,"events":149,"inherits":150,"isarray":151,"stream":165,"string_decoder/":166,"util":144}],158:[function(require,module,exports){
25020
25020
  // Copyright Joyent, Inc. and other Node contributors.
25021
25021
  //
25022
25022
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -25227,7 +25227,7 @@ function done(stream, er) {
25227
25227
  return stream.push(null);
25228
25228
  }
25229
25229
 
25230
- },{"./_stream_duplex":154,"core-util-is":159,"inherits":149}],158:[function(require,module,exports){
25230
+ },{"./_stream_duplex":155,"core-util-is":160,"inherits":150}],159:[function(require,module,exports){
25231
25231
  (function (process){
25232
25232
  // Copyright Joyent, Inc. and other Node contributors.
25233
25233
  //
@@ -25708,7 +25708,7 @@ function endWritable(stream, state, cb) {
25708
25708
  }
25709
25709
 
25710
25710
  }).call(this,require('_process'))
25711
- },{"./_stream_duplex":154,"_process":152,"buffer":144,"core-util-is":159,"inherits":149,"stream":164}],159:[function(require,module,exports){
25711
+ },{"./_stream_duplex":155,"_process":153,"buffer":145,"core-util-is":160,"inherits":150,"stream":165}],160:[function(require,module,exports){
25712
25712
  (function (Buffer){
25713
25713
  // Copyright Joyent, Inc. and other Node contributors.
25714
25714
  //
@@ -25818,10 +25818,10 @@ function objectToString(o) {
25818
25818
  return Object.prototype.toString.call(o);
25819
25819
  }
25820
25820
  }).call(this,require("buffer").Buffer)
25821
- },{"buffer":144}],160:[function(require,module,exports){
25821
+ },{"buffer":145}],161:[function(require,module,exports){
25822
25822
  module.exports = require("./lib/_stream_passthrough.js")
25823
25823
 
25824
- },{"./lib/_stream_passthrough.js":155}],161:[function(require,module,exports){
25824
+ },{"./lib/_stream_passthrough.js":156}],162:[function(require,module,exports){
25825
25825
  exports = module.exports = require('./lib/_stream_readable.js');
25826
25826
  exports.Stream = require('stream');
25827
25827
  exports.Readable = exports;
@@ -25830,13 +25830,13 @@ exports.Duplex = require('./lib/_stream_duplex.js');
25830
25830
  exports.Transform = require('./lib/_stream_transform.js');
25831
25831
  exports.PassThrough = require('./lib/_stream_passthrough.js');
25832
25832
 
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){
25833
+ },{"./lib/_stream_duplex.js":155,"./lib/_stream_passthrough.js":156,"./lib/_stream_readable.js":157,"./lib/_stream_transform.js":158,"./lib/_stream_writable.js":159,"stream":165}],163:[function(require,module,exports){
25834
25834
  module.exports = require("./lib/_stream_transform.js")
25835
25835
 
25836
- },{"./lib/_stream_transform.js":157}],163:[function(require,module,exports){
25836
+ },{"./lib/_stream_transform.js":158}],164:[function(require,module,exports){
25837
25837
  module.exports = require("./lib/_stream_writable.js")
25838
25838
 
25839
- },{"./lib/_stream_writable.js":158}],164:[function(require,module,exports){
25839
+ },{"./lib/_stream_writable.js":159}],165:[function(require,module,exports){
25840
25840
  // Copyright Joyent, Inc. and other Node contributors.
25841
25841
  //
25842
25842
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -25965,7 +25965,7 @@ Stream.prototype.pipe = function(dest, options) {
25965
25965
  return dest;
25966
25966
  };
25967
25967
 
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){
25968
+ },{"events":149,"inherits":150,"readable-stream/duplex.js":154,"readable-stream/passthrough.js":161,"readable-stream/readable.js":162,"readable-stream/transform.js":163,"readable-stream/writable.js":164}],166:[function(require,module,exports){
25969
25969
  // Copyright Joyent, Inc. and other Node contributors.
25970
25970
  //
25971
25971
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -26188,7 +26188,7 @@ function base64DetectIncompleteChar(buffer) {
26188
26188
  this.charLength = this.charReceived ? 3 : 0;
26189
26189
  }
26190
26190
 
26191
- },{"buffer":144}],166:[function(require,module,exports){
26191
+ },{"buffer":145}],167:[function(require,module,exports){
26192
26192
  exports.isatty = function () { return false; };
26193
26193
 
26194
26194
  function ReadStream() {
@@ -26201,14 +26201,14 @@ function WriteStream() {
26201
26201
  }
26202
26202
  exports.WriteStream = WriteStream;
26203
26203
 
26204
- },{}],167:[function(require,module,exports){
26204
+ },{}],168:[function(require,module,exports){
26205
26205
  module.exports = function isBuffer(arg) {
26206
26206
  return arg && typeof arg === 'object'
26207
26207
  && typeof arg.copy === 'function'
26208
26208
  && typeof arg.fill === 'function'
26209
26209
  && typeof arg.readUInt8 === 'function';
26210
26210
  }
26211
- },{}],168:[function(require,module,exports){
26211
+ },{}],169:[function(require,module,exports){
26212
26212
  (function (process,global){
26213
26213
  // Copyright Joyent, Inc. and other Node contributors.
26214
26214
  //
@@ -26798,7 +26798,7 @@ function hasOwnProperty(obj, prop) {
26798
26798
  }
26799
26799
 
26800
26800
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
26801
- },{"./support/isBuffer":167,"_process":152,"inherits":149}],169:[function(require,module,exports){
26801
+ },{"./support/isBuffer":168,"_process":153,"inherits":150}],170:[function(require,module,exports){
26802
26802
  (function (process){
26803
26803
  'use strict';
26804
26804
  var escapeStringRegexp = require('escape-string-regexp');
@@ -26902,7 +26902,7 @@ module.exports.stripColor = stripAnsi;
26902
26902
  module.exports.supportsColor = supportsColor;
26903
26903
 
26904
26904
  }).call(this,require('_process'))
26905
- },{"_process":152,"ansi-styles":170,"escape-string-regexp":171,"has-ansi":172,"strip-ansi":174,"supports-color":176}],170:[function(require,module,exports){
26905
+ },{"_process":153,"ansi-styles":171,"escape-string-regexp":172,"has-ansi":173,"strip-ansi":175,"supports-color":177}],171:[function(require,module,exports){
26906
26906
  'use strict';
26907
26907
 
26908
26908
  var styles = module.exports = {
@@ -26960,7 +26960,7 @@ Object.keys(styles).forEach(function (groupName) {
26960
26960
  });
26961
26961
  });
26962
26962
 
26963
- },{}],171:[function(require,module,exports){
26963
+ },{}],172:[function(require,module,exports){
26964
26964
  'use strict';
26965
26965
 
26966
26966
  var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
@@ -26973,19 +26973,19 @@ module.exports = function (str) {
26973
26973
  return str.replace(matchOperatorsRe, '\\$&');
26974
26974
  };
26975
26975
 
26976
- },{}],172:[function(require,module,exports){
26976
+ },{}],173:[function(require,module,exports){
26977
26977
  'use strict';
26978
26978
  var ansiRegex = require('ansi-regex');
26979
26979
  var re = new RegExp(ansiRegex().source); // remove the `g` flag
26980
26980
  module.exports = re.test.bind(re);
26981
26981
 
26982
- },{"ansi-regex":173}],173:[function(require,module,exports){
26982
+ },{"ansi-regex":174}],174:[function(require,module,exports){
26983
26983
  'use strict';
26984
26984
  module.exports = function () {
26985
26985
  return /(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/g;
26986
26986
  };
26987
26987
 
26988
- },{}],174:[function(require,module,exports){
26988
+ },{}],175:[function(require,module,exports){
26989
26989
  'use strict';
26990
26990
  var ansiRegex = require('ansi-regex')();
26991
26991
 
@@ -26993,9 +26993,9 @@ module.exports = function (str) {
26993
26993
  return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
26994
26994
  };
26995
26995
 
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){
26996
+ },{"ansi-regex":176}],176:[function(require,module,exports){
26997
+ arguments[4][174][0].apply(exports,arguments)
26998
+ },{"dup":174}],177:[function(require,module,exports){
26999
26999
  (function (process){
27000
27000
  'use strict';
27001
27001
  var argv = process.argv;
@@ -27046,7 +27046,7 @@ module.exports = (function () {
27046
27046
  })();
27047
27047
 
27048
27048
  }).call(this,require('_process'))
27049
- },{"_process":152}],177:[function(require,module,exports){
27049
+ },{"_process":153}],178:[function(require,module,exports){
27050
27050
  /**
27051
27051
  * Core.js 0.6.1
27052
27052
  * https://github.com/zloirock/core-js
@@ -29386,7 +29386,7 @@ $define(GLOBAL + FORCED, {global: global});
29386
29386
  })});
29387
29387
  }({}, true);
29388
29388
  }(typeof self != 'undefined' && self.Math === Math ? self : Function('return this')(), false);
29389
- },{}],178:[function(require,module,exports){
29389
+ },{}],179:[function(require,module,exports){
29390
29390
 
29391
29391
  /**
29392
29392
  * This is the common logic for both the Node.js and web browser
@@ -29585,7 +29585,7 @@ function coerce(val) {
29585
29585
  return val;
29586
29586
  }
29587
29587
 
29588
- },{"ms":180}],179:[function(require,module,exports){
29588
+ },{"ms":181}],180:[function(require,module,exports){
29589
29589
  (function (process){
29590
29590
 
29591
29591
  /**
@@ -29798,7 +29798,7 @@ function createWritableStdioStream (fd) {
29798
29798
  exports.enable(load());
29799
29799
 
29800
29800
  }).call(this,require('_process'))
29801
- },{"./debug":178,"_process":152,"fs":141,"net":141,"tty":166,"util":168}],180:[function(require,module,exports){
29801
+ },{"./debug":179,"_process":153,"fs":142,"net":142,"tty":167,"util":169}],181:[function(require,module,exports){
29802
29802
  /**
29803
29803
  * Helpers.
29804
29804
  */
@@ -29923,7 +29923,7 @@ function plural(ms, n, name) {
29923
29923
  return Math.ceil(ms / n) + ' ' + name + 's';
29924
29924
  }
29925
29925
 
29926
- },{}],181:[function(require,module,exports){
29926
+ },{}],182:[function(require,module,exports){
29927
29927
  'use strict';
29928
29928
  var repeating = require('repeating');
29929
29929
 
@@ -30044,7 +30044,7 @@ module.exports = function (str) {
30044
30044
  };
30045
30045
  };
30046
30046
 
30047
- },{"repeating":329}],182:[function(require,module,exports){
30047
+ },{"repeating":330}],183:[function(require,module,exports){
30048
30048
  /*
30049
30049
  Copyright (C) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
30050
30050
  Copyright (C) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
@@ -30889,7 +30889,7 @@ module.exports = function (str) {
30889
30889
  }));
30890
30890
  /* vim: set sw=4 ts=4 et tw=80 : */
30891
30891
 
30892
- },{}],183:[function(require,module,exports){
30892
+ },{}],184:[function(require,module,exports){
30893
30893
  /*
30894
30894
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
30895
30895
 
@@ -31035,7 +31035,7 @@ module.exports = function (str) {
31035
31035
  }());
31036
31036
  /* vim: set sw=4 ts=4 et tw=80 : */
31037
31037
 
31038
- },{}],184:[function(require,module,exports){
31038
+ },{}],185:[function(require,module,exports){
31039
31039
  /*
31040
31040
  Copyright (C) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
31041
31041
  Copyright (C) 2014 Ivan Nikulin <ifaaan@gmail.com>
@@ -31138,7 +31138,7 @@ module.exports = function (str) {
31138
31138
  }());
31139
31139
  /* vim: set sw=4 ts=4 et tw=80 : */
31140
31140
 
31141
- },{}],185:[function(require,module,exports){
31141
+ },{}],186:[function(require,module,exports){
31142
31142
  /*
31143
31143
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
31144
31144
 
@@ -31277,7 +31277,7 @@ module.exports = function (str) {
31277
31277
  }());
31278
31278
  /* vim: set sw=4 ts=4 et tw=80 : */
31279
31279
 
31280
- },{"./code":184}],186:[function(require,module,exports){
31280
+ },{"./code":185}],187:[function(require,module,exports){
31281
31281
  /*
31282
31282
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
31283
31283
 
@@ -31312,7 +31312,7 @@ module.exports = function (str) {
31312
31312
  }());
31313
31313
  /* vim: set sw=4 ts=4 et tw=80 : */
31314
31314
 
31315
- },{"./ast":183,"./code":184,"./keyword":185}],187:[function(require,module,exports){
31315
+ },{"./ast":184,"./code":185,"./keyword":186}],188:[function(require,module,exports){
31316
31316
  module.exports={
31317
31317
  "builtin": {
31318
31318
  "Array": false,
@@ -32046,10 +32046,10 @@ module.exports={
32046
32046
  }
32047
32047
  }
32048
32048
 
32049
- },{}],188:[function(require,module,exports){
32049
+ },{}],189:[function(require,module,exports){
32050
32050
  module.exports = require('./globals.json');
32051
32051
 
32052
- },{"./globals.json":187}],189:[function(require,module,exports){
32052
+ },{"./globals.json":188}],190:[function(require,module,exports){
32053
32053
  // https://github.com/paulmillr/es6-shim
32054
32054
  // http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger
32055
32055
  var isNaN = require("is-nan");
@@ -32061,7 +32061,7 @@ module.exports = Number.isInteger || function(val) {
32061
32061
  parseInt(val, 10) === val;
32062
32062
  };
32063
32063
 
32064
- },{"is-finite":190,"is-nan":191}],190:[function(require,module,exports){
32064
+ },{"is-finite":191,"is-nan":192}],191:[function(require,module,exports){
32065
32065
  'use strict';
32066
32066
  module.exports = Number.isFinite || function (val) {
32067
32067
  // Number.isNaN() => val !== val
@@ -32072,7 +32072,7 @@ module.exports = Number.isFinite || function (val) {
32072
32072
  return true;
32073
32073
  };
32074
32074
 
32075
- },{}],191:[function(require,module,exports){
32075
+ },{}],192:[function(require,module,exports){
32076
32076
  "use strict";
32077
32077
 
32078
32078
  /* https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan */
@@ -32082,7 +32082,7 @@ module.exports = function isNaN(value) {
32082
32082
  };
32083
32083
 
32084
32084
 
32085
- },{}],192:[function(require,module,exports){
32085
+ },{}],193:[function(require,module,exports){
32086
32086
  // Copyright 2014, 2015 Simon Lydell
32087
32087
  // X11 (“MIT”) Licensed. (See LICENSE.)
32088
32088
 
@@ -32103,7 +32103,7 @@ module.exports.matchToToken = function(match) {
32103
32103
  return token
32104
32104
  }
32105
32105
 
32106
- },{}],193:[function(require,module,exports){
32106
+ },{}],194:[function(require,module,exports){
32107
32107
  // intentionally commented out as it makes it slower...
32108
32108
  //'use strict';
32109
32109
 
@@ -32153,7 +32153,7 @@ module.exports = function (a, b) {
32153
32153
  return ret;
32154
32154
  };
32155
32155
 
32156
- },{}],194:[function(require,module,exports){
32156
+ },{}],195:[function(require,module,exports){
32157
32157
  // Copyright 2014, 2015 Simon Lydell
32158
32158
  // X11 (“MIT”) Licensed. (See LICENSE.)
32159
32159
 
@@ -32187,7 +32187,7 @@ function lineNumbers(code, options) {
32187
32187
 
32188
32188
  module.exports = lineNumbers
32189
32189
 
32190
- },{"left-pad":195}],195:[function(require,module,exports){
32190
+ },{"left-pad":196}],196:[function(require,module,exports){
32191
32191
  module.exports = leftpad;
32192
32192
 
32193
32193
  function leftpad (str, len, ch) {
@@ -32206,7 +32206,7 @@ function leftpad (str, len, ch) {
32206
32206
  return str;
32207
32207
  }
32208
32208
 
32209
- },{}],196:[function(require,module,exports){
32209
+ },{}],197:[function(require,module,exports){
32210
32210
  /**
32211
32211
  * Creates an array with all falsey values removed. The values `false`, `null`,
32212
32212
  * `0`, `""`, `undefined`, and `NaN` are falsey.
@@ -32238,7 +32238,7 @@ function compact(array) {
32238
32238
 
32239
32239
  module.exports = compact;
32240
32240
 
32241
- },{}],197:[function(require,module,exports){
32241
+ },{}],198:[function(require,module,exports){
32242
32242
  var baseFlatten = require('../internal/baseFlatten'),
32243
32243
  isIterateeCall = require('../internal/isIterateeCall');
32244
32244
 
@@ -32272,7 +32272,7 @@ function flatten(array, isDeep, guard) {
32272
32272
 
32273
32273
  module.exports = flatten;
32274
32274
 
32275
- },{"../internal/baseFlatten":227,"../internal/isIterateeCall":274}],198:[function(require,module,exports){
32275
+ },{"../internal/baseFlatten":228,"../internal/isIterateeCall":275}],199:[function(require,module,exports){
32276
32276
  /**
32277
32277
  * Gets the last element of `array`.
32278
32278
  *
@@ -32293,7 +32293,7 @@ function last(array) {
32293
32293
 
32294
32294
  module.exports = last;
32295
32295
 
32296
- },{}],199:[function(require,module,exports){
32296
+ },{}],200:[function(require,module,exports){
32297
32297
  var baseIndexOf = require('../internal/baseIndexOf');
32298
32298
 
32299
32299
  /** Used for native method references. */
@@ -32348,7 +32348,7 @@ function pull() {
32348
32348
 
32349
32349
  module.exports = pull;
32350
32350
 
32351
- },{"../internal/baseIndexOf":233}],200:[function(require,module,exports){
32351
+ },{"../internal/baseIndexOf":234}],201:[function(require,module,exports){
32352
32352
  var baseCallback = require('../internal/baseCallback'),
32353
32353
  baseUniq = require('../internal/baseUniq'),
32354
32354
  isIterateeCall = require('../internal/isIterateeCall'),
@@ -32424,13 +32424,13 @@ function uniq(array, isSorted, iteratee, thisArg) {
32424
32424
 
32425
32425
  module.exports = uniq;
32426
32426
 
32427
- },{"../internal/baseCallback":220,"../internal/baseUniq":247,"../internal/isIterateeCall":274,"../internal/sortedUniq":285}],201:[function(require,module,exports){
32427
+ },{"../internal/baseCallback":221,"../internal/baseUniq":248,"../internal/isIterateeCall":275,"../internal/sortedUniq":286}],202:[function(require,module,exports){
32428
32428
  module.exports = require('./includes');
32429
32429
 
32430
- },{"./includes":205}],202:[function(require,module,exports){
32430
+ },{"./includes":206}],203:[function(require,module,exports){
32431
32431
  module.exports = require('./forEach');
32432
32432
 
32433
- },{"./forEach":203}],203:[function(require,module,exports){
32433
+ },{"./forEach":204}],204:[function(require,module,exports){
32434
32434
  var arrayEach = require('../internal/arrayEach'),
32435
32435
  baseEach = require('../internal/baseEach'),
32436
32436
  bindCallback = require('../internal/bindCallback'),
@@ -32474,7 +32474,7 @@ function forEach(collection, iteratee, thisArg) {
32474
32474
 
32475
32475
  module.exports = forEach;
32476
32476
 
32477
- },{"../internal/arrayEach":214,"../internal/baseEach":225,"../internal/bindCallback":249,"../lang/isArray":290}],204:[function(require,module,exports){
32477
+ },{"../internal/arrayEach":215,"../internal/baseEach":226,"../internal/bindCallback":250,"../lang/isArray":291}],205:[function(require,module,exports){
32478
32478
  var createAggregator = require('../internal/createAggregator');
32479
32479
 
32480
32480
  /** Used for native method references. */
@@ -32535,7 +32535,7 @@ var groupBy = createAggregator(function(result, value, key) {
32535
32535
 
32536
32536
  module.exports = groupBy;
32537
32537
 
32538
- },{"../internal/createAggregator":256}],205:[function(require,module,exports){
32538
+ },{"../internal/createAggregator":257}],206:[function(require,module,exports){
32539
32539
  var baseIndexOf = require('../internal/baseIndexOf'),
32540
32540
  isArray = require('../lang/isArray'),
32541
32541
  isLength = require('../internal/isLength'),
@@ -32598,7 +32598,7 @@ function includes(collection, target, fromIndex) {
32598
32598
 
32599
32599
  module.exports = includes;
32600
32600
 
32601
- },{"../internal/baseIndexOf":233,"../internal/isLength":275,"../lang/isArray":290,"../lang/isString":299,"../object/values":307}],206:[function(require,module,exports){
32601
+ },{"../internal/baseIndexOf":234,"../internal/isLength":276,"../lang/isArray":291,"../lang/isString":300,"../object/values":308}],207:[function(require,module,exports){
32602
32602
  var arrayMap = require('../internal/arrayMap'),
32603
32603
  baseCallback = require('../internal/baseCallback'),
32604
32604
  baseMap = require('../internal/baseMap'),
@@ -32668,7 +32668,7 @@ function map(collection, iteratee, thisArg) {
32668
32668
 
32669
32669
  module.exports = map;
32670
32670
 
32671
- },{"../internal/arrayMap":215,"../internal/baseCallback":220,"../internal/baseMap":238,"../lang/isArray":290}],207:[function(require,module,exports){
32671
+ },{"../internal/arrayMap":216,"../internal/baseCallback":221,"../internal/baseMap":239,"../lang/isArray":291}],208:[function(require,module,exports){
32672
32672
  var arrayReduceRight = require('../internal/arrayReduceRight'),
32673
32673
  baseCallback = require('../internal/baseCallback'),
32674
32674
  baseEachRight = require('../internal/baseEachRight'),
@@ -32704,7 +32704,7 @@ function reduceRight(collection, iteratee, accumulator, thisArg) {
32704
32704
 
32705
32705
  module.exports = reduceRight;
32706
32706
 
32707
- },{"../internal/arrayReduceRight":216,"../internal/baseCallback":220,"../internal/baseEachRight":226,"../internal/baseReduce":242,"../lang/isArray":290}],208:[function(require,module,exports){
32707
+ },{"../internal/arrayReduceRight":217,"../internal/baseCallback":221,"../internal/baseEachRight":227,"../internal/baseReduce":243,"../lang/isArray":291}],209:[function(require,module,exports){
32708
32708
  var arraySome = require('../internal/arraySome'),
32709
32709
  baseCallback = require('../internal/baseCallback'),
32710
32710
  baseSome = require('../internal/baseSome'),
@@ -32769,7 +32769,7 @@ function some(collection, predicate, thisArg) {
32769
32769
 
32770
32770
  module.exports = some;
32771
32771
 
32772
- },{"../internal/arraySome":217,"../internal/baseCallback":220,"../internal/baseSome":244,"../lang/isArray":290}],209:[function(require,module,exports){
32772
+ },{"../internal/arraySome":218,"../internal/baseCallback":221,"../internal/baseSome":245,"../lang/isArray":291}],210:[function(require,module,exports){
32773
32773
  var baseCallback = require('../internal/baseCallback'),
32774
32774
  baseEach = require('../internal/baseEach'),
32775
32775
  baseSortBy = require('../internal/baseSortBy'),
@@ -32843,7 +32843,7 @@ function sortBy(collection, iteratee, thisArg) {
32843
32843
 
32844
32844
  module.exports = sortBy;
32845
32845
 
32846
- },{"../internal/baseCallback":220,"../internal/baseEach":225,"../internal/baseSortBy":245,"../internal/compareAscending":253,"../internal/isIterateeCall":274,"../internal/isLength":275}],210:[function(require,module,exports){
32846
+ },{"../internal/baseCallback":221,"../internal/baseEach":226,"../internal/baseSortBy":246,"../internal/compareAscending":254,"../internal/isIterateeCall":275,"../internal/isLength":276}],211:[function(require,module,exports){
32847
32847
  var isNative = require('../lang/isNative');
32848
32848
 
32849
32849
  /* Native method references for those with the same name as other `lodash` methods. */
@@ -32869,7 +32869,7 @@ var now = nativeNow || function() {
32869
32869
 
32870
32870
  module.exports = now;
32871
32871
 
32872
- },{"../lang/isNative":294}],211:[function(require,module,exports){
32872
+ },{"../lang/isNative":295}],212:[function(require,module,exports){
32873
32873
  var createWrapper = require('../internal/createWrapper'),
32874
32874
  isIterateeCall = require('../internal/isIterateeCall');
32875
32875
 
@@ -32905,7 +32905,7 @@ function ary(func, n, guard) {
32905
32905
 
32906
32906
  module.exports = ary;
32907
32907
 
32908
- },{"../internal/createWrapper":263,"../internal/isIterateeCall":274}],212:[function(require,module,exports){
32908
+ },{"../internal/createWrapper":264,"../internal/isIterateeCall":275}],213:[function(require,module,exports){
32909
32909
  (function (global){
32910
32910
  var cachePush = require('./cachePush'),
32911
32911
  isNative = require('../lang/isNative');
@@ -32938,7 +32938,7 @@ SetCache.prototype.push = cachePush;
32938
32938
  module.exports = SetCache;
32939
32939
 
32940
32940
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32941
- },{"../lang/isNative":294,"./cachePush":252}],213:[function(require,module,exports){
32941
+ },{"../lang/isNative":295,"./cachePush":253}],214:[function(require,module,exports){
32942
32942
  /**
32943
32943
  * Copies the values of `source` to `array`.
32944
32944
  *
@@ -32960,7 +32960,7 @@ function arrayCopy(source, array) {
32960
32960
 
32961
32961
  module.exports = arrayCopy;
32962
32962
 
32963
- },{}],214:[function(require,module,exports){
32963
+ },{}],215:[function(require,module,exports){
32964
32964
  /**
32965
32965
  * A specialized version of `_.forEach` for arrays without support for callback
32966
32966
  * shorthands or `this` binding.
@@ -32984,7 +32984,7 @@ function arrayEach(array, iteratee) {
32984
32984
 
32985
32985
  module.exports = arrayEach;
32986
32986
 
32987
- },{}],215:[function(require,module,exports){
32987
+ },{}],216:[function(require,module,exports){
32988
32988
  /**
32989
32989
  * A specialized version of `_.map` for arrays without support for callback
32990
32990
  * shorthands or `this` binding.
@@ -33007,7 +33007,7 @@ function arrayMap(array, iteratee) {
33007
33007
 
33008
33008
  module.exports = arrayMap;
33009
33009
 
33010
- },{}],216:[function(require,module,exports){
33010
+ },{}],217:[function(require,module,exports){
33011
33011
  /**
33012
33012
  * A specialized version of `_.reduceRight` for arrays without support for
33013
33013
  * callback shorthands or `this` binding.
@@ -33033,7 +33033,7 @@ function arrayReduceRight(array, iteratee, accumulator, initFromArray) {
33033
33033
 
33034
33034
  module.exports = arrayReduceRight;
33035
33035
 
33036
- },{}],217:[function(require,module,exports){
33036
+ },{}],218:[function(require,module,exports){
33037
33037
  /**
33038
33038
  * A specialized version of `_.some` for arrays without support for callback
33039
33039
  * shorthands or `this` binding.
@@ -33058,7 +33058,7 @@ function arraySome(array, predicate) {
33058
33058
 
33059
33059
  module.exports = arraySome;
33060
33060
 
33061
- },{}],218:[function(require,module,exports){
33061
+ },{}],219:[function(require,module,exports){
33062
33062
  /**
33063
33063
  * Used by `_.defaults` to customize its `_.assign` use.
33064
33064
  *
@@ -33073,7 +33073,7 @@ function assignDefaults(objectValue, sourceValue) {
33073
33073
 
33074
33074
  module.exports = assignDefaults;
33075
33075
 
33076
- },{}],219:[function(require,module,exports){
33076
+ },{}],220:[function(require,module,exports){
33077
33077
  var baseCopy = require('./baseCopy'),
33078
33078
  keys = require('../object/keys');
33079
33079
 
@@ -33110,7 +33110,7 @@ function baseAssign(object, source, customizer) {
33110
33110
 
33111
33111
  module.exports = baseAssign;
33112
33112
 
33113
- },{"../object/keys":305,"./baseCopy":223}],220:[function(require,module,exports){
33113
+ },{"../object/keys":306,"./baseCopy":224}],221:[function(require,module,exports){
33114
33114
  var baseMatches = require('./baseMatches'),
33115
33115
  baseMatchesProperty = require('./baseMatchesProperty'),
33116
33116
  baseProperty = require('./baseProperty'),
@@ -33148,7 +33148,7 @@ function baseCallback(func, thisArg, argCount) {
33148
33148
 
33149
33149
  module.exports = baseCallback;
33150
33150
 
33151
- },{"../utility/identity":311,"./baseMatches":239,"./baseMatchesProperty":240,"./baseProperty":241,"./bindCallback":249,"./isBindable":272}],221:[function(require,module,exports){
33151
+ },{"../utility/identity":312,"./baseMatches":240,"./baseMatchesProperty":241,"./baseProperty":242,"./bindCallback":250,"./isBindable":273}],222:[function(require,module,exports){
33152
33152
  var arrayCopy = require('./arrayCopy'),
33153
33153
  arrayEach = require('./arrayEach'),
33154
33154
  baseCopy = require('./baseCopy'),
@@ -33280,7 +33280,7 @@ function baseClone(value, isDeep, customizer, key, object, stackA, stackB) {
33280
33280
 
33281
33281
  module.exports = baseClone;
33282
33282
 
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){
33283
+ },{"../lang/isArray":291,"../lang/isObject":297,"../object/keys":306,"./arrayCopy":214,"./arrayEach":215,"./baseCopy":224,"./baseForOwn":231,"./initCloneArray":270,"./initCloneByTag":271,"./initCloneObject":272}],223:[function(require,module,exports){
33284
33284
  /**
33285
33285
  * The base implementation of `compareAscending` which compares values and
33286
33286
  * sorts them in ascending order without guaranteeing a stable sort.
@@ -33307,7 +33307,7 @@ function baseCompareAscending(value, other) {
33307
33307
 
33308
33308
  module.exports = baseCompareAscending;
33309
33309
 
33310
- },{}],223:[function(require,module,exports){
33310
+ },{}],224:[function(require,module,exports){
33311
33311
  /**
33312
33312
  * Copies the properties of `source` to `object`.
33313
33313
  *
@@ -33334,7 +33334,7 @@ function baseCopy(source, object, props) {
33334
33334
 
33335
33335
  module.exports = baseCopy;
33336
33336
 
33337
- },{}],224:[function(require,module,exports){
33337
+ },{}],225:[function(require,module,exports){
33338
33338
  (function (global){
33339
33339
  var isObject = require('../lang/isObject');
33340
33340
 
@@ -33361,7 +33361,7 @@ var baseCreate = (function() {
33361
33361
  module.exports = baseCreate;
33362
33362
 
33363
33363
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
33364
- },{"../lang/isObject":296}],225:[function(require,module,exports){
33364
+ },{"../lang/isObject":297}],226:[function(require,module,exports){
33365
33365
  var baseForOwn = require('./baseForOwn'),
33366
33366
  isLength = require('./isLength'),
33367
33367
  toObject = require('./toObject');
@@ -33393,7 +33393,7 @@ function baseEach(collection, iteratee) {
33393
33393
 
33394
33394
  module.exports = baseEach;
33395
33395
 
33396
- },{"./baseForOwn":230,"./isLength":275,"./toObject":286}],226:[function(require,module,exports){
33396
+ },{"./baseForOwn":231,"./isLength":276,"./toObject":287}],227:[function(require,module,exports){
33397
33397
  var baseForOwnRight = require('./baseForOwnRight'),
33398
33398
  isLength = require('./isLength'),
33399
33399
  toObject = require('./toObject');
@@ -33423,7 +33423,7 @@ function baseEachRight(collection, iteratee) {
33423
33423
 
33424
33424
  module.exports = baseEachRight;
33425
33425
 
33426
- },{"./baseForOwnRight":231,"./isLength":275,"./toObject":286}],227:[function(require,module,exports){
33426
+ },{"./baseForOwnRight":232,"./isLength":276,"./toObject":287}],228:[function(require,module,exports){
33427
33427
  var isArguments = require('../lang/isArguments'),
33428
33428
  isArray = require('../lang/isArray'),
33429
33429
  isLength = require('./isLength'),
@@ -33470,7 +33470,7 @@ function baseFlatten(array, isDeep, isStrict, fromIndex) {
33470
33470
 
33471
33471
  module.exports = baseFlatten;
33472
33472
 
33473
- },{"../lang/isArguments":289,"../lang/isArray":290,"./isLength":275,"./isObjectLike":276}],228:[function(require,module,exports){
33473
+ },{"../lang/isArguments":290,"../lang/isArray":291,"./isLength":276,"./isObjectLike":277}],229:[function(require,module,exports){
33474
33474
  var toObject = require('./toObject');
33475
33475
 
33476
33476
  /**
@@ -33502,7 +33502,7 @@ function baseFor(object, iteratee, keysFunc) {
33502
33502
 
33503
33503
  module.exports = baseFor;
33504
33504
 
33505
- },{"./toObject":286}],229:[function(require,module,exports){
33505
+ },{"./toObject":287}],230:[function(require,module,exports){
33506
33506
  var baseFor = require('./baseFor'),
33507
33507
  keysIn = require('../object/keysIn');
33508
33508
 
@@ -33521,7 +33521,7 @@ function baseForIn(object, iteratee) {
33521
33521
 
33522
33522
  module.exports = baseForIn;
33523
33523
 
33524
- },{"../object/keysIn":306,"./baseFor":228}],230:[function(require,module,exports){
33524
+ },{"../object/keysIn":307,"./baseFor":229}],231:[function(require,module,exports){
33525
33525
  var baseFor = require('./baseFor'),
33526
33526
  keys = require('../object/keys');
33527
33527
 
@@ -33540,7 +33540,7 @@ function baseForOwn(object, iteratee) {
33540
33540
 
33541
33541
  module.exports = baseForOwn;
33542
33542
 
33543
- },{"../object/keys":305,"./baseFor":228}],231:[function(require,module,exports){
33543
+ },{"../object/keys":306,"./baseFor":229}],232:[function(require,module,exports){
33544
33544
  var baseForRight = require('./baseForRight'),
33545
33545
  keys = require('../object/keys');
33546
33546
 
@@ -33559,7 +33559,7 @@ function baseForOwnRight(object, iteratee) {
33559
33559
 
33560
33560
  module.exports = baseForOwnRight;
33561
33561
 
33562
- },{"../object/keys":305,"./baseForRight":232}],232:[function(require,module,exports){
33562
+ },{"../object/keys":306,"./baseForRight":233}],233:[function(require,module,exports){
33563
33563
  var toObject = require('./toObject');
33564
33564
 
33565
33565
  /**
@@ -33588,7 +33588,7 @@ function baseForRight(object, iteratee, keysFunc) {
33588
33588
 
33589
33589
  module.exports = baseForRight;
33590
33590
 
33591
- },{"./toObject":286}],233:[function(require,module,exports){
33591
+ },{"./toObject":287}],234:[function(require,module,exports){
33592
33592
  var indexOfNaN = require('./indexOfNaN');
33593
33593
 
33594
33594
  /**
@@ -33617,7 +33617,7 @@ function baseIndexOf(array, value, fromIndex) {
33617
33617
 
33618
33618
  module.exports = baseIndexOf;
33619
33619
 
33620
- },{"./indexOfNaN":268}],234:[function(require,module,exports){
33620
+ },{"./indexOfNaN":269}],235:[function(require,module,exports){
33621
33621
  var baseIsEqualDeep = require('./baseIsEqualDeep');
33622
33622
 
33623
33623
  /**
@@ -33653,7 +33653,7 @@ function baseIsEqual(value, other, customizer, isWhere, stackA, stackB) {
33653
33653
 
33654
33654
  module.exports = baseIsEqual;
33655
33655
 
33656
- },{"./baseIsEqualDeep":235}],235:[function(require,module,exports){
33656
+ },{"./baseIsEqualDeep":236}],236:[function(require,module,exports){
33657
33657
  var equalArrays = require('./equalArrays'),
33658
33658
  equalByTag = require('./equalByTag'),
33659
33659
  equalObjects = require('./equalObjects'),
@@ -33756,7 +33756,7 @@ function baseIsEqualDeep(object, other, equalFunc, customizer, isWhere, stackA,
33756
33756
 
33757
33757
  module.exports = baseIsEqualDeep;
33758
33758
 
33759
- },{"../lang/isArray":290,"../lang/isTypedArray":300,"./equalArrays":264,"./equalByTag":265,"./equalObjects":266}],236:[function(require,module,exports){
33759
+ },{"../lang/isArray":291,"../lang/isTypedArray":301,"./equalArrays":265,"./equalByTag":266,"./equalObjects":267}],237:[function(require,module,exports){
33760
33760
  /**
33761
33761
  * The base implementation of `_.isFunction` without support for environments
33762
33762
  * with incorrect `typeof` results.
@@ -33773,7 +33773,7 @@ function baseIsFunction(value) {
33773
33773
 
33774
33774
  module.exports = baseIsFunction;
33775
33775
 
33776
- },{}],237:[function(require,module,exports){
33776
+ },{}],238:[function(require,module,exports){
33777
33777
  var baseIsEqual = require('./baseIsEqual');
33778
33778
 
33779
33779
  /** Used for native method references. */
@@ -33833,7 +33833,7 @@ function baseIsMatch(object, props, values, strictCompareFlags, customizer) {
33833
33833
 
33834
33834
  module.exports = baseIsMatch;
33835
33835
 
33836
- },{"./baseIsEqual":234}],238:[function(require,module,exports){
33836
+ },{"./baseIsEqual":235}],239:[function(require,module,exports){
33837
33837
  var baseEach = require('./baseEach');
33838
33838
 
33839
33839
  /**
@@ -33855,7 +33855,7 @@ function baseMap(collection, iteratee) {
33855
33855
 
33856
33856
  module.exports = baseMap;
33857
33857
 
33858
- },{"./baseEach":225}],239:[function(require,module,exports){
33858
+ },{"./baseEach":226}],240:[function(require,module,exports){
33859
33859
  var baseIsMatch = require('./baseIsMatch'),
33860
33860
  isStrictComparable = require('./isStrictComparable'),
33861
33861
  keys = require('../object/keys');
@@ -33902,7 +33902,7 @@ function baseMatches(source) {
33902
33902
 
33903
33903
  module.exports = baseMatches;
33904
33904
 
33905
- },{"../object/keys":305,"./baseIsMatch":237,"./isStrictComparable":277}],240:[function(require,module,exports){
33905
+ },{"../object/keys":306,"./baseIsMatch":238,"./isStrictComparable":278}],241:[function(require,module,exports){
33906
33906
  var baseIsEqual = require('./baseIsEqual'),
33907
33907
  isStrictComparable = require('./isStrictComparable');
33908
33908
 
@@ -33928,7 +33928,7 @@ function baseMatchesProperty(key, value) {
33928
33928
 
33929
33929
  module.exports = baseMatchesProperty;
33930
33930
 
33931
- },{"./baseIsEqual":234,"./isStrictComparable":277}],241:[function(require,module,exports){
33931
+ },{"./baseIsEqual":235,"./isStrictComparable":278}],242:[function(require,module,exports){
33932
33932
  /**
33933
33933
  * The base implementation of `_.property` which does not coerce `key` to a string.
33934
33934
  *
@@ -33944,7 +33944,7 @@ function baseProperty(key) {
33944
33944
 
33945
33945
  module.exports = baseProperty;
33946
33946
 
33947
- },{}],242:[function(require,module,exports){
33947
+ },{}],243:[function(require,module,exports){
33948
33948
  /**
33949
33949
  * The base implementation of `_.reduce` and `_.reduceRight` without support
33950
33950
  * for callback shorthands or `this` binding, which iterates over `collection`
@@ -33970,7 +33970,7 @@ function baseReduce(collection, iteratee, accumulator, initFromCollection, eachF
33970
33970
 
33971
33971
  module.exports = baseReduce;
33972
33972
 
33973
- },{}],243:[function(require,module,exports){
33973
+ },{}],244:[function(require,module,exports){
33974
33974
  var identity = require('../utility/identity'),
33975
33975
  metaMap = require('./metaMap');
33976
33976
 
@@ -33989,7 +33989,7 @@ var baseSetData = !metaMap ? identity : function(func, data) {
33989
33989
 
33990
33990
  module.exports = baseSetData;
33991
33991
 
33992
- },{"../utility/identity":311,"./metaMap":279}],244:[function(require,module,exports){
33992
+ },{"../utility/identity":312,"./metaMap":280}],245:[function(require,module,exports){
33993
33993
  var baseEach = require('./baseEach');
33994
33994
 
33995
33995
  /**
@@ -34014,7 +34014,7 @@ function baseSome(collection, predicate) {
34014
34014
 
34015
34015
  module.exports = baseSome;
34016
34016
 
34017
- },{"./baseEach":225}],245:[function(require,module,exports){
34017
+ },{"./baseEach":226}],246:[function(require,module,exports){
34018
34018
  /**
34019
34019
  * The base implementation of `_.sortBy` and `_.sortByAll` which uses `comparer`
34020
34020
  * to define the sort order of `array` and replaces criteria objects with their
@@ -34037,7 +34037,7 @@ function baseSortBy(array, comparer) {
34037
34037
 
34038
34038
  module.exports = baseSortBy;
34039
34039
 
34040
- },{}],246:[function(require,module,exports){
34040
+ },{}],247:[function(require,module,exports){
34041
34041
  /**
34042
34042
  * Converts `value` to a string if it is not one. An empty string is returned
34043
34043
  * for `null` or `undefined` values.
@@ -34055,7 +34055,7 @@ function baseToString(value) {
34055
34055
 
34056
34056
  module.exports = baseToString;
34057
34057
 
34058
- },{}],247:[function(require,module,exports){
34058
+ },{}],248:[function(require,module,exports){
34059
34059
  var baseIndexOf = require('./baseIndexOf'),
34060
34060
  cacheIndexOf = require('./cacheIndexOf'),
34061
34061
  createCache = require('./createCache');
@@ -34114,7 +34114,7 @@ function baseUniq(array, iteratee) {
34114
34114
 
34115
34115
  module.exports = baseUniq;
34116
34116
 
34117
- },{"./baseIndexOf":233,"./cacheIndexOf":251,"./createCache":259}],248:[function(require,module,exports){
34117
+ },{"./baseIndexOf":234,"./cacheIndexOf":252,"./createCache":260}],249:[function(require,module,exports){
34118
34118
  /**
34119
34119
  * The base implementation of `_.values` and `_.valuesIn` which creates an
34120
34120
  * array of `object` property values corresponding to the property names
@@ -34138,7 +34138,7 @@ function baseValues(object, props) {
34138
34138
 
34139
34139
  module.exports = baseValues;
34140
34140
 
34141
- },{}],249:[function(require,module,exports){
34141
+ },{}],250:[function(require,module,exports){
34142
34142
  var identity = require('../utility/identity');
34143
34143
 
34144
34144
  /**
@@ -34179,7 +34179,7 @@ function bindCallback(func, thisArg, argCount) {
34179
34179
 
34180
34180
  module.exports = bindCallback;
34181
34181
 
34182
- },{"../utility/identity":311}],250:[function(require,module,exports){
34182
+ },{"../utility/identity":312}],251:[function(require,module,exports){
34183
34183
  (function (global){
34184
34184
  var constant = require('../utility/constant'),
34185
34185
  isNative = require('../lang/isNative');
@@ -34238,7 +34238,7 @@ if (!bufferSlice) {
34238
34238
  module.exports = bufferClone;
34239
34239
 
34240
34240
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
34241
- },{"../lang/isNative":294,"../utility/constant":310}],251:[function(require,module,exports){
34241
+ },{"../lang/isNative":295,"../utility/constant":311}],252:[function(require,module,exports){
34242
34242
  var isObject = require('../lang/isObject');
34243
34243
 
34244
34244
  /**
@@ -34259,7 +34259,7 @@ function cacheIndexOf(cache, value) {
34259
34259
 
34260
34260
  module.exports = cacheIndexOf;
34261
34261
 
34262
- },{"../lang/isObject":296}],252:[function(require,module,exports){
34262
+ },{"../lang/isObject":297}],253:[function(require,module,exports){
34263
34263
  var isObject = require('../lang/isObject');
34264
34264
 
34265
34265
  /**
@@ -34281,7 +34281,7 @@ function cachePush(value) {
34281
34281
 
34282
34282
  module.exports = cachePush;
34283
34283
 
34284
- },{"../lang/isObject":296}],253:[function(require,module,exports){
34284
+ },{"../lang/isObject":297}],254:[function(require,module,exports){
34285
34285
  var baseCompareAscending = require('./baseCompareAscending');
34286
34286
 
34287
34287
  /**
@@ -34299,7 +34299,7 @@ function compareAscending(object, other) {
34299
34299
 
34300
34300
  module.exports = compareAscending;
34301
34301
 
34302
- },{"./baseCompareAscending":222}],254:[function(require,module,exports){
34302
+ },{"./baseCompareAscending":223}],255:[function(require,module,exports){
34303
34303
  /* Native method references for those with the same name as other `lodash` methods. */
34304
34304
  var nativeMax = Math.max;
34305
34305
 
@@ -34335,7 +34335,7 @@ function composeArgs(args, partials, holders) {
34335
34335
 
34336
34336
  module.exports = composeArgs;
34337
34337
 
34338
- },{}],255:[function(require,module,exports){
34338
+ },{}],256:[function(require,module,exports){
34339
34339
  /* Native method references for those with the same name as other `lodash` methods. */
34340
34340
  var nativeMax = Math.max;
34341
34341
 
@@ -34373,7 +34373,7 @@ function composeArgsRight(args, partials, holders) {
34373
34373
 
34374
34374
  module.exports = composeArgsRight;
34375
34375
 
34376
- },{}],256:[function(require,module,exports){
34376
+ },{}],257:[function(require,module,exports){
34377
34377
  var baseCallback = require('./baseCallback'),
34378
34378
  baseEach = require('./baseEach'),
34379
34379
  isArray = require('../lang/isArray');
@@ -34412,7 +34412,7 @@ function createAggregator(setter, initializer) {
34412
34412
 
34413
34413
  module.exports = createAggregator;
34414
34414
 
34415
- },{"../lang/isArray":290,"./baseCallback":220,"./baseEach":225}],257:[function(require,module,exports){
34415
+ },{"../lang/isArray":291,"./baseCallback":221,"./baseEach":226}],258:[function(require,module,exports){
34416
34416
  var bindCallback = require('./bindCallback'),
34417
34417
  isIterateeCall = require('./isIterateeCall');
34418
34418
 
@@ -34454,7 +34454,7 @@ function createAssigner(assigner) {
34454
34454
 
34455
34455
  module.exports = createAssigner;
34456
34456
 
34457
- },{"./bindCallback":249,"./isIterateeCall":274}],258:[function(require,module,exports){
34457
+ },{"./bindCallback":250,"./isIterateeCall":275}],259:[function(require,module,exports){
34458
34458
  var createCtorWrapper = require('./createCtorWrapper');
34459
34459
 
34460
34460
  /**
@@ -34477,7 +34477,7 @@ function createBindWrapper(func, thisArg) {
34477
34477
 
34478
34478
  module.exports = createBindWrapper;
34479
34479
 
34480
- },{"./createCtorWrapper":260}],259:[function(require,module,exports){
34480
+ },{"./createCtorWrapper":261}],260:[function(require,module,exports){
34481
34481
  (function (global){
34482
34482
  var SetCache = require('./SetCache'),
34483
34483
  constant = require('../utility/constant'),
@@ -34503,7 +34503,7 @@ var createCache = !(nativeCreate && Set) ? constant(null) : function(values) {
34503
34503
  module.exports = createCache;
34504
34504
 
34505
34505
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
34506
- },{"../lang/isNative":294,"../utility/constant":310,"./SetCache":212}],260:[function(require,module,exports){
34506
+ },{"../lang/isNative":295,"../utility/constant":311,"./SetCache":213}],261:[function(require,module,exports){
34507
34507
  var baseCreate = require('./baseCreate'),
34508
34508
  isObject = require('../lang/isObject');
34509
34509
 
@@ -34528,7 +34528,7 @@ function createCtorWrapper(Ctor) {
34528
34528
 
34529
34529
  module.exports = createCtorWrapper;
34530
34530
 
34531
- },{"../lang/isObject":296,"./baseCreate":224}],261:[function(require,module,exports){
34531
+ },{"../lang/isObject":297,"./baseCreate":225}],262:[function(require,module,exports){
34532
34532
  var arrayCopy = require('./arrayCopy'),
34533
34533
  composeArgs = require('./composeArgs'),
34534
34534
  composeArgsRight = require('./composeArgsRight'),
@@ -34634,7 +34634,7 @@ function createHybridWrapper(func, bitmask, thisArg, partials, holders, partials
34634
34634
 
34635
34635
  module.exports = createHybridWrapper;
34636
34636
 
34637
- },{"./arrayCopy":213,"./composeArgs":254,"./composeArgsRight":255,"./createCtorWrapper":260,"./reorder":280,"./replaceHolders":281}],262:[function(require,module,exports){
34637
+ },{"./arrayCopy":214,"./composeArgs":255,"./composeArgsRight":256,"./createCtorWrapper":261,"./reorder":281,"./replaceHolders":282}],263:[function(require,module,exports){
34638
34638
  var createCtorWrapper = require('./createCtorWrapper');
34639
34639
 
34640
34640
  /** Used to compose bitmasks for wrapper metadata. */
@@ -34678,7 +34678,7 @@ function createPartialWrapper(func, bitmask, thisArg, partials) {
34678
34678
 
34679
34679
  module.exports = createPartialWrapper;
34680
34680
 
34681
- },{"./createCtorWrapper":260}],263:[function(require,module,exports){
34681
+ },{"./createCtorWrapper":261}],264:[function(require,module,exports){
34682
34682
  var baseSetData = require('./baseSetData'),
34683
34683
  createBindWrapper = require('./createBindWrapper'),
34684
34684
  createHybridWrapper = require('./createHybridWrapper'),
@@ -34766,7 +34766,7 @@ function createWrapper(func, bitmask, thisArg, partials, holders, argPos, ary, a
34766
34766
 
34767
34767
  module.exports = createWrapper;
34768
34768
 
34769
- },{"./baseSetData":243,"./createBindWrapper":258,"./createHybridWrapper":261,"./createPartialWrapper":262,"./getData":267,"./mergeData":278,"./setData":282}],264:[function(require,module,exports){
34769
+ },{"./baseSetData":244,"./createBindWrapper":259,"./createHybridWrapper":262,"./createPartialWrapper":263,"./getData":268,"./mergeData":279,"./setData":283}],265:[function(require,module,exports){
34770
34770
  /**
34771
34771
  * A specialized version of `baseIsEqualDeep` for arrays with support for
34772
34772
  * partial deep comparisons.
@@ -34822,7 +34822,7 @@ function equalArrays(array, other, equalFunc, customizer, isWhere, stackA, stack
34822
34822
 
34823
34823
  module.exports = equalArrays;
34824
34824
 
34825
- },{}],265:[function(require,module,exports){
34825
+ },{}],266:[function(require,module,exports){
34826
34826
  /** `Object#toString` result references. */
34827
34827
  var boolTag = '[object Boolean]',
34828
34828
  dateTag = '[object Date]',
@@ -34873,7 +34873,7 @@ function equalByTag(object, other, tag) {
34873
34873
 
34874
34874
  module.exports = equalByTag;
34875
34875
 
34876
- },{}],266:[function(require,module,exports){
34876
+ },{}],267:[function(require,module,exports){
34877
34877
  var keys = require('../object/keys');
34878
34878
 
34879
34879
  /** Used for native method references. */
@@ -34947,7 +34947,7 @@ function equalObjects(object, other, equalFunc, customizer, isWhere, stackA, sta
34947
34947
 
34948
34948
  module.exports = equalObjects;
34949
34949
 
34950
- },{"../object/keys":305}],267:[function(require,module,exports){
34950
+ },{"../object/keys":306}],268:[function(require,module,exports){
34951
34951
  var metaMap = require('./metaMap'),
34952
34952
  noop = require('../utility/noop');
34953
34953
 
@@ -34964,7 +34964,7 @@ var getData = !metaMap ? noop : function(func) {
34964
34964
 
34965
34965
  module.exports = getData;
34966
34966
 
34967
- },{"../utility/noop":312,"./metaMap":279}],268:[function(require,module,exports){
34967
+ },{"../utility/noop":313,"./metaMap":280}],269:[function(require,module,exports){
34968
34968
  /**
34969
34969
  * Gets the index at which the first occurrence of `NaN` is found in `array`.
34970
34970
  * If `fromRight` is provided elements of `array` are iterated from right to left.
@@ -34990,7 +34990,7 @@ function indexOfNaN(array, fromIndex, fromRight) {
34990
34990
 
34991
34991
  module.exports = indexOfNaN;
34992
34992
 
34993
- },{}],269:[function(require,module,exports){
34993
+ },{}],270:[function(require,module,exports){
34994
34994
  /** Used for native method references. */
34995
34995
  var objectProto = Object.prototype;
34996
34996
 
@@ -35018,7 +35018,7 @@ function initCloneArray(array) {
35018
35018
 
35019
35019
  module.exports = initCloneArray;
35020
35020
 
35021
- },{}],270:[function(require,module,exports){
35021
+ },{}],271:[function(require,module,exports){
35022
35022
  var bufferClone = require('./bufferClone');
35023
35023
 
35024
35024
  /** `Object#toString` result references. */
@@ -35084,7 +35084,7 @@ function initCloneByTag(object, tag, isDeep) {
35084
35084
 
35085
35085
  module.exports = initCloneByTag;
35086
35086
 
35087
- },{"./bufferClone":250}],271:[function(require,module,exports){
35087
+ },{"./bufferClone":251}],272:[function(require,module,exports){
35088
35088
  /**
35089
35089
  * Initializes an object clone.
35090
35090
  *
@@ -35102,7 +35102,7 @@ function initCloneObject(object) {
35102
35102
 
35103
35103
  module.exports = initCloneObject;
35104
35104
 
35105
- },{}],272:[function(require,module,exports){
35105
+ },{}],273:[function(require,module,exports){
35106
35106
  var baseSetData = require('./baseSetData'),
35107
35107
  isNative = require('../lang/isNative'),
35108
35108
  support = require('../support');
@@ -35142,7 +35142,7 @@ function isBindable(func) {
35142
35142
 
35143
35143
  module.exports = isBindable;
35144
35144
 
35145
- },{"../lang/isNative":294,"../support":309,"./baseSetData":243}],273:[function(require,module,exports){
35145
+ },{"../lang/isNative":295,"../support":310,"./baseSetData":244}],274:[function(require,module,exports){
35146
35146
  /**
35147
35147
  * Used as the maximum length of an array-like value.
35148
35148
  * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
@@ -35166,7 +35166,7 @@ function isIndex(value, length) {
35166
35166
 
35167
35167
  module.exports = isIndex;
35168
35168
 
35169
- },{}],274:[function(require,module,exports){
35169
+ },{}],275:[function(require,module,exports){
35170
35170
  var isIndex = require('./isIndex'),
35171
35171
  isLength = require('./isLength'),
35172
35172
  isObject = require('../lang/isObject');
@@ -35200,7 +35200,7 @@ function isIterateeCall(value, index, object) {
35200
35200
 
35201
35201
  module.exports = isIterateeCall;
35202
35202
 
35203
- },{"../lang/isObject":296,"./isIndex":273,"./isLength":275}],275:[function(require,module,exports){
35203
+ },{"../lang/isObject":297,"./isIndex":274,"./isLength":276}],276:[function(require,module,exports){
35204
35204
  /**
35205
35205
  * Used as the maximum length of an array-like value.
35206
35206
  * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
@@ -35225,7 +35225,7 @@ function isLength(value) {
35225
35225
 
35226
35226
  module.exports = isLength;
35227
35227
 
35228
- },{}],276:[function(require,module,exports){
35228
+ },{}],277:[function(require,module,exports){
35229
35229
  /**
35230
35230
  * Checks if `value` is object-like.
35231
35231
  *
@@ -35239,7 +35239,7 @@ function isObjectLike(value) {
35239
35239
 
35240
35240
  module.exports = isObjectLike;
35241
35241
 
35242
- },{}],277:[function(require,module,exports){
35242
+ },{}],278:[function(require,module,exports){
35243
35243
  var isObject = require('../lang/isObject');
35244
35244
 
35245
35245
  /**
@@ -35256,7 +35256,7 @@ function isStrictComparable(value) {
35256
35256
 
35257
35257
  module.exports = isStrictComparable;
35258
35258
 
35259
- },{"../lang/isObject":296}],278:[function(require,module,exports){
35259
+ },{"../lang/isObject":297}],279:[function(require,module,exports){
35260
35260
  var arrayCopy = require('./arrayCopy'),
35261
35261
  composeArgs = require('./composeArgs'),
35262
35262
  composeArgsRight = require('./composeArgsRight'),
@@ -35357,7 +35357,7 @@ function mergeData(data, source) {
35357
35357
 
35358
35358
  module.exports = mergeData;
35359
35359
 
35360
- },{"./arrayCopy":213,"./composeArgs":254,"./composeArgsRight":255,"./replaceHolders":281}],279:[function(require,module,exports){
35360
+ },{"./arrayCopy":214,"./composeArgs":255,"./composeArgsRight":256,"./replaceHolders":282}],280:[function(require,module,exports){
35361
35361
  (function (global){
35362
35362
  var isNative = require('../lang/isNative');
35363
35363
 
@@ -35370,7 +35370,7 @@ var metaMap = WeakMap && new WeakMap;
35370
35370
  module.exports = metaMap;
35371
35371
 
35372
35372
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
35373
- },{"../lang/isNative":294}],280:[function(require,module,exports){
35373
+ },{"../lang/isNative":295}],281:[function(require,module,exports){
35374
35374
  var arrayCopy = require('./arrayCopy'),
35375
35375
  isIndex = require('./isIndex');
35376
35376
 
@@ -35401,7 +35401,7 @@ function reorder(array, indexes) {
35401
35401
 
35402
35402
  module.exports = reorder;
35403
35403
 
35404
- },{"./arrayCopy":213,"./isIndex":273}],281:[function(require,module,exports){
35404
+ },{"./arrayCopy":214,"./isIndex":274}],282:[function(require,module,exports){
35405
35405
  /** Used as the internal argument placeholder. */
35406
35406
  var PLACEHOLDER = '__lodash_placeholder__';
35407
35407
 
@@ -35431,7 +35431,7 @@ function replaceHolders(array, placeholder) {
35431
35431
 
35432
35432
  module.exports = replaceHolders;
35433
35433
 
35434
- },{}],282:[function(require,module,exports){
35434
+ },{}],283:[function(require,module,exports){
35435
35435
  var baseSetData = require('./baseSetData'),
35436
35436
  now = require('../date/now');
35437
35437
 
@@ -35474,7 +35474,7 @@ var setData = (function() {
35474
35474
 
35475
35475
  module.exports = setData;
35476
35476
 
35477
- },{"../date/now":210,"./baseSetData":243}],283:[function(require,module,exports){
35477
+ },{"../date/now":211,"./baseSetData":244}],284:[function(require,module,exports){
35478
35478
  var baseForIn = require('./baseForIn'),
35479
35479
  isObjectLike = require('./isObjectLike');
35480
35480
 
@@ -35527,7 +35527,7 @@ function shimIsPlainObject(value) {
35527
35527
 
35528
35528
  module.exports = shimIsPlainObject;
35529
35529
 
35530
- },{"./baseForIn":229,"./isObjectLike":276}],284:[function(require,module,exports){
35530
+ },{"./baseForIn":230,"./isObjectLike":277}],285:[function(require,module,exports){
35531
35531
  var isArguments = require('../lang/isArguments'),
35532
35532
  isArray = require('../lang/isArray'),
35533
35533
  isIndex = require('./isIndex'),
@@ -35571,7 +35571,7 @@ function shimKeys(object) {
35571
35571
 
35572
35572
  module.exports = shimKeys;
35573
35573
 
35574
- },{"../lang/isArguments":289,"../lang/isArray":290,"../object/keysIn":306,"../support":309,"./isIndex":273,"./isLength":275}],285:[function(require,module,exports){
35574
+ },{"../lang/isArguments":290,"../lang/isArray":291,"../object/keysIn":307,"../support":310,"./isIndex":274,"./isLength":276}],286:[function(require,module,exports){
35575
35575
  /**
35576
35576
  * An implementation of `_.uniq` optimized for sorted arrays without support
35577
35577
  * for callback shorthands and `this` binding.
@@ -35602,7 +35602,7 @@ function sortedUniq(array, iteratee) {
35602
35602
 
35603
35603
  module.exports = sortedUniq;
35604
35604
 
35605
- },{}],286:[function(require,module,exports){
35605
+ },{}],287:[function(require,module,exports){
35606
35606
  var isObject = require('../lang/isObject');
35607
35607
 
35608
35608
  /**
@@ -35618,7 +35618,7 @@ function toObject(value) {
35618
35618
 
35619
35619
  module.exports = toObject;
35620
35620
 
35621
- },{"../lang/isObject":296}],287:[function(require,module,exports){
35621
+ },{"../lang/isObject":297}],288:[function(require,module,exports){
35622
35622
  var baseClone = require('../internal/baseClone'),
35623
35623
  bindCallback = require('../internal/bindCallback'),
35624
35624
  isIterateeCall = require('../internal/isIterateeCall');
@@ -35689,7 +35689,7 @@ function clone(value, isDeep, customizer, thisArg) {
35689
35689
 
35690
35690
  module.exports = clone;
35691
35691
 
35692
- },{"../internal/baseClone":221,"../internal/bindCallback":249,"../internal/isIterateeCall":274}],288:[function(require,module,exports){
35692
+ },{"../internal/baseClone":222,"../internal/bindCallback":250,"../internal/isIterateeCall":275}],289:[function(require,module,exports){
35693
35693
  var baseClone = require('../internal/baseClone'),
35694
35694
  bindCallback = require('../internal/bindCallback');
35695
35695
 
@@ -35745,7 +35745,7 @@ function cloneDeep(value, customizer, thisArg) {
35745
35745
 
35746
35746
  module.exports = cloneDeep;
35747
35747
 
35748
- },{"../internal/baseClone":221,"../internal/bindCallback":249}],289:[function(require,module,exports){
35748
+ },{"../internal/baseClone":222,"../internal/bindCallback":250}],290:[function(require,module,exports){
35749
35749
  var isLength = require('../internal/isLength'),
35750
35750
  isObjectLike = require('../internal/isObjectLike');
35751
35751
 
@@ -35785,7 +35785,7 @@ function isArguments(value) {
35785
35785
 
35786
35786
  module.exports = isArguments;
35787
35787
 
35788
- },{"../internal/isLength":275,"../internal/isObjectLike":276}],290:[function(require,module,exports){
35788
+ },{"../internal/isLength":276,"../internal/isObjectLike":277}],291:[function(require,module,exports){
35789
35789
  var isLength = require('../internal/isLength'),
35790
35790
  isNative = require('./isNative'),
35791
35791
  isObjectLike = require('../internal/isObjectLike');
@@ -35828,7 +35828,7 @@ var isArray = nativeIsArray || function(value) {
35828
35828
 
35829
35829
  module.exports = isArray;
35830
35830
 
35831
- },{"../internal/isLength":275,"../internal/isObjectLike":276,"./isNative":294}],291:[function(require,module,exports){
35831
+ },{"../internal/isLength":276,"../internal/isObjectLike":277,"./isNative":295}],292:[function(require,module,exports){
35832
35832
  var isObjectLike = require('../internal/isObjectLike');
35833
35833
 
35834
35834
  /** `Object#toString` result references. */
@@ -35866,7 +35866,7 @@ function isBoolean(value) {
35866
35866
 
35867
35867
  module.exports = isBoolean;
35868
35868
 
35869
- },{"../internal/isObjectLike":276}],292:[function(require,module,exports){
35869
+ },{"../internal/isObjectLike":277}],293:[function(require,module,exports){
35870
35870
  var isArguments = require('./isArguments'),
35871
35871
  isArray = require('./isArray'),
35872
35872
  isFunction = require('./isFunction'),
@@ -35916,7 +35916,7 @@ function isEmpty(value) {
35916
35916
 
35917
35917
  module.exports = isEmpty;
35918
35918
 
35919
- },{"../internal/isLength":275,"../internal/isObjectLike":276,"../object/keys":305,"./isArguments":289,"./isArray":290,"./isFunction":293,"./isString":299}],293:[function(require,module,exports){
35919
+ },{"../internal/isLength":276,"../internal/isObjectLike":277,"../object/keys":306,"./isArguments":290,"./isArray":291,"./isFunction":294,"./isString":300}],294:[function(require,module,exports){
35920
35920
  (function (global){
35921
35921
  var baseIsFunction = require('../internal/baseIsFunction'),
35922
35922
  isNative = require('./isNative');
@@ -35963,7 +35963,7 @@ var isFunction = !(baseIsFunction(/x/) || (Uint8Array && !baseIsFunction(Uint8Ar
35963
35963
  module.exports = isFunction;
35964
35964
 
35965
35965
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
35966
- },{"../internal/baseIsFunction":236,"./isNative":294}],294:[function(require,module,exports){
35966
+ },{"../internal/baseIsFunction":237,"./isNative":295}],295:[function(require,module,exports){
35967
35967
  var escapeRegExp = require('../string/escapeRegExp'),
35968
35968
  isObjectLike = require('../internal/isObjectLike');
35969
35969
 
@@ -36020,7 +36020,7 @@ function isNative(value) {
36020
36020
 
36021
36021
  module.exports = isNative;
36022
36022
 
36023
- },{"../internal/isObjectLike":276,"../string/escapeRegExp":308}],295:[function(require,module,exports){
36023
+ },{"../internal/isObjectLike":277,"../string/escapeRegExp":309}],296:[function(require,module,exports){
36024
36024
  var isObjectLike = require('../internal/isObjectLike');
36025
36025
 
36026
36026
  /** `Object#toString` result references. */
@@ -36064,7 +36064,7 @@ function isNumber(value) {
36064
36064
 
36065
36065
  module.exports = isNumber;
36066
36066
 
36067
- },{"../internal/isObjectLike":276}],296:[function(require,module,exports){
36067
+ },{"../internal/isObjectLike":277}],297:[function(require,module,exports){
36068
36068
  /**
36069
36069
  * Checks if `value` is the language type of `Object`.
36070
36070
  * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
@@ -36096,7 +36096,7 @@ function isObject(value) {
36096
36096
 
36097
36097
  module.exports = isObject;
36098
36098
 
36099
- },{}],297:[function(require,module,exports){
36099
+ },{}],298:[function(require,module,exports){
36100
36100
  var isNative = require('./isNative'),
36101
36101
  shimIsPlainObject = require('../internal/shimIsPlainObject');
36102
36102
 
@@ -36160,7 +36160,7 @@ var isPlainObject = !getPrototypeOf ? shimIsPlainObject : function(value) {
36160
36160
 
36161
36161
  module.exports = isPlainObject;
36162
36162
 
36163
- },{"../internal/shimIsPlainObject":283,"./isNative":294}],298:[function(require,module,exports){
36163
+ },{"../internal/shimIsPlainObject":284,"./isNative":295}],299:[function(require,module,exports){
36164
36164
  var isObjectLike = require('../internal/isObjectLike');
36165
36165
 
36166
36166
  /** `Object#toString` result references. */
@@ -36198,7 +36198,7 @@ function isRegExp(value) {
36198
36198
 
36199
36199
  module.exports = isRegExp;
36200
36200
 
36201
- },{"../internal/isObjectLike":276}],299:[function(require,module,exports){
36201
+ },{"../internal/isObjectLike":277}],300:[function(require,module,exports){
36202
36202
  var isObjectLike = require('../internal/isObjectLike');
36203
36203
 
36204
36204
  /** `Object#toString` result references. */
@@ -36236,7 +36236,7 @@ function isString(value) {
36236
36236
 
36237
36237
  module.exports = isString;
36238
36238
 
36239
- },{"../internal/isObjectLike":276}],300:[function(require,module,exports){
36239
+ },{"../internal/isObjectLike":277}],301:[function(require,module,exports){
36240
36240
  var isLength = require('../internal/isLength'),
36241
36241
  isObjectLike = require('../internal/isObjectLike');
36242
36242
 
@@ -36313,7 +36313,7 @@ function isTypedArray(value) {
36313
36313
 
36314
36314
  module.exports = isTypedArray;
36315
36315
 
36316
- },{"../internal/isLength":275,"../internal/isObjectLike":276}],301:[function(require,module,exports){
36316
+ },{"../internal/isLength":276,"../internal/isObjectLike":277}],302:[function(require,module,exports){
36317
36317
  var baseAssign = require('../internal/baseAssign'),
36318
36318
  createAssigner = require('../internal/createAssigner');
36319
36319
 
@@ -36350,7 +36350,7 @@ var assign = createAssigner(baseAssign);
36350
36350
 
36351
36351
  module.exports = assign;
36352
36352
 
36353
- },{"../internal/baseAssign":219,"../internal/createAssigner":257}],302:[function(require,module,exports){
36353
+ },{"../internal/baseAssign":220,"../internal/createAssigner":258}],303:[function(require,module,exports){
36354
36354
  var arrayCopy = require('../internal/arrayCopy'),
36355
36355
  assign = require('./assign'),
36356
36356
  assignDefaults = require('../internal/assignDefaults');
@@ -36382,10 +36382,10 @@ function defaults(object) {
36382
36382
 
36383
36383
  module.exports = defaults;
36384
36384
 
36385
- },{"../internal/arrayCopy":213,"../internal/assignDefaults":218,"./assign":301}],303:[function(require,module,exports){
36385
+ },{"../internal/arrayCopy":214,"../internal/assignDefaults":219,"./assign":302}],304:[function(require,module,exports){
36386
36386
  module.exports = require('./assign');
36387
36387
 
36388
- },{"./assign":301}],304:[function(require,module,exports){
36388
+ },{"./assign":302}],305:[function(require,module,exports){
36389
36389
  /** Used for native method references. */
36390
36390
  var objectProto = Object.prototype;
36391
36391
 
@@ -36415,7 +36415,7 @@ function has(object, key) {
36415
36415
 
36416
36416
  module.exports = has;
36417
36417
 
36418
- },{}],305:[function(require,module,exports){
36418
+ },{}],306:[function(require,module,exports){
36419
36419
  var isLength = require('../internal/isLength'),
36420
36420
  isNative = require('../lang/isNative'),
36421
36421
  isObject = require('../lang/isObject'),
@@ -36465,7 +36465,7 @@ var keys = !nativeKeys ? shimKeys : function(object) {
36465
36465
 
36466
36466
  module.exports = keys;
36467
36467
 
36468
- },{"../internal/isLength":275,"../internal/shimKeys":284,"../lang/isNative":294,"../lang/isObject":296}],306:[function(require,module,exports){
36468
+ },{"../internal/isLength":276,"../internal/shimKeys":285,"../lang/isNative":295,"../lang/isObject":297}],307:[function(require,module,exports){
36469
36469
  var isArguments = require('../lang/isArguments'),
36470
36470
  isArray = require('../lang/isArray'),
36471
36471
  isIndex = require('../internal/isIndex'),
@@ -36532,7 +36532,7 @@ function keysIn(object) {
36532
36532
 
36533
36533
  module.exports = keysIn;
36534
36534
 
36535
- },{"../internal/isIndex":273,"../internal/isLength":275,"../lang/isArguments":289,"../lang/isArray":290,"../lang/isObject":296,"../support":309}],307:[function(require,module,exports){
36535
+ },{"../internal/isIndex":274,"../internal/isLength":276,"../lang/isArguments":290,"../lang/isArray":291,"../lang/isObject":297,"../support":310}],308:[function(require,module,exports){
36536
36536
  var baseValues = require('../internal/baseValues'),
36537
36537
  keys = require('./keys');
36538
36538
 
@@ -36567,7 +36567,7 @@ function values(object) {
36567
36567
 
36568
36568
  module.exports = values;
36569
36569
 
36570
- },{"../internal/baseValues":248,"./keys":305}],308:[function(require,module,exports){
36570
+ },{"../internal/baseValues":249,"./keys":306}],309:[function(require,module,exports){
36571
36571
  var baseToString = require('../internal/baseToString');
36572
36572
 
36573
36573
  /**
@@ -36601,7 +36601,7 @@ function escapeRegExp(string) {
36601
36601
 
36602
36602
  module.exports = escapeRegExp;
36603
36603
 
36604
- },{"../internal/baseToString":246}],309:[function(require,module,exports){
36604
+ },{"../internal/baseToString":247}],310:[function(require,module,exports){
36605
36605
  (function (global){
36606
36606
  var isNative = require('./lang/isNative');
36607
36607
 
@@ -36680,7 +36680,7 @@ var support = {};
36680
36680
  module.exports = support;
36681
36681
 
36682
36682
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
36683
- },{"./lang/isNative":294}],310:[function(require,module,exports){
36683
+ },{"./lang/isNative":295}],311:[function(require,module,exports){
36684
36684
  /**
36685
36685
  * Creates a function that returns `value`.
36686
36686
  *
@@ -36705,7 +36705,7 @@ function constant(value) {
36705
36705
 
36706
36706
  module.exports = constant;
36707
36707
 
36708
- },{}],311:[function(require,module,exports){
36708
+ },{}],312:[function(require,module,exports){
36709
36709
  /**
36710
36710
  * This method returns the first argument provided to it.
36711
36711
  *
@@ -36727,7 +36727,7 @@ function identity(value) {
36727
36727
 
36728
36728
  module.exports = identity;
36729
36729
 
36730
- },{}],312:[function(require,module,exports){
36730
+ },{}],313:[function(require,module,exports){
36731
36731
  /**
36732
36732
  * A no-operation function which returns `undefined` regardless of the
36733
36733
  * arguments it receives.
@@ -36748,7 +36748,7 @@ function noop() {
36748
36748
 
36749
36749
  module.exports = noop;
36750
36750
 
36751
- },{}],313:[function(require,module,exports){
36751
+ },{}],314:[function(require,module,exports){
36752
36752
  "use strict";
36753
36753
 
36754
36754
  var originalObject = Object;
@@ -36879,7 +36879,7 @@ function makeAccessor(secretCreatorFn) {
36879
36879
 
36880
36880
  defProp(exports, "makeAccessor", makeAccessor);
36881
36881
 
36882
- },{}],314:[function(require,module,exports){
36882
+ },{}],315:[function(require,module,exports){
36883
36883
  /**
36884
36884
  * Copyright (c) 2014, Facebook, Inc.
36885
36885
  * All rights reserved.
@@ -38073,7 +38073,7 @@ Ep.explodeExpression = function(path, ignoreResult) {
38073
38073
  }
38074
38074
  };
38075
38075
 
38076
- },{"./leap":316,"./meta":317,"./util":318,"assert":142,"ast-types":140}],315:[function(require,module,exports){
38076
+ },{"./leap":317,"./meta":318,"./util":319,"assert":143,"ast-types":141}],316:[function(require,module,exports){
38077
38077
  /**
38078
38078
  * Copyright (c) 2014, Facebook, Inc.
38079
38079
  * All rights reserved.
@@ -38228,7 +38228,7 @@ exports.hoist = function(funPath) {
38228
38228
  return b.variableDeclaration("var", declarations);
38229
38229
  };
38230
38230
 
38231
- },{"assert":142,"ast-types":140}],316:[function(require,module,exports){
38231
+ },{"assert":143,"ast-types":141}],317:[function(require,module,exports){
38232
38232
  /**
38233
38233
  * Copyright (c) 2014, Facebook, Inc.
38234
38234
  * All rights reserved.
@@ -38407,7 +38407,7 @@ LMp.getContinueLoc = function(label) {
38407
38407
  return this._findLeapLocation("continueLoc", label);
38408
38408
  };
38409
38409
 
38410
- },{"./emit":314,"assert":142,"ast-types":140,"util":168}],317:[function(require,module,exports){
38410
+ },{"./emit":315,"assert":143,"ast-types":141,"util":169}],318:[function(require,module,exports){
38411
38411
  /**
38412
38412
  * Copyright (c) 2014, Facebook, Inc.
38413
38413
  * All rights reserved.
@@ -38509,7 +38509,7 @@ for (var type in leapTypes) {
38509
38509
  exports.hasSideEffects = makePredicate("hasSideEffects", sideEffectTypes);
38510
38510
  exports.containsLeap = makePredicate("containsLeap", leapTypes);
38511
38511
 
38512
- },{"assert":142,"ast-types":140,"private":313}],318:[function(require,module,exports){
38512
+ },{"assert":143,"ast-types":141,"private":314}],319:[function(require,module,exports){
38513
38513
  /**
38514
38514
  * Copyright (c) 2014, Facebook, Inc.
38515
38515
  * All rights reserved.
@@ -38611,7 +38611,7 @@ exports.isReference = function(path, name) {
38611
38611
  }
38612
38612
  };
38613
38613
 
38614
- },{"assert":142,"ast-types":140}],319:[function(require,module,exports){
38614
+ },{"assert":143,"ast-types":141}],320:[function(require,module,exports){
38615
38615
  /**
38616
38616
  * Copyright (c) 2014, Facebook, Inc.
38617
38617
  * All rights reserved.
@@ -38873,7 +38873,7 @@ var awaitVisitor = types.PathVisitor.fromMethodsObject({
38873
38873
  }
38874
38874
  });
38875
38875
 
38876
- },{"./emit":314,"./hoist":315,"./util":318,"assert":142,"ast-types":140,"fs":141}],320:[function(require,module,exports){
38876
+ },{"./emit":315,"./hoist":316,"./util":319,"assert":143,"ast-types":141,"fs":142}],321:[function(require,module,exports){
38877
38877
  (function (__dirname){
38878
38878
  /**
38879
38879
  * Copyright (c) 2014, Facebook, Inc.
@@ -38925,7 +38925,7 @@ runtime.path = path.join(__dirname, "runtime.js");
38925
38925
  exports.transform = transform;
38926
38926
 
38927
38927
  }).call(this,"/node_modules/regenerator-babel")
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){
38928
+ },{"./lib/util":319,"./lib/visit":320,"./runtime":323,"assert":143,"ast-types":141,"fs":142,"path":152,"through":322}],322:[function(require,module,exports){
38929
38929
  (function (process){
38930
38930
  var Stream = require('stream')
38931
38931
 
@@ -39037,7 +39037,7 @@ function through (write, end, opts) {
39037
39037
 
39038
39038
 
39039
39039
  }).call(this,require('_process'))
39040
- },{"_process":152,"stream":164}],322:[function(require,module,exports){
39040
+ },{"_process":153,"stream":165}],323:[function(require,module,exports){
39041
39041
  (function (global){
39042
39042
  /**
39043
39043
  * Copyright (c) 2014, Facebook, Inc.
@@ -39578,7 +39578,7 @@ function through (write, end, opts) {
39578
39578
  );
39579
39579
 
39580
39580
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
39581
- },{}],323:[function(require,module,exports){
39581
+ },{}],324:[function(require,module,exports){
39582
39582
  // Generated by `/scripts/character-class-escape-sets.js`. Do not edit.
39583
39583
  var regenerate = require('regenerate');
39584
39584
 
@@ -39684,7 +39684,7 @@ exports.UNICODE_IGNORE_CASE = {
39684
39684
  .addRange(0x7B, 0x10FFFF)
39685
39685
  };
39686
39686
 
39687
- },{"regenerate":325}],324:[function(require,module,exports){
39687
+ },{"regenerate":326}],325:[function(require,module,exports){
39688
39688
  module.exports={
39689
39689
  "75": 8490,
39690
39690
  "83": 383,
@@ -39880,7 +39880,7 @@ module.exports={
39880
39880
  "71903": 71871
39881
39881
  }
39882
39882
 
39883
- },{}],325:[function(require,module,exports){
39883
+ },{}],326:[function(require,module,exports){
39884
39884
  (function (global){
39885
39885
  /*! https://mths.be/regenerate v1.2.0 by @mathias | MIT license */
39886
39886
  ;(function(root) {
@@ -41042,7 +41042,7 @@ module.exports={
41042
41042
  }(this));
41043
41043
 
41044
41044
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
41045
- },{}],326:[function(require,module,exports){
41045
+ },{}],327:[function(require,module,exports){
41046
41046
  (function (global){
41047
41047
  /*!
41048
41048
  * RegJSGen
@@ -41454,7 +41454,7 @@ module.exports={
41454
41454
  }.call(this));
41455
41455
 
41456
41456
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
41457
- },{}],327:[function(require,module,exports){
41457
+ },{}],328:[function(require,module,exports){
41458
41458
  // regjsparser
41459
41459
  //
41460
41460
  // ==================================================================
@@ -42403,7 +42403,7 @@ module.exports={
42403
42403
 
42404
42404
  }());
42405
42405
 
42406
- },{}],328:[function(require,module,exports){
42406
+ },{}],329:[function(require,module,exports){
42407
42407
  var generate = require('regjsgen').generate;
42408
42408
  var parse = require('regjsparser').parse;
42409
42409
  var regenerate = require('regenerate');
@@ -42598,7 +42598,7 @@ module.exports = function(pattern, flags) {
42598
42598
  return generate(tree);
42599
42599
  };
42600
42600
 
42601
- },{"./data/character-class-escape-sets.js":323,"./data/iu-mappings.json":324,"regenerate":325,"regjsgen":326,"regjsparser":327}],329:[function(require,module,exports){
42601
+ },{"./data/character-class-escape-sets.js":324,"./data/iu-mappings.json":325,"regenerate":326,"regjsgen":327,"regjsparser":328}],330:[function(require,module,exports){
42602
42602
  'use strict';
42603
42603
  var isFinite = require('is-finite');
42604
42604
 
@@ -42624,13 +42624,13 @@ module.exports = function (str, n) {
42624
42624
  return ret;
42625
42625
  };
42626
42626
 
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){
42627
+ },{"is-finite":331}],331:[function(require,module,exports){
42628
+ arguments[4][191][0].apply(exports,arguments)
42629
+ },{"dup":191}],332:[function(require,module,exports){
42630
42630
  'use strict';
42631
42631
  module.exports = /^#!.*/;
42632
42632
 
42633
- },{}],332:[function(require,module,exports){
42633
+ },{}],333:[function(require,module,exports){
42634
42634
  'use strict';
42635
42635
  module.exports = function (str) {
42636
42636
  var isExtendedLengthPath = /^\\\\\?\\/.test(str);
@@ -42643,7 +42643,7 @@ module.exports = function (str) {
42643
42643
  return str.replace(/\\/g, '/');
42644
42644
  };
42645
42645
 
42646
- },{}],333:[function(require,module,exports){
42646
+ },{}],334:[function(require,module,exports){
42647
42647
  (function (Buffer){
42648
42648
  'use strict';
42649
42649
  module.exports = function (val) {
@@ -42652,7 +42652,7 @@ module.exports = function (val) {
42652
42652
  };
42653
42653
 
42654
42654
  }).call(this,require("buffer").Buffer)
42655
- },{"buffer":144}],334:[function(require,module,exports){
42655
+ },{"buffer":145}],335:[function(require,module,exports){
42656
42656
  /*
42657
42657
  * Copyright 2009-2011 Mozilla Foundation and contributors
42658
42658
  * Licensed under the New BSD license. See LICENSE.txt or:
@@ -42662,7 +42662,7 @@ exports.SourceMapGenerator = require('./source-map/source-map-generator').Source
42662
42662
  exports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;
42663
42663
  exports.SourceNode = require('./source-map/source-node').SourceNode;
42664
42664
 
42665
- },{"./source-map/source-map-consumer":340,"./source-map/source-map-generator":341,"./source-map/source-node":342}],335:[function(require,module,exports){
42665
+ },{"./source-map/source-map-consumer":341,"./source-map/source-map-generator":342,"./source-map/source-node":343}],336:[function(require,module,exports){
42666
42666
  /* -*- Mode: js; js-indent-level: 2; -*- */
42667
42667
  /*
42668
42668
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42761,7 +42761,7 @@ define(function (require, exports, module) {
42761
42761
 
42762
42762
  });
42763
42763
 
42764
- },{"./util":343,"amdefine":344}],336:[function(require,module,exports){
42764
+ },{"./util":344,"amdefine":345}],337:[function(require,module,exports){
42765
42765
  /* -*- Mode: js; js-indent-level: 2; -*- */
42766
42766
  /*
42767
42767
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42904,7 +42904,7 @@ define(function (require, exports, module) {
42904
42904
 
42905
42905
  });
42906
42906
 
42907
- },{"./base64":337,"amdefine":344}],337:[function(require,module,exports){
42907
+ },{"./base64":338,"amdefine":345}],338:[function(require,module,exports){
42908
42908
  /* -*- Mode: js; js-indent-level: 2; -*- */
42909
42909
  /*
42910
42910
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42948,7 +42948,7 @@ define(function (require, exports, module) {
42948
42948
 
42949
42949
  });
42950
42950
 
42951
- },{"amdefine":344}],338:[function(require,module,exports){
42951
+ },{"amdefine":345}],339:[function(require,module,exports){
42952
42952
  /* -*- Mode: js; js-indent-level: 2; -*- */
42953
42953
  /*
42954
42954
  * Copyright 2011 Mozilla Foundation and contributors
@@ -43052,7 +43052,7 @@ define(function (require, exports, module) {
43052
43052
 
43053
43053
  });
43054
43054
 
43055
- },{"amdefine":344}],339:[function(require,module,exports){
43055
+ },{"amdefine":345}],340:[function(require,module,exports){
43056
43056
  /* -*- Mode: js; js-indent-level: 2; -*- */
43057
43057
  /*
43058
43058
  * Copyright 2014 Mozilla Foundation and contributors
@@ -43140,7 +43140,7 @@ define(function (require, exports, module) {
43140
43140
 
43141
43141
  });
43142
43142
 
43143
- },{"./util":343,"amdefine":344}],340:[function(require,module,exports){
43143
+ },{"./util":344,"amdefine":345}],341:[function(require,module,exports){
43144
43144
  /* -*- Mode: js; js-indent-level: 2; -*- */
43145
43145
  /*
43146
43146
  * Copyright 2011 Mozilla Foundation and contributors
@@ -44090,7 +44090,7 @@ define(function (require, exports, module) {
44090
44090
 
44091
44091
  });
44092
44092
 
44093
- },{"./array-set":335,"./base64-vlq":336,"./binary-search":338,"./util":343,"amdefine":344}],341:[function(require,module,exports){
44093
+ },{"./array-set":336,"./base64-vlq":337,"./binary-search":339,"./util":344,"amdefine":345}],342:[function(require,module,exports){
44094
44094
  /* -*- Mode: js; js-indent-level: 2; -*- */
44095
44095
  /*
44096
44096
  * Copyright 2011 Mozilla Foundation and contributors
@@ -44492,7 +44492,7 @@ define(function (require, exports, module) {
44492
44492
 
44493
44493
  });
44494
44494
 
44495
- },{"./array-set":335,"./base64-vlq":336,"./mapping-list":339,"./util":343,"amdefine":344}],342:[function(require,module,exports){
44495
+ },{"./array-set":336,"./base64-vlq":337,"./mapping-list":340,"./util":344,"amdefine":345}],343:[function(require,module,exports){
44496
44496
  /* -*- Mode: js; js-indent-level: 2; -*- */
44497
44497
  /*
44498
44498
  * Copyright 2011 Mozilla Foundation and contributors
@@ -44908,7 +44908,7 @@ define(function (require, exports, module) {
44908
44908
 
44909
44909
  });
44910
44910
 
44911
- },{"./source-map-generator":341,"./util":343,"amdefine":344}],343:[function(require,module,exports){
44911
+ },{"./source-map-generator":342,"./util":344,"amdefine":345}],344:[function(require,module,exports){
44912
44912
  /* -*- Mode: js; js-indent-level: 2; -*- */
44913
44913
  /*
44914
44914
  * Copyright 2011 Mozilla Foundation and contributors
@@ -45229,7 +45229,7 @@ define(function (require, exports, module) {
45229
45229
 
45230
45230
  });
45231
45231
 
45232
- },{"amdefine":344}],344:[function(require,module,exports){
45232
+ },{"amdefine":345}],345:[function(require,module,exports){
45233
45233
  (function (process,__filename){
45234
45234
  /** vim: et:ts=4:sw=4:sts=4
45235
45235
  * @license amdefine 0.1.0 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
@@ -45532,17 +45532,17 @@ function amdefine(module, requireFn) {
45532
45532
  module.exports = amdefine;
45533
45533
 
45534
45534
  }).call(this,require('_process'),"/node_modules/source-map/node_modules/amdefine/amdefine.js")
45535
- },{"_process":152,"path":151}],345:[function(require,module,exports){
45535
+ },{"_process":153,"path":152}],346:[function(require,module,exports){
45536
45536
  'use strict';
45537
45537
  module.exports = function (str) {
45538
45538
  return str.replace(/[\s\uFEFF\xA0]+$/g, '');
45539
45539
  };
45540
45540
 
45541
- },{}],346:[function(require,module,exports){
45541
+ },{}],347:[function(require,module,exports){
45542
45542
  module.exports={
45543
45543
  "name": "babel",
45544
45544
  "description": "Turn ES6 code into readable vanilla ES5 with source maps",
45545
- "version": "4.6.4",
45545
+ "version": "4.6.5",
45546
45546
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
45547
45547
  "homepage": "https://babeljs.io/",
45548
45548
  "repository": "babel/babel",
@@ -45622,7 +45622,7 @@ module.exports={
45622
45622
  }
45623
45623
  }
45624
45624
 
45625
- },{}],347:[function(require,module,exports){
45625
+ },{}],348:[function(require,module,exports){
45626
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}}
45627
45627
  },{}]},{},[1])(1)
45628
45628
  });