babel-source 4.4.6 → 4.5.0

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 +479 -424
  3. data/lib/babel/source.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MGZlYmM4ODgyNzhlYzYyYzdhZDE0MWQwYWNlZDQ0OWJiZGQzMmExMQ==
4
+ MjIzNTc4MjBkNTE1OWUwZGVjM2Q3YjkxNTFhNDdhYzBiYzIxNGFkYg==
5
5
  data.tar.gz: !binary |-
6
- YTM5ZjRjOTA4ZjNlYWY1MDk3OTQ1ZjVkZTUxMjNjZTdlNzE0MDA5OQ==
6
+ MTQ3Y2U4ZmI3NWM0NzNlMDI4ZjhlODMxNjYzMTY3NDM5MGU1YTZmOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODNkOTUwZjM0MGM1MzAzOWNiYmM5NjE3MTI3Mjg2MTI0M2NhMGU2NjIxOTgz
10
- MmViNDkxMWU5YjU4M2MwN2JiNmQxZDVlODZhYmI3ODU1YjU1YWM4YjAxMDAz
11
- NmY4MjZmMGJkZjVmMDE2MjA5ZjY0NDAzMDNmZTdmNjBjZmE1NmM=
9
+ ODljN2ZlNmEyZjhkYzdjYzc2Mjg2ODVmMDBmZDc0YzdkYTQwNDcyYzQ2YTJh
10
+ NmViMzlhYjdhMzJkYTg4NzRhZWExYWM4N2M1YTAzOWM1ZWFiZGNjZmFlNGI4
11
+ ZmQxMjcwYWYyMjhkYmY4MDQ5MjU0Njk3ODZlNjNhZDk0NmM4Njg=
12
12
  data.tar.gz: !binary |-
13
- NWJmZTdmYmFkNGRkOTNmNjQ2NGMxODUxNjAyMDc5ZWIyZjM5MWFkMTlmN2E5
14
- YWFkYTcyNDc2OWVkNDY1NDY2NDEyMDFjNTU1NWE5ZTU3NTEyZTJkZjgxNzZh
15
- NWY2NzEyMTI3MDhhNWFkNjI5MTIyNzFiZGZhOTI3NjhmNGU3ZjI=
13
+ YTNkMmZhMDFmYTg2Yjc5MTJiYTlkODA5ZWMzY2VjMjg3MzdkOTNjYTYyMTQz
14
+ NGRiMjFhOTg0YTcxM2I1ZGE5NmIyZTFmNWE0YWQ4NmRiZTY4M2RjMGY1YjQ2
15
+ Nzc1YjBlMDlmMGZmYTg3MDg3Nzc3MDMxYWI5NzAwYmJiMDI4MTY=
data/lib/babel.js CHANGED
@@ -87,7 +87,7 @@ if (global.addEventListener) {
87
87
  }
88
88
 
89
89
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
90
- },{"../../../package":336,"../transformation":40}],2:[function(require,module,exports){
90
+ },{"../../../package":338,"../transformation":41}],2:[function(require,module,exports){
91
91
  "use strict";
92
92
 
93
93
  module.exports = Buffer;
@@ -264,7 +264,7 @@ Buffer.prototype.isLast = function (cha) {
264
264
  }
265
265
  };
266
266
 
267
- },{"lodash/collection/includes":198,"lodash/lang/isBoolean":282,"lodash/lang/isNumber":286,"repeating":319,"trim-right":335}],3:[function(require,module,exports){
267
+ },{"lodash/collection/includes":200,"lodash/lang/isBoolean":284,"lodash/lang/isNumber":288,"repeating":321,"trim-right":337}],3:[function(require,module,exports){
268
268
  "use strict";
269
269
 
270
270
  exports.File = function (node, print) {
@@ -518,7 +518,7 @@ exports.MemberExpression = function (node, print) {
518
518
  }
519
519
  };
520
520
 
521
- },{"../../types":117,"is-integer":182,"lodash/lang/isNumber":286}],7:[function(require,module,exports){
521
+ },{"../../types":119,"is-integer":184,"lodash/lang/isNumber":288}],7:[function(require,module,exports){
522
522
  "use strict";
523
523
 
524
524
  exports.AnyTypeAnnotation =
@@ -636,7 +636,7 @@ exports.JSXClosingElement = function (node, print) {
636
636
 
637
637
  exports.JSXEmptyExpression = function () {};
638
638
 
639
- },{"../../types":117,"lodash/collection/each":195}],9:[function(require,module,exports){
639
+ },{"../../types":119,"lodash/collection/each":197}],9:[function(require,module,exports){
640
640
  "use strict";
641
641
 
642
642
  var t = require("../../types");
@@ -706,7 +706,7 @@ exports.ArrowFunctionExpression = function (node, print) {
706
706
  print(node.body);
707
707
  };
708
708
 
709
- },{"../../types":117}],10:[function(require,module,exports){
709
+ },{"../../types":119}],10:[function(require,module,exports){
710
710
  "use strict";
711
711
 
712
712
  var t = require("../../types");
@@ -810,7 +810,7 @@ exports.ImportBatchSpecifier = function (node, print) {
810
810
  print(node.name);
811
811
  };
812
812
 
813
- },{"../../types":117,"lodash/collection/each":195}],11:[function(require,module,exports){
813
+ },{"../../types":119,"lodash/collection/each":197}],11:[function(require,module,exports){
814
814
  "use strict";
815
815
 
816
816
  var each = require("lodash/collection/each");
@@ -821,7 +821,7 @@ each(["BindMemberExpression", "BindFunctionExpression"], function (type) {
821
821
  };
822
822
  });
823
823
 
824
- },{"lodash/collection/each":195}],12:[function(require,module,exports){
824
+ },{"lodash/collection/each":197}],12:[function(require,module,exports){
825
825
  "use strict";
826
826
 
827
827
  var repeating = require("repeating");
@@ -1048,7 +1048,7 @@ exports.VariableDeclarator = function (node, print) {
1048
1048
  }
1049
1049
  };
1050
1050
 
1051
- },{"../../types":117,"repeating":319}],13:[function(require,module,exports){
1051
+ },{"../../types":119,"repeating":321}],13:[function(require,module,exports){
1052
1052
  "use strict";
1053
1053
 
1054
1054
  var each = require("lodash/collection/each");
@@ -1082,7 +1082,7 @@ exports.TemplateLiteral = function (node, print) {
1082
1082
  this._push("`");
1083
1083
  };
1084
1084
 
1085
- },{"lodash/collection/each":195}],14:[function(require,module,exports){
1085
+ },{"lodash/collection/each":197}],14:[function(require,module,exports){
1086
1086
  "use strict";
1087
1087
 
1088
1088
  var each = require("lodash/collection/each");
@@ -1190,7 +1190,7 @@ exports.Literal = function (node) {
1190
1190
  }
1191
1191
  };
1192
1192
 
1193
- },{"lodash/collection/each":195}],15:[function(require,module,exports){
1193
+ },{"lodash/collection/each":197}],15:[function(require,module,exports){
1194
1194
  "use strict";
1195
1195
 
1196
1196
  module.exports = function (ast, opts, code) {
@@ -1560,7 +1560,7 @@ CodeGenerator.prototype._printComments = function (comments) {
1560
1560
  });
1561
1561
  };
1562
1562
 
1563
- },{"../messages":27,"../types":117,"./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":174,"lodash/collection/each":195,"lodash/object/extend":293,"repeating":319}],16:[function(require,module,exports){
1563
+ },{"../messages":27,"../types":119,"./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":176,"lodash/collection/each":197,"lodash/object/extend":295,"repeating":321}],16:[function(require,module,exports){
1564
1564
  "use strict";
1565
1565
 
1566
1566
  module.exports = Node;
@@ -1679,7 +1679,7 @@ each(Node, function (fn, key) {
1679
1679
  };
1680
1680
  });
1681
1681
 
1682
- },{"../../types":117,"./parentheses":17,"./whitespace":18,"lodash/collection/each":195,"lodash/collection/some":201}],17:[function(require,module,exports){
1682
+ },{"../../types":119,"./parentheses":17,"./whitespace":18,"lodash/collection/each":197,"lodash/collection/some":203}],17:[function(require,module,exports){
1683
1683
  "use strict";
1684
1684
 
1685
1685
  var t = require("../../types");
@@ -1850,7 +1850,7 @@ exports.ConditionalExpression = function (node, parent) {
1850
1850
  return false;
1851
1851
  };
1852
1852
 
1853
- },{"../../types":117,"lodash/collection/each":195}],18:[function(require,module,exports){
1853
+ },{"../../types":119,"lodash/collection/each":197}],18:[function(require,module,exports){
1854
1854
  "use strict";
1855
1855
 
1856
1856
  var isBoolean = require("lodash/lang/isBoolean");
@@ -2011,7 +2011,7 @@ each({
2011
2011
  });
2012
2012
  });
2013
2013
 
2014
- },{"../../types":117,"lodash/collection/each":195,"lodash/collection/map":199,"lodash/lang/isBoolean":282}],19:[function(require,module,exports){
2014
+ },{"../../types":119,"lodash/collection/each":197,"lodash/collection/map":201,"lodash/lang/isBoolean":284}],19:[function(require,module,exports){
2015
2015
  "use strict";
2016
2016
 
2017
2017
  module.exports = Position;
@@ -2100,7 +2100,7 @@ SourceMap.prototype.mark = function (node, type) {
2100
2100
  });
2101
2101
  };
2102
2102
 
2103
- },{"../types":117,"source-map":324}],21:[function(require,module,exports){
2103
+ },{"../types":119,"source-map":326}],21:[function(require,module,exports){
2104
2104
  "use strict";
2105
2105
 
2106
2106
  module.exports = Whitespace;
@@ -2217,7 +2217,7 @@ Whitespace.prototype.getNewlinesBetween = function (startToken, endToken) {
2217
2217
  return lines;
2218
2218
  };
2219
2219
 
2220
- },{"lodash/collection/sortBy":202}],22:[function(require,module,exports){
2220
+ },{"lodash/collection/sortBy":204}],22:[function(require,module,exports){
2221
2221
  var lineNumbers = require("line-numbers");
2222
2222
  var repeating = require("repeating");
2223
2223
  var jsTokens = require("js-tokens");
@@ -2310,7 +2310,7 @@ module.exports = function (lines, lineNumber, colNumber) {
2310
2310
  }).join("\n");
2311
2311
  };
2312
2312
 
2313
- },{"chalk":162,"esutils":179,"js-tokens":185,"line-numbers":187,"lodash/function/ary":204,"repeating":319}],23:[function(require,module,exports){
2313
+ },{"chalk":164,"esutils":181,"js-tokens":187,"line-numbers":189,"lodash/function/ary":206,"repeating":321}],23:[function(require,module,exports){
2314
2314
  var t = require("../types");
2315
2315
 
2316
2316
  module.exports = function (ast, comments, tokens) {
@@ -2321,7 +2321,7 @@ module.exports = function (ast, comments, tokens) {
2321
2321
  }
2322
2322
  };
2323
2323
 
2324
- },{"../types":117}],24:[function(require,module,exports){
2324
+ },{"../types":119}],24:[function(require,module,exports){
2325
2325
  "use strict";
2326
2326
 
2327
2327
  module.exports = function () {
@@ -2379,7 +2379,7 @@ module.exports = function (opts, code, callback) {
2379
2379
  }
2380
2380
  };
2381
2381
 
2382
- },{"./code-frame":22,"./normalize-ast":23,"acorn-babel":120,"estraverse":175}],26:[function(require,module,exports){
2382
+ },{"./code-frame":22,"./normalize-ast":23,"acorn-babel":122,"estraverse":177}],26:[function(require,module,exports){
2383
2383
  "use strict";
2384
2384
 
2385
2385
  /**
@@ -2451,7 +2451,7 @@ exports.parseArgs = function (args) {
2451
2451
  });
2452
2452
  };
2453
2453
 
2454
- },{"util":161}],28:[function(require,module,exports){
2454
+ },{"util":163}],28:[function(require,module,exports){
2455
2455
  "use strict";
2456
2456
 
2457
2457
  var extend = require("lodash/object/extend");
@@ -2518,7 +2518,7 @@ def("BindFunctionExpression")
2518
2518
 
2519
2519
  types.finalize();
2520
2520
 
2521
- },{"./types":117,"ast-types":134,"estraverse":175,"lodash/object/extend":293}],29:[function(require,module,exports){
2521
+ },{"./types":119,"ast-types":136,"estraverse":177,"lodash/object/extend":295}],29:[function(require,module,exports){
2522
2522
  "use strict";
2523
2523
 
2524
2524
  module.exports = File;
@@ -2993,7 +2993,7 @@ File.prototype.generate = function () {
2993
2993
  return result;
2994
2994
  };
2995
2995
 
2996
- },{"../generation":15,"../helpers/parse":25,"../traversal/scope":114,"../types":117,"../util":119,"./index":40,"lodash/collection/each":195,"lodash/collection/includes":198,"lodash/lang/isFunction":284,"lodash/object/assign":291,"lodash/object/defaults":292,"path":144,"shebang-regex":321,"slash":322,"source-map-to-comment":323}],30:[function(require,module,exports){
2996
+ },{"../generation":15,"../helpers/parse":25,"../traversal/scope":116,"../types":119,"../util":121,"./index":41,"lodash/collection/each":197,"lodash/collection/includes":200,"lodash/lang/isFunction":286,"lodash/object/assign":293,"lodash/object/defaults":294,"path":146,"shebang-regex":323,"slash":324,"source-map-to-comment":325}],30:[function(require,module,exports){
2997
2997
  "use strict";
2998
2998
 
2999
2999
  var explode = require("./explode-assignable-expression");
@@ -3041,7 +3041,7 @@ module.exports = function (exports, opts) {
3041
3041
  };
3042
3042
  };
3043
3043
 
3044
- },{"../../types":117,"./explode-assignable-expression":35}],31:[function(require,module,exports){
3044
+ },{"../../types":119,"./explode-assignable-expression":35}],31:[function(require,module,exports){
3045
3045
  "use strict";
3046
3046
 
3047
3047
  var t = require("../../types");
@@ -3068,7 +3068,7 @@ module.exports = function build(node, buildBody) {
3068
3068
  );
3069
3069
  };
3070
3070
 
3071
- },{"../../types":117}],32:[function(require,module,exports){
3071
+ },{"../../types":119}],32:[function(require,module,exports){
3072
3072
  "use strict";
3073
3073
 
3074
3074
  var explode = require("./explode-assignable-expression");
@@ -3117,7 +3117,7 @@ module.exports = function (exports, opts) {
3117
3117
  };
3118
3118
  };
3119
3119
 
3120
- },{"../../types":117,"./explode-assignable-expression":35}],33:[function(require,module,exports){
3120
+ },{"../../types":119,"./explode-assignable-expression":35}],33:[function(require,module,exports){
3121
3121
  "use strict";
3122
3122
 
3123
3123
  // Based upon the excellent jsx-transpiler by Ingvar Stepanyan (RReverser)
@@ -3406,7 +3406,7 @@ module.exports = function (exports, opts) {
3406
3406
  };
3407
3407
  };
3408
3408
 
3409
- },{"../../messages":27,"../../types":117,"./react":37,"esutils":179,"lodash/lang/isString":289}],34:[function(require,module,exports){
3409
+ },{"../../messages":27,"../../types":119,"./react":37,"esutils":181,"lodash/lang/isString":291}],34:[function(require,module,exports){
3410
3410
  var cloneDeep = require("lodash/lang/cloneDeep");
3411
3411
  var traverse = require("../../traversal");
3412
3412
  var clone = require("lodash/lang/clone");
@@ -3481,7 +3481,7 @@ exports.build = function (mutatorMap) {
3481
3481
  return objExpr;
3482
3482
  };
3483
3483
 
3484
- },{"../../traversal":112,"../../types":117,"lodash/collection/each":195,"lodash/lang/clone":278,"lodash/lang/cloneDeep":279,"lodash/object/has":294}],35:[function(require,module,exports){
3484
+ },{"../../traversal":114,"../../types":119,"lodash/collection/each":197,"lodash/lang/clone":280,"lodash/lang/cloneDeep":281,"lodash/object/has":296}],35:[function(require,module,exports){
3485
3485
  "use strict";
3486
3486
 
3487
3487
  var t = require("../../types");
@@ -3556,7 +3556,7 @@ module.exports = function (node, nodes, file, scope, allowedSingleIdent) {
3556
3556
  };
3557
3557
  };
3558
3558
 
3559
- },{"../../types":117}],36:[function(require,module,exports){
3559
+ },{"../../types":119}],36:[function(require,module,exports){
3560
3560
  "use strict";
3561
3561
 
3562
3562
  var util = require("../../util");
@@ -3606,7 +3606,7 @@ var visit = function (node, name, scope) {
3606
3606
  // check to see if we have a local binding of the id we're setting inside of
3607
3607
  // the function, this is important as there are caveats associated
3608
3608
 
3609
- var bindingInfo = scope.getOwnBindingInfo(name);
3609
+ var bindingInfo = null; // todo: proper scope not being passed in es6/classes // scope.getOwnBindingInfo(name);
3610
3610
 
3611
3611
  if (bindingInfo) {
3612
3612
  if (bindingInfo.kind === "param") {
@@ -3676,7 +3676,7 @@ exports.bare = function (node, parent, scope) {
3676
3676
  return wrap(state, node, id, scope);
3677
3677
  };
3678
3678
 
3679
- },{"../../types":117,"../../util":119}],37:[function(require,module,exports){
3679
+ },{"../../types":119,"../../util":121}],37:[function(require,module,exports){
3680
3680
  var t = require("../../types");
3681
3681
 
3682
3682
  var isCreateClassCallExpression = t.buildMatchMemberExpression("React.createClass");
@@ -3704,7 +3704,7 @@ exports.isCompatTag = function (tagName) {
3704
3704
  return tagName && /^[a-z]|\-/.test(tagName);
3705
3705
  };
3706
3706
 
3707
- },{"../../types":117}],38:[function(require,module,exports){
3707
+ },{"../../types":119}],38:[function(require,module,exports){
3708
3708
  "use strict";
3709
3709
 
3710
3710
  var t = require("../../types");
@@ -3746,7 +3746,7 @@ module.exports = function (node, callId, scope) {
3746
3746
  }
3747
3747
  };
3748
3748
 
3749
- },{"../../types":117}],39:[function(require,module,exports){
3749
+ },{"../../types":119}],39:[function(require,module,exports){
3750
3750
  "use strict";
3751
3751
 
3752
3752
  module.exports = ReplaceSupers;
@@ -4051,7 +4051,30 @@ var isSuper = function (node, parent) {
4051
4051
  return t.isIdentifier(node, { name: "super" }) && t.isReferenced(node, parent);
4052
4052
  };
4053
4053
 
4054
- },{"../../messages":27,"../../types":117}],40:[function(require,module,exports){
4054
+ },{"../../messages":27,"../../types":119}],40:[function(require,module,exports){
4055
+ "use strict";
4056
+
4057
+ var t = require("../../types");
4058
+
4059
+ exports.has = function (node) {
4060
+ var first = node.body[0];
4061
+ return t.isExpressionStatement(first) && t.isLiteral(first.expression, { value: "use strict" });
4062
+ };
4063
+
4064
+ exports.wrap = function (node, callback) {
4065
+ var useStrictNode;
4066
+ if (exports.has(node)) {
4067
+ useStrictNode = node.body.shift();
4068
+ }
4069
+
4070
+ callback();
4071
+
4072
+ if (useStrictNode) {
4073
+ node.body.unshift(useStrictNode);
4074
+ }
4075
+ };
4076
+
4077
+ },{"../../types":119}],41:[function(require,module,exports){
4055
4078
  "use strict";
4056
4079
 
4057
4080
  module.exports = transform;
@@ -4121,7 +4144,7 @@ each(rawTransformers, function (transformer, key) {
4121
4144
  transform.transformers[key] = new Transformer(key, transformer);
4122
4145
  });
4123
4146
 
4124
- },{"../helpers/normalize-ast":23,"../helpers/object":24,"./file":29,"./modules":48,"./transformer":53,"./transformers":79,"./transformers/deprecated":54,"lodash/collection/each":195}],41:[function(require,module,exports){
4147
+ },{"../helpers/normalize-ast":23,"../helpers/object":24,"./file":29,"./modules":49,"./transformer":54,"./transformers":80,"./transformers/deprecated":55,"lodash/collection/each":197}],42:[function(require,module,exports){
4125
4148
  "use strict";
4126
4149
 
4127
4150
  module.exports = DefaultFormatter;
@@ -4418,7 +4441,7 @@ DefaultFormatter.prototype.exportDeclaration = function (node, nodes) {
4418
4441
  }
4419
4442
  };
4420
4443
 
4421
- },{"../../helpers/object":24,"../../messages":27,"../../types":117,"../../util":119,"lodash/object/extend":293}],42:[function(require,module,exports){
4444
+ },{"../../helpers/object":24,"../../messages":27,"../../types":119,"../../util":121,"lodash/object/extend":295}],43:[function(require,module,exports){
4422
4445
  "use strict";
4423
4446
 
4424
4447
  var util = require("../../util");
@@ -4435,12 +4458,12 @@ module.exports = function (Parent) {
4435
4458
  return Constructor;
4436
4459
  };
4437
4460
 
4438
- },{"../../util":119}],43:[function(require,module,exports){
4461
+ },{"../../util":121}],44:[function(require,module,exports){
4439
4462
  "use strict";
4440
4463
 
4441
4464
  module.exports = require("./_strict")(require("./amd"));
4442
4465
 
4443
- },{"./_strict":42,"./amd":44}],44:[function(require,module,exports){
4466
+ },{"./_strict":43,"./amd":45}],45:[function(require,module,exports){
4444
4467
  "use strict";
4445
4468
 
4446
4469
  module.exports = AMDFormatter;
@@ -4550,12 +4573,12 @@ AMDFormatter.prototype.exportDeclaration = function (node) {
4550
4573
  CommonFormatter.prototype.exportDeclaration.apply(this, arguments);
4551
4574
  };
4552
4575
 
4553
- },{"../../types":117,"../../util":119,"./_default":41,"./common":46,"lodash/collection/includes":198,"lodash/object/values":297}],45:[function(require,module,exports){
4576
+ },{"../../types":119,"../../util":121,"./_default":42,"./common":47,"lodash/collection/includes":200,"lodash/object/values":299}],46:[function(require,module,exports){
4554
4577
  "use strict";
4555
4578
 
4556
4579
  module.exports = require("./_strict")(require("./common"));
4557
4580
 
4558
- },{"./_strict":42,"./common":46}],46:[function(require,module,exports){
4581
+ },{"./_strict":43,"./common":47}],47:[function(require,module,exports){
4559
4582
  "use strict";
4560
4583
 
4561
4584
  module.exports = CommonJSFormatter;
@@ -4663,7 +4686,7 @@ CommonJSFormatter.prototype._getExternalReference = function (node, nodes) {
4663
4686
  }
4664
4687
  };
4665
4688
 
4666
- },{"../../types":117,"../../util":119,"./_default":41,"lodash/collection/includes":198}],47:[function(require,module,exports){
4689
+ },{"../../types":119,"../../util":121,"./_default":42,"lodash/collection/includes":200}],48:[function(require,module,exports){
4667
4690
  "use strict";
4668
4691
 
4669
4692
  module.exports = IgnoreFormatter;
@@ -4685,7 +4708,7 @@ IgnoreFormatter.prototype.exportSpecifier = function () {
4685
4708
 
4686
4709
  };
4687
4710
 
4688
- },{"../../types":117}],48:[function(require,module,exports){
4711
+ },{"../../types":119}],49:[function(require,module,exports){
4689
4712
  module.exports = {
4690
4713
  commonStrict: require("./common-strict"),
4691
4714
  amdStrict: require("./amd-strict"),
@@ -4697,7 +4720,7 @@ module.exports = {
4697
4720
  umd: require("./umd")
4698
4721
  };
4699
4722
 
4700
- },{"./amd":44,"./amd-strict":43,"./common":46,"./common-strict":45,"./ignore":47,"./system":49,"./umd":51,"./umd-strict":50}],49:[function(require,module,exports){
4723
+ },{"./amd":45,"./amd-strict":44,"./common":47,"./common-strict":46,"./ignore":48,"./system":50,"./umd":52,"./umd-strict":51}],50:[function(require,module,exports){
4701
4724
  "use strict";
4702
4725
 
4703
4726
  module.exports = SystemFormatter;
@@ -4895,12 +4918,12 @@ SystemFormatter.prototype.transform = function (program) {
4895
4918
  program.body = [runner];
4896
4919
  };
4897
4920
 
4898
- },{"../../types":117,"../../util":119,"./_default":41,"./amd":44,"lodash/array/last":191,"lodash/collection/each":195,"lodash/collection/map":199}],50:[function(require,module,exports){
4921
+ },{"../../types":119,"../../util":121,"./_default":42,"./amd":45,"lodash/array/last":193,"lodash/collection/each":197,"lodash/collection/map":201}],51:[function(require,module,exports){
4899
4922
  "use strict";
4900
4923
 
4901
4924
  module.exports = require("./_strict")(require("./umd"));
4902
4925
 
4903
- },{"./_strict":42,"./umd":51}],51:[function(require,module,exports){
4926
+ },{"./_strict":43,"./umd":52}],52:[function(require,module,exports){
4904
4927
  "use strict";
4905
4928
 
4906
4929
  module.exports = UMDFormatter;
@@ -4975,7 +4998,7 @@ UMDFormatter.prototype.transform = function (program) {
4975
4998
  program.body = [t.expressionStatement(call)];
4976
4999
  };
4977
5000
 
4978
- },{"../../types":117,"../../util":119,"./amd":44,"lodash/object/values":297}],52:[function(require,module,exports){
5001
+ },{"../../types":119,"../../util":121,"./amd":45,"lodash/object/values":299}],53:[function(require,module,exports){
4979
5002
  module.exports = TransformerPass;
4980
5003
 
4981
5004
  var includes = require("lodash/collection/includes");
@@ -5040,7 +5063,7 @@ TransformerPass.prototype.transform = function () {
5040
5063
  file.scope.traverse(file.ast, this.handlers, file);
5041
5064
  };
5042
5065
 
5043
- },{"lodash/collection/includes":198}],53:[function(require,module,exports){
5066
+ },{"lodash/collection/includes":200}],54:[function(require,module,exports){
5044
5067
  "use strict";
5045
5068
 
5046
5069
  module.exports = Transformer;
@@ -5117,12 +5140,12 @@ Transformer.prototype.buildPass = function (file) {
5117
5140
  return new TransformerPass(file, this);
5118
5141
  };
5119
5142
 
5120
- },{"../traversal":112,"./transformer-pass":52,"lodash/collection/each":195,"lodash/lang/isFunction":284,"lodash/lang/isObject":287,"lodash/object/assign":291}],54:[function(require,module,exports){
5143
+ },{"../traversal":114,"./transformer-pass":53,"lodash/collection/each":197,"lodash/lang/isFunction":286,"lodash/lang/isObject":289,"lodash/object/assign":293}],55:[function(require,module,exports){
5121
5144
  module.exports={
5122
5145
  "selfContained": "runtime"
5123
5146
  }
5124
5147
 
5125
- },{}],55:[function(require,module,exports){
5148
+ },{}],56:[function(require,module,exports){
5126
5149
  "use strict";
5127
5150
 
5128
5151
  var t = require("../../../types");
@@ -5140,7 +5163,7 @@ exports.MemberExpression = function (node) {
5140
5163
  }
5141
5164
  };
5142
5165
 
5143
- },{"../../../types":117}],56:[function(require,module,exports){
5166
+ },{"../../../types":119}],57:[function(require,module,exports){
5144
5167
  "use strict";
5145
5168
 
5146
5169
  var t = require("../../../types");
@@ -5157,7 +5180,7 @@ exports.Property = function (node) {
5157
5180
  }
5158
5181
  };
5159
5182
 
5160
- },{"../../../types":117}],57:[function(require,module,exports){
5183
+ },{"../../../types":119}],58:[function(require,module,exports){
5161
5184
  "use strict";
5162
5185
 
5163
5186
  var defineMap = require("../../helpers/define-map");
@@ -5189,7 +5212,7 @@ exports.ObjectExpression = function (node) {
5189
5212
  );
5190
5213
  };
5191
5214
 
5192
- },{"../../../types":117,"../../helpers/define-map":34}],58:[function(require,module,exports){
5215
+ },{"../../../types":119,"../../helpers/define-map":34}],59:[function(require,module,exports){
5193
5216
  "use strict";
5194
5217
 
5195
5218
  var t = require("../../../types");
@@ -5206,7 +5229,7 @@ exports.ArrowFunctionExpression = function (node) {
5206
5229
  return node;
5207
5230
  };
5208
5231
 
5209
- },{"../../../types":117}],59:[function(require,module,exports){
5232
+ },{"../../../types":119}],60:[function(require,module,exports){
5210
5233
  "use strict";
5211
5234
 
5212
5235
  var t = require("../../../types");
@@ -5230,7 +5253,7 @@ var visitor = {
5230
5253
 
5231
5254
  if (t.isAssignmentExpression(parent) || t.isUpdateExpression(parent)) {
5232
5255
  if (parent._ignoreBlockScopingTDZ) return;
5233
- this.parentPath.replaceNode(t.sequenceExpression([assert, parent]));
5256
+ this.parentPath.node = t.sequenceExpression([assert, parent]);
5234
5257
  } else {
5235
5258
  return t.logicalExpression("&&", assert, node);
5236
5259
  }
@@ -5253,7 +5276,7 @@ exports.BlockStatement = function (node, parent, scope, file) {
5253
5276
  scope.traverse(node, visitor, state);
5254
5277
  };
5255
5278
 
5256
- },{"../../../types":117}],60:[function(require,module,exports){
5279
+ },{"../../../types":119}],61:[function(require,module,exports){
5257
5280
  "use strict";
5258
5281
 
5259
5282
  var traverse = require("../../../traversal");
@@ -5816,7 +5839,7 @@ BlockScoping.prototype.buildHas = function (ret, call) {
5816
5839
  }
5817
5840
  };
5818
5841
 
5819
- },{"../../../helpers/object":24,"../../../traversal":112,"../../../types":117,"../../../util":119,"lodash/object/extend":293,"lodash/object/values":297}],61:[function(require,module,exports){
5842
+ },{"../../../helpers/object":24,"../../../traversal":114,"../../../types":119,"../../../util":121,"lodash/object/extend":295,"lodash/object/values":299}],62:[function(require,module,exports){
5820
5843
  "use strict";
5821
5844
 
5822
5845
  var ReplaceSupers = require("../../helpers/replace-supers");
@@ -6123,7 +6146,7 @@ ClassTransformer.prototype.pushConstructor = function (method) {
6123
6146
  construct.body.body = construct.body.body.concat(fn.body.body);
6124
6147
  };
6125
6148
 
6126
- },{"../../../messages":27,"../../../types":117,"../../../util":119,"../../helpers/define-map":34,"../../helpers/name-method":36,"../../helpers/replace-supers":39}],62:[function(require,module,exports){
6149
+ },{"../../../messages":27,"../../../types":119,"../../../util":121,"../../helpers/define-map":34,"../../helpers/name-method":36,"../../helpers/replace-supers":39}],63:[function(require,module,exports){
6127
6150
  "use strict";
6128
6151
 
6129
6152
  var messages = require("../../../messages");
@@ -6175,7 +6198,7 @@ exports.VariableDeclaration = function (node) {
6175
6198
  if (node.kind === "const") node.kind = "let";
6176
6199
  };
6177
6200
 
6178
- },{"../../../messages":27,"../../../types":117}],63:[function(require,module,exports){
6201
+ },{"../../../messages":27,"../../../types":119}],64:[function(require,module,exports){
6179
6202
  "use strict";
6180
6203
 
6181
6204
  var messages = require("../../../messages");
@@ -6662,7 +6685,7 @@ exports.VariableDeclaration = function (node, parent, scope, file) {
6662
6685
  return nodes;
6663
6686
  };
6664
6687
 
6665
- },{"../../../messages":27,"../../../types":117}],64:[function(require,module,exports){
6688
+ },{"../../../messages":27,"../../../types":119}],65:[function(require,module,exports){
6666
6689
  "use strict";
6667
6690
 
6668
6691
  var messages = require("../../../messages");
@@ -6831,7 +6854,7 @@ var spec = function (node, parent, scope, file) {
6831
6854
  };
6832
6855
  };
6833
6856
 
6834
- },{"../../../messages":27,"../../../types":117,"../../../util":119}],65:[function(require,module,exports){
6857
+ },{"../../../messages":27,"../../../types":119,"../../../util":121}],66:[function(require,module,exports){
6835
6858
  "use strict";
6836
6859
 
6837
6860
  var t = require("../../../types");
@@ -6891,7 +6914,7 @@ exports.ExportDeclaration = function (node, parent, scope, file) {
6891
6914
  return nodes;
6892
6915
  };
6893
6916
 
6894
- },{"../../../types":117,"../internal/modules":85}],66:[function(require,module,exports){
6917
+ },{"../../../types":119,"../internal/modules":86}],67:[function(require,module,exports){
6895
6918
  "use strict";
6896
6919
 
6897
6920
  var ReplaceSupers = require("../../helpers/replace-supers");
@@ -6927,7 +6950,7 @@ exports.Property = function (node, parent, scope, file) {
6927
6950
  }
6928
6951
  };
6929
6952
 
6930
- },{"../../../types":117,"../../helpers/replace-supers":39}],67:[function(require,module,exports){
6953
+ },{"../../../types":119,"../../helpers/replace-supers":39}],68:[function(require,module,exports){
6931
6954
  "use strict";
6932
6955
 
6933
6956
  var util = require("../../../util");
@@ -7033,7 +7056,7 @@ exports.Function = function (node, parent, scope, file) {
7033
7056
  }
7034
7057
  };
7035
7058
 
7036
- },{"../../../types":117,"../../../util":119}],68:[function(require,module,exports){
7059
+ },{"../../../types":119,"../../../util":121}],69:[function(require,module,exports){
7037
7060
  "use strict";
7038
7061
 
7039
7062
  var util = require("../../../util");
@@ -7111,7 +7134,7 @@ exports.Function = function (node, parent, scope) {
7111
7134
  node.body.body.unshift(loop);
7112
7135
  };
7113
7136
 
7114
- },{"../../../types":117,"../../../util":119}],69:[function(require,module,exports){
7137
+ },{"../../../types":119,"../../../util":121}],70:[function(require,module,exports){
7115
7138
  "use strict";
7116
7139
 
7117
7140
  var t = require("../../../types");
@@ -7242,7 +7265,7 @@ var spec = function (node, body, objId, initProps, file) {
7242
7265
  }
7243
7266
  };
7244
7267
 
7245
- },{"../../../types":117}],70:[function(require,module,exports){
7268
+ },{"../../../types":119}],71:[function(require,module,exports){
7246
7269
  "use strict";
7247
7270
 
7248
7271
  var clone = require("lodash/lang/clone");
@@ -7263,7 +7286,7 @@ exports.Property = function (node) {
7263
7286
  }
7264
7287
  };
7265
7288
 
7266
- },{"../../../types":117,"lodash/lang/clone":278}],71:[function(require,module,exports){
7289
+ },{"../../../types":119,"lodash/lang/clone":280}],72:[function(require,module,exports){
7267
7290
  "use strict";
7268
7291
 
7269
7292
  var includes = require("lodash/collection/includes");
@@ -7398,7 +7421,7 @@ exports.NewExpression = function (node, parent, scope, file) {
7398
7421
  }
7399
7422
  };
7400
7423
 
7401
- },{"../../../types":117,"lodash/collection/includes":198}],72:[function(require,module,exports){
7424
+ },{"../../../types":119,"lodash/collection/includes":200}],73:[function(require,module,exports){
7402
7425
  "use strict";
7403
7426
 
7404
7427
  var reduceRight = require("lodash/collection/reduceRight");
@@ -7779,7 +7802,7 @@ exports.Function = function (node, parent, scope, file) {
7779
7802
  tailCall.run();
7780
7803
  };
7781
7804
 
7782
- },{"../../../messages":27,"../../../types":117,"../../../util":119,"lodash/array/flatten":190,"lodash/collection/map":199,"lodash/collection/reduceRight":200}],73:[function(require,module,exports){
7805
+ },{"../../../messages":27,"../../../types":119,"../../../util":121,"lodash/array/flatten":192,"lodash/collection/map":201,"lodash/collection/reduceRight":202}],74:[function(require,module,exports){
7783
7806
  "use strict";
7784
7807
 
7785
7808
  var t = require("../../../types");
@@ -7847,7 +7870,7 @@ exports.TemplateLiteral = function (node) {
7847
7870
  }
7848
7871
  };
7849
7872
 
7850
- },{"../../../types":117}],74:[function(require,module,exports){
7873
+ },{"../../../types":119}],75:[function(require,module,exports){
7851
7874
  "use strict";
7852
7875
 
7853
7876
  var rewritePattern = require("regexpu/rewrite-pattern");
@@ -7870,7 +7893,7 @@ exports.Literal = function (node) {
7870
7893
  regex.flags = flags.join("");
7871
7894
  };
7872
7895
 
7873
- },{"../../../types":117,"lodash/array/pull":192,"regexpu/rewrite-pattern":318}],75:[function(require,module,exports){
7896
+ },{"../../../types":119,"lodash/array/pull":194,"regexpu/rewrite-pattern":320}],76:[function(require,module,exports){
7874
7897
  "use strict";
7875
7898
 
7876
7899
  // https://github.com/zenparsing/es-abstract-refs
@@ -7985,7 +8008,7 @@ exports.PrivateDeclaration = function (node) {
7985
8008
  }));
7986
8009
  };
7987
8010
 
7988
- },{"../../../types":117,"../../../util":119}],76:[function(require,module,exports){
8011
+ },{"../../../types":119,"../../../util":121}],77:[function(require,module,exports){
7989
8012
  "use strict";
7990
8013
 
7991
8014
  var buildComprehension = require("../../helpers/build-comprehension");
@@ -8042,7 +8065,7 @@ var array = function (node, parent, scope, file) {
8042
8065
  return container;
8043
8066
  };
8044
8067
 
8045
- },{"../../../traversal":112,"../../../types":117,"../../../util":119,"../../helpers/build-comprehension":31}],77:[function(require,module,exports){
8068
+ },{"../../../traversal":114,"../../../types":119,"../../../util":121,"../../helpers/build-comprehension":31}],78:[function(require,module,exports){
8046
8069
  "use strict";
8047
8070
 
8048
8071
  // https://github.com/rwaldron/exponentiation-operator
@@ -8062,7 +8085,7 @@ build(exports, {
8062
8085
  }
8063
8086
  });
8064
8087
 
8065
- },{"../../../types":117,"../../helpers/build-binary-assignment-operator-transformer":30}],78:[function(require,module,exports){
8088
+ },{"../../../types":119,"../../helpers/build-binary-assignment-operator-transformer":30}],79:[function(require,module,exports){
8066
8089
  "use strict";
8067
8090
 
8068
8091
  // https://github.com/sebmarkbage/ecmascript-rest-spread
@@ -8115,7 +8138,7 @@ exports.ObjectExpression = function (node, parent, scope, file) {
8115
8138
  return t.callExpression(file.addHelper("extends"), args);
8116
8139
  };
8117
8140
 
8118
- },{"../../../types":117}],79:[function(require,module,exports){
8141
+ },{"../../../types":119}],80:[function(require,module,exports){
8119
8142
  module.exports = {
8120
8143
  useStrict: require("./other/use-strict"),
8121
8144
 
@@ -8213,6 +8236,7 @@ module.exports = {
8213
8236
  "spec.typeofSymbol": require("./spec/typeof-symbol"),
8214
8237
  "spec.undefinedToVoid": require("./spec/undefined-to-void"),
8215
8238
 
8239
+ _useStrict: require("./internal/use-strict"),
8216
8240
  _moduleFormatter: require("./internal/module-formatter"),
8217
8241
 
8218
8242
  "es3.propertyLiterals": require("./es3/property-literals"),
@@ -8226,7 +8250,7 @@ module.exports = {
8226
8250
  _cleanUp: require("./internal/cleanup")
8227
8251
  };
8228
8252
 
8229
- },{"./es3/member-expression-literals":55,"./es3/property-literals":56,"./es5/properties.mutators":57,"./es6/arrow-functions":58,"./es6/block-scoping":60,"./es6/block-scoping-tdz":59,"./es6/classes":61,"./es6/constants":62,"./es6/destructuring":63,"./es6/for-of":64,"./es6/modules":65,"./es6/object-super":66,"./es6/parameters.default":67,"./es6/parameters.rest":68,"./es6/properties.computed":69,"./es6/properties.shorthand":70,"./es6/spread":71,"./es6/tail-call":72,"./es6/template-literals":73,"./es6/unicode-regex":74,"./es7/abstract-references":75,"./es7/comprehensions":76,"./es7/exponentiation-operator":77,"./es7/object-rest-spread":78,"./internal/alias-functions":80,"./internal/block-hoist":81,"./internal/cleanup":82,"./internal/declarations":83,"./internal/module-formatter":84,"./internal/modules":85,"./minification/dead-code-elimination":86,"./minification/remove-console-calls":87,"./minification/remove-debugger":88,"./minification/rename-local-variables":89,"./other/async-to-generator":90,"./other/bluebird-coroutines":91,"./other/flow":92,"./other/react":94,"./other/react-compat":93,"./other/regenerator":95,"./other/runtime":96,"./other/use-strict":97,"./playground/mallet-operator":98,"./playground/memoization-operator":99,"./playground/method-binding":100,"./playground/object-getter-memoization":101,"./spec/block-scoped-functions":102,"./spec/function-name":103,"./spec/proto-to-assign":104,"./spec/typeof-symbol":105,"./spec/undefined-to-void":106,"./validation/no-for-in-of-assignment":107,"./validation/react":108,"./validation/setters":109,"./validation/undeclared-variable-check":110}],80:[function(require,module,exports){
8253
+ },{"./es3/member-expression-literals":56,"./es3/property-literals":57,"./es5/properties.mutators":58,"./es6/arrow-functions":59,"./es6/block-scoping":61,"./es6/block-scoping-tdz":60,"./es6/classes":62,"./es6/constants":63,"./es6/destructuring":64,"./es6/for-of":65,"./es6/modules":66,"./es6/object-super":67,"./es6/parameters.default":68,"./es6/parameters.rest":69,"./es6/properties.computed":70,"./es6/properties.shorthand":71,"./es6/spread":72,"./es6/tail-call":73,"./es6/template-literals":74,"./es6/unicode-regex":75,"./es7/abstract-references":76,"./es7/comprehensions":77,"./es7/exponentiation-operator":78,"./es7/object-rest-spread":79,"./internal/alias-functions":81,"./internal/block-hoist":82,"./internal/cleanup":83,"./internal/declarations":84,"./internal/module-formatter":85,"./internal/modules":86,"./internal/use-strict":87,"./minification/dead-code-elimination":88,"./minification/remove-console-calls":89,"./minification/remove-debugger":90,"./minification/rename-local-variables":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/use-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,"./validation/no-for-in-of-assignment":109,"./validation/react":110,"./validation/setters":111,"./validation/undeclared-variable-check":112}],81:[function(require,module,exports){
8230
8254
  "use strict";
8231
8255
 
8232
8256
  var t = require("../../../types");
@@ -8320,7 +8344,7 @@ exports.FunctionExpression = function (node, parent, scope) {
8320
8344
  }, node, scope);
8321
8345
  };
8322
8346
 
8323
- },{"../../../types":117}],81:[function(require,module,exports){
8347
+ },{"../../../types":119}],82:[function(require,module,exports){
8324
8348
  "use strict";
8325
8349
 
8326
8350
  var groupBy = require("lodash/collection/groupBy");
@@ -8355,17 +8379,18 @@ exports.Program = {
8355
8379
  }
8356
8380
  };
8357
8381
 
8358
- },{"lodash/array/flatten":190,"lodash/collection/groupBy":197,"lodash/object/values":297}],82:[function(require,module,exports){
8382
+ },{"lodash/array/flatten":192,"lodash/collection/groupBy":199,"lodash/object/values":299}],83:[function(require,module,exports){
8359
8383
  exports.SequenceExpression = function (node) {
8360
8384
  if (node.expressions.length === 1) {
8361
8385
  return node.expressions[0];
8362
8386
  }
8363
8387
  };
8364
8388
 
8365
- },{}],83:[function(require,module,exports){
8389
+ },{}],84:[function(require,module,exports){
8366
8390
  "use strict";
8367
8391
 
8368
- var t = require("../../../types");
8392
+ var useStrict = require("../../helpers/use-strict");
8393
+ var t = require("../../../types");
8369
8394
 
8370
8395
  exports.secondPass = true;
8371
8396
 
@@ -8373,44 +8398,50 @@ exports.BlockStatement =
8373
8398
  exports.Program = function (node, parent, scope, file) {
8374
8399
  if (!node._declarations) return;
8375
8400
 
8376
- var kinds = {};
8377
- var kind;
8401
+ useStrict.wrap(node, function () {
8402
+ var kinds = {};
8403
+ var kind;
8378
8404
 
8379
- for (var i in node._declarations) {
8380
- var declar = node._declarations[i];
8405
+ for (var i in node._declarations) {
8406
+ var declar = node._declarations[i];
8381
8407
 
8382
- kind = declar.kind || "var";
8383
- var declarNode = t.variableDeclarator(declar.id, declar.init);
8408
+ kind = declar.kind || "var";
8409
+ var declarNode = t.variableDeclarator(declar.id, declar.init);
8384
8410
 
8385
- if (declar.init) {
8386
- node.body.unshift(file.attachAuxiliaryComment(t.variableDeclaration(kind, [declarNode])));
8387
- } else {
8388
- kinds[kind] = kinds[kind] || [];
8389
- kinds[kind].push(declarNode);
8411
+ if (declar.init) {
8412
+ node.body.unshift(file.attachAuxiliaryComment(t.variableDeclaration(kind, [declarNode])));
8413
+ } else {
8414
+ kinds[kind] = kinds[kind] || [];
8415
+ kinds[kind].push(declarNode);
8416
+ }
8390
8417
  }
8391
- }
8392
8418
 
8393
- for (kind in kinds) {
8394
- node.body.unshift(file.attachAuxiliaryComment(t.variableDeclaration(kind, kinds[kind])));
8395
- }
8419
+ for (kind in kinds) {
8420
+ node.body.unshift(file.attachAuxiliaryComment(t.variableDeclaration(kind, kinds[kind])));
8421
+ }
8396
8422
 
8397
- node._declarations = null;
8423
+ node._declarations = null;
8424
+ });
8398
8425
  };
8399
8426
 
8400
- },{"../../../types":117}],84:[function(require,module,exports){
8427
+ },{"../../../types":119,"../../helpers/use-strict":40}],85:[function(require,module,exports){
8401
8428
  "use strict";
8402
8429
 
8430
+ var useStrict = require("../../helpers/use-strict");
8431
+
8403
8432
  exports.Program = function (program, parent, scope, file) {
8404
8433
  if (!file.transformers["es6.modules"].canRun()) return;
8405
8434
 
8406
- program.body = file.dynamicImports.concat(program.body);
8435
+ useStrict.wrap(program, function () {
8436
+ program.body = file.dynamicImports.concat(program.body);
8437
+ });
8407
8438
 
8408
8439
  if (file.moduleFormatter.transform) {
8409
8440
  file.moduleFormatter.transform(program);
8410
8441
  }
8411
8442
  };
8412
8443
 
8413
- },{}],85:[function(require,module,exports){
8444
+ },{"../../helpers/use-strict":40}],86:[function(require,module,exports){
8414
8445
  "use strict";
8415
8446
 
8416
8447
  // in this transformer we have to split up classes and function declarations
@@ -8468,7 +8499,18 @@ exports.ExportDeclaration = function (node, parent, scope) {
8468
8499
  }
8469
8500
  };
8470
8501
 
8471
- },{"../../../types":117}],86:[function(require,module,exports){
8502
+ },{"../../../types":119}],87:[function(require,module,exports){
8503
+ "use strict";
8504
+
8505
+ var t = require("../../../types");
8506
+
8507
+ exports.Program = function (program, parent, scope, file) {
8508
+ if (file.transformers.useStrict.canRun()) {
8509
+ program.body.unshift(t.expressionStatement(t.literal("use strict")));
8510
+ }
8511
+ };
8512
+
8513
+ },{"../../../types":119}],88:[function(require,module,exports){
8472
8514
  var t = require("../../../types");
8473
8515
 
8474
8516
  exports.optional = true;
@@ -8546,7 +8588,7 @@ exports.IfStatement = {
8546
8588
  }
8547
8589
  };
8548
8590
 
8549
- },{"../../../types":117}],87:[function(require,module,exports){
8591
+ },{"../../../types":119}],89:[function(require,module,exports){
8550
8592
  "use strict";
8551
8593
 
8552
8594
  var t = require("../../../types");
@@ -8565,7 +8607,7 @@ exports.CallExpression = function (node, parent) {
8565
8607
  }
8566
8608
  };
8567
8609
 
8568
- },{"../../../types":117}],88:[function(require,module,exports){
8610
+ },{"../../../types":119}],90:[function(require,module,exports){
8569
8611
  var t = require("../../../types");
8570
8612
 
8571
8613
  exports.optional = true;
@@ -8576,7 +8618,7 @@ exports.ExpressionStatement = function (node) {
8576
8618
  }
8577
8619
  };
8578
8620
 
8579
- },{"../../../types":117}],89:[function(require,module,exports){
8621
+ },{"../../../types":119}],91:[function(require,module,exports){
8580
8622
  //var t = require("../../../types");
8581
8623
 
8582
8624
  exports.optional = true;
@@ -8587,7 +8629,7 @@ exports.Scopable = function () {
8587
8629
  //}
8588
8630
  };
8589
8631
 
8590
- },{}],90:[function(require,module,exports){
8632
+ },{}],92:[function(require,module,exports){
8591
8633
  "use strict";
8592
8634
 
8593
8635
  var remapAsyncToGenerator = require("../../helpers/remap-async-to-generator");
@@ -8603,7 +8645,7 @@ exports.Function = function (node, parent, scope, file) {
8603
8645
  return remapAsyncToGenerator(node, file.addHelper("async-to-generator"), scope);
8604
8646
  };
8605
8647
 
8606
- },{"../../helpers/remap-async-to-generator":38,"./bluebird-coroutines":91}],91:[function(require,module,exports){
8648
+ },{"../../helpers/remap-async-to-generator":38,"./bluebird-coroutines":93}],93:[function(require,module,exports){
8607
8649
  "use strict";
8608
8650
 
8609
8651
  var remapAsyncToGenerator = require("../../helpers/remap-async-to-generator");
@@ -8626,7 +8668,7 @@ exports.Function = function (node, parent, scope, file) {
8626
8668
  );
8627
8669
  };
8628
8670
 
8629
- },{"../../../types":117,"../../helpers/remap-async-to-generator":38}],92:[function(require,module,exports){
8671
+ },{"../../../types":119,"../../helpers/remap-async-to-generator":38}],94:[function(require,module,exports){
8630
8672
  var t = require("../../../types");
8631
8673
 
8632
8674
  exports.TypeCastExpression = function (node) {
@@ -8641,7 +8683,7 @@ exports.ExportDeclaration = function (node) {
8641
8683
  if (t.isTypeAlias(node.declaration)) this.remove();
8642
8684
  };
8643
8685
 
8644
- },{"../../../types":117}],93:[function(require,module,exports){
8686
+ },{"../../../types":119}],95:[function(require,module,exports){
8645
8687
  "use strict";
8646
8688
 
8647
8689
  var react = require("../../helpers/react");
@@ -8672,7 +8714,7 @@ require("../../helpers/build-react-transformer")(exports, {
8672
8714
  }
8673
8715
  });
8674
8716
 
8675
- },{"../../../types":117,"../../helpers/build-react-transformer":33,"../../helpers/react":37}],94:[function(require,module,exports){
8717
+ },{"../../../types":119,"../../helpers/build-react-transformer":33,"../../helpers/react":37}],96:[function(require,module,exports){
8676
8718
  "use strict";
8677
8719
 
8678
8720
  var react = require("../../helpers/react");
@@ -8717,7 +8759,7 @@ require("../../helpers/build-react-transformer")(exports, {
8717
8759
  }
8718
8760
  });
8719
8761
 
8720
- },{"../../../types":117,"../../helpers/build-react-transformer":33,"../../helpers/react":37}],95:[function(require,module,exports){
8762
+ },{"../../../types":119,"../../helpers/build-react-transformer":33,"../../helpers/react":37}],97:[function(require,module,exports){
8721
8763
  "use strict";
8722
8764
 
8723
8765
  var regenerator = require("regenerator-babel");
@@ -8734,7 +8776,7 @@ exports.Program = {
8734
8776
  }
8735
8777
  };
8736
8778
 
8737
- },{"../../../types":117,"regenerator-babel":310}],96:[function(require,module,exports){
8779
+ },{"../../../types":119,"regenerator-babel":312}],98:[function(require,module,exports){
8738
8780
  "use strict";
8739
8781
 
8740
8782
  var includes = require("lodash/collection/includes");
@@ -8838,7 +8880,7 @@ exports.Identifier = function (node, parent, scope, file) {
8838
8880
  }
8839
8881
  };
8840
8882
 
8841
- },{"../../../types":117,"../../../util":119,"core-js/library":170,"lodash/collection/includes":198,"lodash/object/has":294}],97:[function(require,module,exports){
8883
+ },{"../../../types":119,"../../../util":121,"core-js/library":172,"lodash/collection/includes":200,"lodash/object/has":296}],99:[function(require,module,exports){
8842
8884
  "use strict";
8843
8885
 
8844
8886
  var messages = require("../../../messages");
@@ -8851,10 +8893,6 @@ exports.Program = function (program) {
8851
8893
  }
8852
8894
  };
8853
8895
 
8854
- exports.post = function (file) {
8855
- file.ast.program.body.unshift(t.expressionStatement(t.literal("use strict")));
8856
- };
8857
-
8858
8896
  exports.FunctionDeclaration =
8859
8897
  exports.FunctionExpression = function () {
8860
8898
  this.skip();
@@ -8870,7 +8908,7 @@ exports.CallExpression = function (node, parent, scope, file) {
8870
8908
  }
8871
8909
  };
8872
8910
 
8873
- },{"../../../messages":27,"../../../types":117}],98:[function(require,module,exports){
8911
+ },{"../../../messages":27,"../../../types":119}],100:[function(require,module,exports){
8874
8912
  "use strict";
8875
8913
 
8876
8914
  var messages = require("../../../messages");
@@ -8896,7 +8934,7 @@ build(exports, {
8896
8934
  }
8897
8935
  });
8898
8936
 
8899
- },{"../../../messages":27,"../../../types":117,"../../helpers/build-conditional-assignment-operator-transformer":32}],99:[function(require,module,exports){
8937
+ },{"../../../messages":27,"../../../types":119,"../../helpers/build-conditional-assignment-operator-transformer":32}],101:[function(require,module,exports){
8900
8938
  "use strict";
8901
8939
 
8902
8940
  var build = require("../../helpers/build-conditional-assignment-operator-transformer");
@@ -8923,7 +8961,7 @@ build(exports, {
8923
8961
  }
8924
8962
  });
8925
8963
 
8926
- },{"../../../types":117,"../../helpers/build-conditional-assignment-operator-transformer":32}],100:[function(require,module,exports){
8964
+ },{"../../../types":119,"../../helpers/build-conditional-assignment-operator-transformer":32}],102:[function(require,module,exports){
8927
8965
  "use strict";
8928
8966
 
8929
8967
  var t = require("../../../types");
@@ -8970,7 +9008,7 @@ exports.BindFunctionExpression = function (node, parent, scope) {
8970
9008
  ]);
8971
9009
  };
8972
9010
 
8973
- },{"../../../types":117}],101:[function(require,module,exports){
9011
+ },{"../../../types":119}],103:[function(require,module,exports){
8974
9012
  "use strict";
8975
9013
 
8976
9014
  var t = require("../../../types");
@@ -9015,7 +9053,7 @@ exports.MethodDefinition = function (node, parent, scope, file) {
9015
9053
  return node;
9016
9054
  };
9017
9055
 
9018
- },{"../../../types":117}],102:[function(require,module,exports){
9056
+ },{"../../../types":119}],104:[function(require,module,exports){
9019
9057
  "use strict";
9020
9058
 
9021
9059
  var t = require("../../../types");
@@ -9045,14 +9083,14 @@ exports.BlockStatement = function (node, parent, scope, file) {
9045
9083
  }
9046
9084
  };
9047
9085
 
9048
- },{"../../../types":117}],103:[function(require,module,exports){
9086
+ },{"../../../types":119}],105:[function(require,module,exports){
9049
9087
  "use strict";
9050
9088
 
9051
9089
  var nameMethod = require("../../helpers/name-method");
9052
9090
 
9053
9091
  exports.FunctionExpression = nameMethod.bare;
9054
9092
 
9055
- },{"../../helpers/name-method":36}],104:[function(require,module,exports){
9093
+ },{"../../helpers/name-method":36}],106:[function(require,module,exports){
9056
9094
  "use strict";
9057
9095
 
9058
9096
  var t = require("../../../types");
@@ -9116,7 +9154,7 @@ exports.ObjectExpression = function (node, parent, scope, file) {
9116
9154
  }
9117
9155
  };
9118
9156
 
9119
- },{"../../../types":117,"lodash/array/pull":192}],105:[function(require,module,exports){
9157
+ },{"../../../types":119,"lodash/array/pull":194}],107:[function(require,module,exports){
9120
9158
  "use strict";
9121
9159
 
9122
9160
  var t = require("../../../types");
@@ -9141,7 +9179,7 @@ exports.UnaryExpression = function (node, parent, scope, file) {
9141
9179
  }
9142
9180
  };
9143
9181
 
9144
- },{"../../../types":117}],106:[function(require,module,exports){
9182
+ },{"../../../types":119}],108:[function(require,module,exports){
9145
9183
  "use strict";
9146
9184
 
9147
9185
  var t = require("../../../types");
@@ -9154,7 +9192,7 @@ exports.Identifier = function (node, parent) {
9154
9192
  }
9155
9193
  };
9156
9194
 
9157
- },{"../../../types":117}],107:[function(require,module,exports){
9195
+ },{"../../../types":119}],109:[function(require,module,exports){
9158
9196
  "use strict";
9159
9197
 
9160
9198
  var messages = require("../../../messages");
@@ -9171,7 +9209,7 @@ exports.ForOfStatement = function (node, parent, scope, file) {
9171
9209
  }
9172
9210
  };
9173
9211
 
9174
- },{"../../../messages":27,"../../../types":117}],108:[function(require,module,exports){
9212
+ },{"../../../messages":27,"../../../types":119}],110:[function(require,module,exports){
9175
9213
  var messages = require("../../../messages");
9176
9214
  var t = require("../../../types");
9177
9215
 
@@ -9198,7 +9236,7 @@ exports.ExportDeclaration = function (node, parent, scope, file) {
9198
9236
  check(node.source, file);
9199
9237
  };
9200
9238
 
9201
- },{"../../../messages":27,"../../../types":117}],109:[function(require,module,exports){
9239
+ },{"../../../messages":27,"../../../types":119}],111:[function(require,module,exports){
9202
9240
  "use strict";
9203
9241
 
9204
9242
  var messages = require("../../../messages");
@@ -9214,7 +9252,7 @@ exports.Property = function (node, parent, scope, file) {
9214
9252
  }
9215
9253
  };
9216
9254
 
9217
- },{"../../../messages":27}],110:[function(require,module,exports){
9255
+ },{"../../../messages":27}],112:[function(require,module,exports){
9218
9256
  "use strict";
9219
9257
 
9220
9258
  var levenshtein = require("leven");
@@ -9256,7 +9294,7 @@ exports.Identifier = function (node, parent, scope, file) {
9256
9294
  throw file.errorWithNode(node, msg, ReferenceError);
9257
9295
  };
9258
9296
 
9259
- },{"../../../messages":27,"../../../types":117,"leven":186}],111:[function(require,module,exports){
9297
+ },{"../../../messages":27,"../../../types":119,"leven":188}],113:[function(require,module,exports){
9260
9298
  "use strict";
9261
9299
 
9262
9300
  module.exports = TraversalContext;
@@ -9312,7 +9350,7 @@ TraversalContext.prototype.visit = function (node, key) {
9312
9350
  }
9313
9351
  };
9314
9352
 
9315
- },{"./path":113,"lodash/array/compact":189,"lodash/array/flatten":190}],112:[function(require,module,exports){
9353
+ },{"./path":115,"lodash/array/compact":191,"lodash/array/flatten":192}],114:[function(require,module,exports){
9316
9354
  "use strict";
9317
9355
 
9318
9356
  module.exports = traverse;
@@ -9435,19 +9473,17 @@ traverse.hasType = function (tree, scope, type, blacklistTypes) {
9435
9473
  return state.has;
9436
9474
  };
9437
9475
 
9438
- },{"../types":117,"./context":111,"lodash/collection/includes":198}],113:[function(require,module,exports){
9476
+ },{"../types":119,"./context":113,"lodash/collection/includes":200}],115:[function(require,module,exports){
9439
9477
  "use strict";
9440
9478
 
9441
9479
  module.exports = TraversalPath;
9442
9480
 
9443
- /* jshint maxparams:7 */
9444
-
9445
9481
  var traverse = require("./index");
9446
9482
  var includes = require("lodash/collection/includes");
9447
9483
  var Scope = require("./scope");
9448
9484
  var t = require("../types");
9449
9485
 
9450
- function TraversalPath(context, parent, obj, key) {
9486
+ function TraversalPath(context, parent, container, key) {
9451
9487
  this.shouldRemove = false;
9452
9488
  this.shouldSkip = false;
9453
9489
  this.shouldStop = false;
@@ -9457,14 +9493,30 @@ function TraversalPath(context, parent, obj, key) {
9457
9493
  this.state = this.context.state;
9458
9494
  this.opts = this.context.opts;
9459
9495
 
9460
- this.key = key;
9461
- this.obj = obj;
9496
+ this.container = container;
9497
+ this.key = key;
9462
9498
 
9463
9499
  this.parent = parent;
9464
- this.scope = TraversalPath.getScope(this.getNode(), parent, context.scope);
9465
9500
  this.state = context.state;
9501
+
9502
+ this.setScope();
9466
9503
  }
9467
9504
 
9505
+ TraversalPath.getScope = function (node, parent, scope) {
9506
+ var ourScope = scope;
9507
+
9508
+ // we're entering a new scope so let's construct it!
9509
+ if (t.isScope(node, parent)) {
9510
+ ourScope = new Scope(node, parent, scope);
9511
+ }
9512
+
9513
+ return ourScope;
9514
+ };
9515
+
9516
+ TraversalPath.prototype.setScope = function () {
9517
+ this.scope = TraversalPath.getScope(this.node, this.parent, this.context.scope);
9518
+ };
9519
+
9468
9520
  TraversalPath.prototype.remove = function () {
9469
9521
  this.shouldRemove = true;
9470
9522
  this.shouldSkip = true;
@@ -9483,67 +9535,48 @@ TraversalPath.prototype.flatten = function () {
9483
9535
  this.context.flatten();
9484
9536
  };
9485
9537
 
9486
- TraversalPath.getScope = function (node, parent, scope) {
9487
- var ourScope = scope;
9488
-
9489
- // we're entering a new scope so let's construct it!
9490
- if (t.isScope(node, parent)) {
9491
- ourScope = new Scope(node, parent, scope);
9492
- }
9493
-
9494
- return ourScope;
9495
- };
9496
-
9497
- TraversalPath.prototype.maybeRemove = function () {
9498
- if (this.shouldRemove) {
9499
- this.setNode(null);
9500
- this.flatten();
9501
- }
9502
- };
9503
-
9504
- TraversalPath.prototype.setNode = function (val) {
9505
- return this.obj[this.key] = val;
9506
- };
9538
+ Object.defineProperty(TraversalPath.prototype, "node", {
9539
+ get: function () {
9540
+ return this.container[this.key];
9541
+ },
9507
9542
 
9508
- TraversalPath.prototype.getNode = function () {
9509
- return this.obj[this.key];
9510
- };
9543
+ set: function (replacement) {
9544
+ var isArray = Array.isArray(replacement);
9511
9545
 
9512
- TraversalPath.prototype.replaceNode = function (replacement) {
9513
- var isArray = Array.isArray(replacement);
9546
+ // inherit comments from original node to the first replacement node
9547
+ var inheritTo = replacement;
9548
+ if (isArray) inheritTo = replacement[0];
9549
+ if (inheritTo) t.inheritsComments(inheritTo, this.node);
9514
9550
 
9515
- // inherit comments from original node to the first replacement node
9516
- var inheritTo = replacement;
9517
- if (isArray) inheritTo = replacement[0];
9518
- if (inheritTo) t.inheritsComments(inheritTo, this.getNode());
9551
+ // replace the node
9552
+ this.container[this.key] = replacement;
9553
+ this.setScope();
9519
9554
 
9520
- // replace the node
9521
- this.setNode(replacement);
9555
+ var file = this.scope && this.scope.file;
9556
+ if (file) {
9557
+ if (isArray) {
9558
+ for (var i = 0; i < replacement.length; i++) {
9559
+ file.checkNode(replacement[i], this.scope);
9560
+ }
9561
+ } else {
9562
+ file.checkNode(replacement, this.scope);
9563
+ }
9564
+ }
9522
9565
 
9523
- var file = this.scope && this.scope.file;
9524
- if (file) {
9566
+ // we're replacing a statement or block node with an array of statements so we better
9567
+ // ensure that it's a block
9525
9568
  if (isArray) {
9526
- for (var i = 0; i < replacement.length; i++) {
9527
- file.checkNode(replacement[i], this.scope);
9569
+ if (includes(t.STATEMENT_OR_BLOCK_KEYS, this.key) && !t.isBlockStatement(this.container)) {
9570
+ t.ensureBlock(this.container, this.key);
9528
9571
  }
9529
- } else {
9530
- file.checkNode(replacement, this.scope);
9531
- }
9532
- }
9533
9572
 
9534
- // we're replacing a statement or block node with an array of statements so we better
9535
- // ensure that it's a block
9536
- if (isArray) {
9537
- if (includes(t.STATEMENT_OR_BLOCK_KEYS, this.key) && !t.isBlockStatement(this.obj)) {
9538
- t.ensureBlock(this.obj, this.key);
9573
+ this.flatten();
9539
9574
  }
9540
-
9541
- this.flatten();
9542
9575
  }
9543
- };
9576
+ });
9544
9577
 
9545
9578
  TraversalPath.prototype.call = function (key) {
9546
- var node = this.getNode();
9579
+ var node = this.node;
9547
9580
  if (!node) return;
9548
9581
 
9549
9582
  var opts = this.opts;
@@ -9553,18 +9586,18 @@ TraversalPath.prototype.call = function (key) {
9553
9586
  var replacement = fn.call(this, node, this.parent, this.scope, this.state);
9554
9587
 
9555
9588
  if (replacement) {
9556
- this.replaceNode(replacement);
9557
- node = replacement;
9589
+ this.node = replacement;
9558
9590
  }
9559
9591
 
9560
- this.maybeRemove();
9561
-
9562
- return node;
9592
+ if (this.shouldRemove) {
9593
+ this.container[this.key] = null;
9594
+ this.flatten();
9595
+ }
9563
9596
  };
9564
9597
 
9565
9598
  TraversalPath.prototype.visit = function () {
9566
9599
  var opts = this.opts;
9567
- var node = this.getNode();
9600
+ var node = this.node;
9568
9601
 
9569
9602
  // type is blacklisted
9570
9603
  if (opts.blacklist && opts.blacklist.indexOf(node.type) > -1) {
@@ -9577,7 +9610,7 @@ TraversalPath.prototype.visit = function () {
9577
9610
  return this.shouldStop;
9578
9611
  }
9579
9612
 
9580
- node = this.getNode();
9613
+ node = this.node;
9581
9614
 
9582
9615
  if (Array.isArray(node)) {
9583
9616
  // traverse over these replacement nodes we purposely don't call exitNode
@@ -9593,7 +9626,11 @@ TraversalPath.prototype.visit = function () {
9593
9626
  return this.shouldStop;
9594
9627
  };
9595
9628
 
9596
- },{"../types":117,"./index":112,"./scope":114,"lodash/collection/includes":198}],114:[function(require,module,exports){
9629
+ TraversalPath.prototype.isReferencedIdentifier = function () {
9630
+ return t.isReferencedIdentifier(this.node);
9631
+ };
9632
+
9633
+ },{"../types":119,"./index":114,"./scope":116,"lodash/collection/includes":200}],116:[function(require,module,exports){
9597
9634
  "use strict";
9598
9635
 
9599
9636
  module.exports = Scope;
@@ -10241,7 +10278,7 @@ Scope.prototype.parentHasBinding = function (name) {
10241
10278
  return this.parent && this.parent.hasBinding(name);
10242
10279
  };
10243
10280
 
10244
- },{"../helpers/object":24,"../messages":27,"../types":117,"./index":112,"globals":181,"lodash/array/flatten":190,"lodash/collection/each":195,"lodash/collection/includes":198,"lodash/object/defaults":292,"lodash/object/extend":293}],115:[function(require,module,exports){
10281
+ },{"../helpers/object":24,"../messages":27,"../types":119,"./index":114,"globals":183,"lodash/array/flatten":192,"lodash/collection/each":197,"lodash/collection/includes":200,"lodash/object/defaults":294,"lodash/object/extend":295}],117:[function(require,module,exports){
10245
10282
  module.exports={
10246
10283
  "ExpressionStatement": ["Statement"],
10247
10284
  "BreakStatement": ["Statement"],
@@ -10327,7 +10364,7 @@ module.exports={
10327
10364
  "JSXSpreadAttribute": ["JSX"]
10328
10365
  }
10329
10366
 
10330
- },{}],116:[function(require,module,exports){
10367
+ },{}],118:[function(require,module,exports){
10331
10368
  module.exports={
10332
10369
  "ArrayExpression": {
10333
10370
  "elements": null
@@ -10497,7 +10534,7 @@ module.exports={
10497
10534
  }
10498
10535
  }
10499
10536
 
10500
- },{}],117:[function(require,module,exports){
10537
+ },{}],119:[function(require,module,exports){
10501
10538
  "use strict";
10502
10539
 
10503
10540
  var toFastProperties = require("../helpers/to-fast-properties");
@@ -11304,7 +11341,7 @@ t.isScope = function (node, parent) {
11304
11341
  toFastProperties(t);
11305
11342
  toFastProperties(t.VISITOR_KEYS);
11306
11343
 
11307
- },{"../helpers/object":24,"../helpers/to-fast-properties":26,"./alias-keys":115,"./builder-keys":116,"./visitor-keys":118,"esutils":179,"lodash/array/compact":189,"lodash/array/uniq":193,"lodash/collection/each":195,"lodash/lang/isString":289}],118:[function(require,module,exports){
11344
+ },{"../helpers/object":24,"../helpers/to-fast-properties":26,"./alias-keys":117,"./builder-keys":118,"./visitor-keys":120,"esutils":181,"lodash/array/compact":191,"lodash/array/uniq":195,"lodash/collection/each":197,"lodash/lang/isString":291}],120:[function(require,module,exports){
11308
11345
  module.exports={
11309
11346
  "ArrayExpression": ["elements"],
11310
11347
  "ArrayPattern": ["elements"],
@@ -11422,7 +11459,7 @@ module.exports={
11422
11459
  "JSXSpreadAttribute": ["argument"]
11423
11460
  }
11424
11461
 
11425
- },{}],119:[function(require,module,exports){
11462
+ },{}],121:[function(require,module,exports){
11426
11463
  (function (__dirname){
11427
11464
  "use strict";
11428
11465
 
@@ -11563,7 +11600,7 @@ try {
11563
11600
  }
11564
11601
 
11565
11602
  }).call(this,"/lib/babel")
11566
- },{"../../templates.json":337,"./helpers/parse":25,"./patch":28,"./traversal":112,"./types":117,"debug/node":172,"fs":135,"lodash/collection/contains":194,"lodash/collection/each":195,"lodash/lang/cloneDeep":279,"lodash/lang/isEmpty":283,"lodash/lang/isRegExp":288,"lodash/lang/isString":289,"lodash/object/has":294,"path":144,"util":161}],120:[function(require,module,exports){
11603
+ },{"../../templates.json":339,"./helpers/parse":25,"./patch":28,"./traversal":114,"./types":119,"debug/node":174,"fs":137,"lodash/collection/contains":196,"lodash/collection/each":197,"lodash/lang/cloneDeep":281,"lodash/lang/isEmpty":285,"lodash/lang/isRegExp":290,"lodash/lang/isString":291,"lodash/object/has":296,"path":146,"util":163}],122:[function(require,module,exports){
11567
11604
  // Acorn is a tiny, fast JavaScript parser written in JavaScript.
11568
11605
  //
11569
11606
  // Acorn was written by Marijn Haverbeke and various contributors and
@@ -16360,7 +16397,7 @@ switch(str.length){case 5:switch(str){case "break":case "catch":case "throw":cas
16360
16397
  }
16361
16398
  });
16362
16399
 
16363
- },{}],121:[function(require,module,exports){
16400
+ },{}],123:[function(require,module,exports){
16364
16401
  var types = require("../lib/types");
16365
16402
  var Type = types.Type;
16366
16403
  var def = Type.def;
@@ -16743,7 +16780,7 @@ def("Line")
16743
16780
  .bases("Comment")
16744
16781
  .build("value", /*optional:*/ "leading", "trailing");
16745
16782
 
16746
- },{"../lib/shared":132,"../lib/types":133}],122:[function(require,module,exports){
16783
+ },{"../lib/shared":134,"../lib/types":135}],124:[function(require,module,exports){
16747
16784
  require("./core");
16748
16785
  var types = require("../lib/types");
16749
16786
  var def = types.Type.def;
@@ -16832,7 +16869,7 @@ def("XMLProcessingInstruction")
16832
16869
  .field("target", isString)
16833
16870
  .field("contents", or(isString, null));
16834
16871
 
16835
- },{"../lib/types":133,"./core":121}],123:[function(require,module,exports){
16872
+ },{"../lib/types":135,"./core":123}],125:[function(require,module,exports){
16836
16873
  require("./core");
16837
16874
  var types = require("../lib/types");
16838
16875
  var def = types.Type.def;
@@ -17071,7 +17108,7 @@ def("TemplateElement")
17071
17108
  .field("value", {"cooked": isString, "raw": isString})
17072
17109
  .field("tail", isBoolean);
17073
17110
 
17074
- },{"../lib/shared":132,"../lib/types":133,"./core":121}],124:[function(require,module,exports){
17111
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],126:[function(require,module,exports){
17075
17112
  require("./core");
17076
17113
  var types = require("../lib/types");
17077
17114
  var def = types.Type.def;
@@ -17111,7 +17148,7 @@ def("AwaitExpression")
17111
17148
  .field("argument", or(def("Expression"), null))
17112
17149
  .field("all", isBoolean, defaults["false"]);
17113
17150
 
17114
- },{"../lib/shared":132,"../lib/types":133,"./core":121}],125:[function(require,module,exports){
17151
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],127:[function(require,module,exports){
17115
17152
  require("./core");
17116
17153
  var types = require("../lib/types");
17117
17154
  var def = types.Type.def;
@@ -17407,7 +17444,7 @@ def("DeclareModule")
17407
17444
  .field("id", or(def("Identifier"), def("Literal")))
17408
17445
  .field("body", def("BlockStatement"));
17409
17446
 
17410
- },{"../lib/shared":132,"../lib/types":133,"./core":121}],126:[function(require,module,exports){
17447
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],128:[function(require,module,exports){
17411
17448
  require("./core");
17412
17449
  var types = require("../lib/types");
17413
17450
  var def = types.Type.def;
@@ -17448,7 +17485,7 @@ def("GraphIndexExpression")
17448
17485
  .build("index")
17449
17486
  .field("index", geq(0));
17450
17487
 
17451
- },{"../lib/shared":132,"../lib/types":133,"./core":121}],127:[function(require,module,exports){
17488
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],129:[function(require,module,exports){
17452
17489
  var assert = require("assert");
17453
17490
  var types = require("../main");
17454
17491
  var getFieldNames = types.getFieldNames;
@@ -17628,7 +17665,7 @@ function objectsAreEquivalent(a, b, problemPath) {
17628
17665
 
17629
17666
  module.exports = astNodesAreEquivalent;
17630
17667
 
17631
- },{"../main":134,"assert":136}],128:[function(require,module,exports){
17668
+ },{"../main":136,"assert":138}],130:[function(require,module,exports){
17632
17669
  var assert = require("assert");
17633
17670
  var types = require("./types");
17634
17671
  var n = types.namedTypes;
@@ -18079,11 +18116,11 @@ function cleanUpIfStatementAfterPrune(ifStatement) {
18079
18116
 
18080
18117
  module.exports = NodePath;
18081
18118
 
18082
- },{"./path":130,"./scope":131,"./types":133,"assert":136,"util":161}],129:[function(require,module,exports){
18119
+ },{"./path":132,"./scope":133,"./types":135,"assert":138,"util":163}],131:[function(require,module,exports){
18083
18120
  var assert = require("assert");
18084
18121
  var types = require("./types");
18085
18122
  var NodePath = require("./node-path");
18086
- var Node = types.namedTypes.Node;
18123
+ var Printable = types.namedTypes.Printable;
18087
18124
  var isArray = types.builtInTypes.array;
18088
18125
  var isObject = types.builtInTypes.object;
18089
18126
  var isFunction = types.builtInTypes.function;
@@ -18095,7 +18132,12 @@ function PathVisitor() {
18095
18132
 
18096
18133
  // Permanent state.
18097
18134
  this._reusableContextStack = [];
18135
+
18098
18136
  this._methodNameTable = computeMethodNameTable(this);
18137
+ this._shouldVisitComments =
18138
+ hasOwn.call(this._methodNameTable, "Block") ||
18139
+ hasOwn.call(this._methodNameTable, "Line");
18140
+
18099
18141
  this.Context = makeContextConstructor(this);
18100
18142
 
18101
18143
  // State reset every time PathVisitor.prototype.visit is called.
@@ -18250,7 +18292,7 @@ PVp.visitWithoutReset = function(path) {
18250
18292
  assert.ok(path instanceof NodePath);
18251
18293
  var value = path.value;
18252
18294
 
18253
- var methodName = Node.check(value) && this._methodNameTable[value.type];
18295
+ var methodName = Printable.check(value) && this._methodNameTable[value.type];
18254
18296
  if (methodName) {
18255
18297
  var context = this.acquireContext(path);
18256
18298
  try {
@@ -18278,6 +18320,16 @@ function visitChildren(path, visitor) {
18278
18320
  // No children to visit.
18279
18321
  } else {
18280
18322
  var childNames = types.getFieldNames(value);
18323
+
18324
+ // The .comments field of the Node type is hidden, so we only
18325
+ // visit it if the visitor defines visitBlock or visitLine, and
18326
+ // value.comments is defined.
18327
+ if (visitor._shouldVisitComments &&
18328
+ value.comments &&
18329
+ childNames.indexOf("comments") < 0) {
18330
+ childNames.push("comments");
18331
+ }
18332
+
18281
18333
  var childCount = childNames.length;
18282
18334
  var childPaths = [];
18283
18335
 
@@ -18436,7 +18488,7 @@ sharedContextProtoMethods.abort = function abort() {
18436
18488
 
18437
18489
  module.exports = PathVisitor;
18438
18490
 
18439
- },{"./node-path":128,"./types":133,"assert":136}],130:[function(require,module,exports){
18491
+ },{"./node-path":130,"./types":135,"assert":138}],132:[function(require,module,exports){
18440
18492
  var assert = require("assert");
18441
18493
  var Op = Object.prototype;
18442
18494
  var hasOwn = Op.hasOwnProperty;
@@ -18786,7 +18838,7 @@ Pp.replace = function replace(replacement) {
18786
18838
 
18787
18839
  module.exports = Path;
18788
18840
 
18789
- },{"./types":133,"assert":136}],131:[function(require,module,exports){
18841
+ },{"./types":135,"assert":138}],133:[function(require,module,exports){
18790
18842
  var assert = require("assert");
18791
18843
  var types = require("./types");
18792
18844
  var Type = types.Type;
@@ -19069,7 +19121,7 @@ Sp.getGlobalScope = function() {
19069
19121
 
19070
19122
  module.exports = Scope;
19071
19123
 
19072
- },{"./node-path":128,"./types":133,"assert":136}],132:[function(require,module,exports){
19124
+ },{"./node-path":130,"./types":135,"assert":138}],134:[function(require,module,exports){
19073
19125
  var types = require("../lib/types");
19074
19126
  var Type = types.Type;
19075
19127
  var builtin = types.builtInTypes;
@@ -19112,7 +19164,7 @@ exports.isPrimitive = new Type(function(value) {
19112
19164
  type === "function");
19113
19165
  }, naiveIsPrimitive.toString());
19114
19166
 
19115
- },{"../lib/types":133}],133:[function(require,module,exports){
19167
+ },{"../lib/types":135}],135:[function(require,module,exports){
19116
19168
  var assert = require("assert");
19117
19169
  var Ap = Array.prototype;
19118
19170
  var slice = Ap.slice;
@@ -19844,7 +19896,7 @@ exports.finalize = function() {
19844
19896
  });
19845
19897
  };
19846
19898
 
19847
- },{"assert":136}],134:[function(require,module,exports){
19899
+ },{"assert":138}],136:[function(require,module,exports){
19848
19900
  var types = require("./lib/types");
19849
19901
 
19850
19902
  // This core module of AST types captures ES5 as it is parsed today by
@@ -19877,9 +19929,9 @@ exports.NodePath = require("./lib/node-path");
19877
19929
  exports.PathVisitor = require("./lib/path-visitor");
19878
19930
  exports.visit = exports.PathVisitor.visit;
19879
19931
 
19880
- },{"./def/core":121,"./def/e4x":122,"./def/es6":123,"./def/es7":124,"./def/fb-harmony":125,"./def/mozilla":126,"./lib/equiv":127,"./lib/node-path":128,"./lib/path-visitor":129,"./lib/types":133}],135:[function(require,module,exports){
19932
+ },{"./def/core":123,"./def/e4x":124,"./def/es6":125,"./def/es7":126,"./def/fb-harmony":127,"./def/mozilla":128,"./lib/equiv":129,"./lib/node-path":130,"./lib/path-visitor":131,"./lib/types":135}],137:[function(require,module,exports){
19881
19933
 
19882
- },{}],136:[function(require,module,exports){
19934
+ },{}],138:[function(require,module,exports){
19883
19935
  // http://wiki.commonjs.org/wiki/Unit_Testing/1.0
19884
19936
  //
19885
19937
  // THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
@@ -20240,7 +20292,7 @@ var objectKeys = Object.keys || function (obj) {
20240
20292
  return keys;
20241
20293
  };
20242
20294
 
20243
- },{"util/":161}],137:[function(require,module,exports){
20295
+ },{"util/":163}],139:[function(require,module,exports){
20244
20296
  /*!
20245
20297
  * The buffer module from node.js, for the browser.
20246
20298
  *
@@ -21552,7 +21604,7 @@ function decodeUtf8Char (str) {
21552
21604
  }
21553
21605
  }
21554
21606
 
21555
- },{"base64-js":138,"ieee754":139,"is-array":140}],138:[function(require,module,exports){
21607
+ },{"base64-js":140,"ieee754":141,"is-array":142}],140:[function(require,module,exports){
21556
21608
  var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
21557
21609
 
21558
21610
  ;(function (exports) {
@@ -21678,7 +21730,7 @@ var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
21678
21730
  exports.fromByteArray = uint8ToBase64
21679
21731
  }(typeof exports === 'undefined' ? (this.base64js = {}) : exports))
21680
21732
 
21681
- },{}],139:[function(require,module,exports){
21733
+ },{}],141:[function(require,module,exports){
21682
21734
  exports.read = function(buffer, offset, isLE, mLen, nBytes) {
21683
21735
  var e, m,
21684
21736
  eLen = nBytes * 8 - mLen - 1,
@@ -21764,7 +21816,7 @@ exports.write = function(buffer, value, offset, isLE, mLen, nBytes) {
21764
21816
  buffer[offset + i - d] |= s * 128;
21765
21817
  };
21766
21818
 
21767
- },{}],140:[function(require,module,exports){
21819
+ },{}],142:[function(require,module,exports){
21768
21820
 
21769
21821
  /**
21770
21822
  * isArray
@@ -21799,7 +21851,7 @@ module.exports = isArray || function (val) {
21799
21851
  return !! val && '[object Array]' == str.call(val);
21800
21852
  };
21801
21853
 
21802
- },{}],141:[function(require,module,exports){
21854
+ },{}],143:[function(require,module,exports){
21803
21855
  // Copyright Joyent, Inc. and other Node contributors.
21804
21856
  //
21805
21857
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -22102,7 +22154,7 @@ function isUndefined(arg) {
22102
22154
  return arg === void 0;
22103
22155
  }
22104
22156
 
22105
- },{}],142:[function(require,module,exports){
22157
+ },{}],144:[function(require,module,exports){
22106
22158
  if (typeof Object.create === 'function') {
22107
22159
  // implementation from standard node.js 'util' module
22108
22160
  module.exports = function inherits(ctor, superCtor) {
@@ -22127,12 +22179,12 @@ if (typeof Object.create === 'function') {
22127
22179
  }
22128
22180
  }
22129
22181
 
22130
- },{}],143:[function(require,module,exports){
22182
+ },{}],145:[function(require,module,exports){
22131
22183
  module.exports = Array.isArray || function (arr) {
22132
22184
  return Object.prototype.toString.call(arr) == '[object Array]';
22133
22185
  };
22134
22186
 
22135
- },{}],144:[function(require,module,exports){
22187
+ },{}],146:[function(require,module,exports){
22136
22188
  (function (process){
22137
22189
  // Copyright Joyent, Inc. and other Node contributors.
22138
22190
  //
@@ -22360,7 +22412,7 @@ var substr = 'ab'.substr(-1) === 'b'
22360
22412
  ;
22361
22413
 
22362
22414
  }).call(this,require('_process'))
22363
- },{"_process":145}],145:[function(require,module,exports){
22415
+ },{"_process":147}],147:[function(require,module,exports){
22364
22416
  // shim for using process in browser
22365
22417
 
22366
22418
  var process = module.exports = {};
@@ -22419,10 +22471,10 @@ process.chdir = function (dir) {
22419
22471
  };
22420
22472
  process.umask = function() { return 0; };
22421
22473
 
22422
- },{}],146:[function(require,module,exports){
22474
+ },{}],148:[function(require,module,exports){
22423
22475
  module.exports = require("./lib/_stream_duplex.js")
22424
22476
 
22425
- },{"./lib/_stream_duplex.js":147}],147:[function(require,module,exports){
22477
+ },{"./lib/_stream_duplex.js":149}],149:[function(require,module,exports){
22426
22478
  (function (process){
22427
22479
  // Copyright Joyent, Inc. and other Node contributors.
22428
22480
  //
@@ -22515,7 +22567,7 @@ function forEach (xs, f) {
22515
22567
  }
22516
22568
 
22517
22569
  }).call(this,require('_process'))
22518
- },{"./_stream_readable":149,"./_stream_writable":151,"_process":145,"core-util-is":152,"inherits":142}],148:[function(require,module,exports){
22570
+ },{"./_stream_readable":151,"./_stream_writable":153,"_process":147,"core-util-is":154,"inherits":144}],150:[function(require,module,exports){
22519
22571
  // Copyright Joyent, Inc. and other Node contributors.
22520
22572
  //
22521
22573
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -22563,7 +22615,7 @@ PassThrough.prototype._transform = function(chunk, encoding, cb) {
22563
22615
  cb(null, chunk);
22564
22616
  };
22565
22617
 
22566
- },{"./_stream_transform":150,"core-util-is":152,"inherits":142}],149:[function(require,module,exports){
22618
+ },{"./_stream_transform":152,"core-util-is":154,"inherits":144}],151:[function(require,module,exports){
22567
22619
  (function (process){
22568
22620
  // Copyright Joyent, Inc. and other Node contributors.
22569
22621
  //
@@ -23549,7 +23601,7 @@ function indexOf (xs, x) {
23549
23601
  }
23550
23602
 
23551
23603
  }).call(this,require('_process'))
23552
- },{"_process":145,"buffer":137,"core-util-is":152,"events":141,"inherits":142,"isarray":143,"stream":157,"string_decoder/":158}],150:[function(require,module,exports){
23604
+ },{"_process":147,"buffer":139,"core-util-is":154,"events":143,"inherits":144,"isarray":145,"stream":159,"string_decoder/":160}],152:[function(require,module,exports){
23553
23605
  // Copyright Joyent, Inc. and other Node contributors.
23554
23606
  //
23555
23607
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -23761,7 +23813,7 @@ function done(stream, er) {
23761
23813
  return stream.push(null);
23762
23814
  }
23763
23815
 
23764
- },{"./_stream_duplex":147,"core-util-is":152,"inherits":142}],151:[function(require,module,exports){
23816
+ },{"./_stream_duplex":149,"core-util-is":154,"inherits":144}],153:[function(require,module,exports){
23765
23817
  (function (process){
23766
23818
  // Copyright Joyent, Inc. and other Node contributors.
23767
23819
  //
@@ -24151,7 +24203,7 @@ function endWritable(stream, state, cb) {
24151
24203
  }
24152
24204
 
24153
24205
  }).call(this,require('_process'))
24154
- },{"./_stream_duplex":147,"_process":145,"buffer":137,"core-util-is":152,"inherits":142,"stream":157}],152:[function(require,module,exports){
24206
+ },{"./_stream_duplex":149,"_process":147,"buffer":139,"core-util-is":154,"inherits":144,"stream":159}],154:[function(require,module,exports){
24155
24207
  (function (Buffer){
24156
24208
  // Copyright Joyent, Inc. and other Node contributors.
24157
24209
  //
@@ -24261,10 +24313,10 @@ function objectToString(o) {
24261
24313
  return Object.prototype.toString.call(o);
24262
24314
  }
24263
24315
  }).call(this,require("buffer").Buffer)
24264
- },{"buffer":137}],153:[function(require,module,exports){
24316
+ },{"buffer":139}],155:[function(require,module,exports){
24265
24317
  module.exports = require("./lib/_stream_passthrough.js")
24266
24318
 
24267
- },{"./lib/_stream_passthrough.js":148}],154:[function(require,module,exports){
24319
+ },{"./lib/_stream_passthrough.js":150}],156:[function(require,module,exports){
24268
24320
  var Stream = require('stream'); // hack to fix a circular dependency issue when used with browserify
24269
24321
  exports = module.exports = require('./lib/_stream_readable.js');
24270
24322
  exports.Stream = Stream;
@@ -24274,13 +24326,13 @@ exports.Duplex = require('./lib/_stream_duplex.js');
24274
24326
  exports.Transform = require('./lib/_stream_transform.js');
24275
24327
  exports.PassThrough = require('./lib/_stream_passthrough.js');
24276
24328
 
24277
- },{"./lib/_stream_duplex.js":147,"./lib/_stream_passthrough.js":148,"./lib/_stream_readable.js":149,"./lib/_stream_transform.js":150,"./lib/_stream_writable.js":151,"stream":157}],155:[function(require,module,exports){
24329
+ },{"./lib/_stream_duplex.js":149,"./lib/_stream_passthrough.js":150,"./lib/_stream_readable.js":151,"./lib/_stream_transform.js":152,"./lib/_stream_writable.js":153,"stream":159}],157:[function(require,module,exports){
24278
24330
  module.exports = require("./lib/_stream_transform.js")
24279
24331
 
24280
- },{"./lib/_stream_transform.js":150}],156:[function(require,module,exports){
24332
+ },{"./lib/_stream_transform.js":152}],158:[function(require,module,exports){
24281
24333
  module.exports = require("./lib/_stream_writable.js")
24282
24334
 
24283
- },{"./lib/_stream_writable.js":151}],157:[function(require,module,exports){
24335
+ },{"./lib/_stream_writable.js":153}],159:[function(require,module,exports){
24284
24336
  // Copyright Joyent, Inc. and other Node contributors.
24285
24337
  //
24286
24338
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24409,7 +24461,7 @@ Stream.prototype.pipe = function(dest, options) {
24409
24461
  return dest;
24410
24462
  };
24411
24463
 
24412
- },{"events":141,"inherits":142,"readable-stream/duplex.js":146,"readable-stream/passthrough.js":153,"readable-stream/readable.js":154,"readable-stream/transform.js":155,"readable-stream/writable.js":156}],158:[function(require,module,exports){
24464
+ },{"events":143,"inherits":144,"readable-stream/duplex.js":148,"readable-stream/passthrough.js":155,"readable-stream/readable.js":156,"readable-stream/transform.js":157,"readable-stream/writable.js":158}],160:[function(require,module,exports){
24413
24465
  // Copyright Joyent, Inc. and other Node contributors.
24414
24466
  //
24415
24467
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24632,7 +24684,7 @@ function base64DetectIncompleteChar(buffer) {
24632
24684
  this.charLength = this.charReceived ? 3 : 0;
24633
24685
  }
24634
24686
 
24635
- },{"buffer":137}],159:[function(require,module,exports){
24687
+ },{"buffer":139}],161:[function(require,module,exports){
24636
24688
  exports.isatty = function () { return false; };
24637
24689
 
24638
24690
  function ReadStream() {
@@ -24645,14 +24697,14 @@ function WriteStream() {
24645
24697
  }
24646
24698
  exports.WriteStream = WriteStream;
24647
24699
 
24648
- },{}],160:[function(require,module,exports){
24700
+ },{}],162:[function(require,module,exports){
24649
24701
  module.exports = function isBuffer(arg) {
24650
24702
  return arg && typeof arg === 'object'
24651
24703
  && typeof arg.copy === 'function'
24652
24704
  && typeof arg.fill === 'function'
24653
24705
  && typeof arg.readUInt8 === 'function';
24654
24706
  }
24655
- },{}],161:[function(require,module,exports){
24707
+ },{}],163:[function(require,module,exports){
24656
24708
  (function (process,global){
24657
24709
  // Copyright Joyent, Inc. and other Node contributors.
24658
24710
  //
@@ -25242,7 +25294,7 @@ function hasOwnProperty(obj, prop) {
25242
25294
  }
25243
25295
 
25244
25296
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
25245
- },{"./support/isBuffer":160,"_process":145,"inherits":142}],162:[function(require,module,exports){
25297
+ },{"./support/isBuffer":162,"_process":147,"inherits":144}],164:[function(require,module,exports){
25246
25298
  (function (process){
25247
25299
  'use strict';
25248
25300
  var escapeStringRegexp = require('escape-string-regexp');
@@ -25346,7 +25398,7 @@ module.exports.stripColor = stripAnsi;
25346
25398
  module.exports.supportsColor = supportsColor;
25347
25399
 
25348
25400
  }).call(this,require('_process'))
25349
- },{"_process":145,"ansi-styles":163,"escape-string-regexp":164,"has-ansi":165,"strip-ansi":167,"supports-color":169}],163:[function(require,module,exports){
25401
+ },{"_process":147,"ansi-styles":165,"escape-string-regexp":166,"has-ansi":167,"strip-ansi":169,"supports-color":171}],165:[function(require,module,exports){
25350
25402
  'use strict';
25351
25403
 
25352
25404
  var styles = module.exports = {
@@ -25404,7 +25456,7 @@ Object.keys(styles).forEach(function (groupName) {
25404
25456
  });
25405
25457
  });
25406
25458
 
25407
- },{}],164:[function(require,module,exports){
25459
+ },{}],166:[function(require,module,exports){
25408
25460
  'use strict';
25409
25461
 
25410
25462
  var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
@@ -25417,19 +25469,19 @@ module.exports = function (str) {
25417
25469
  return str.replace(matchOperatorsRe, '\\$&');
25418
25470
  };
25419
25471
 
25420
- },{}],165:[function(require,module,exports){
25472
+ },{}],167:[function(require,module,exports){
25421
25473
  'use strict';
25422
25474
  var ansiRegex = require('ansi-regex');
25423
25475
  var re = new RegExp(ansiRegex().source); // remove the `g` flag
25424
25476
  module.exports = re.test.bind(re);
25425
25477
 
25426
- },{"ansi-regex":166}],166:[function(require,module,exports){
25478
+ },{"ansi-regex":168}],168:[function(require,module,exports){
25427
25479
  'use strict';
25428
25480
  module.exports = function () {
25429
25481
  return /(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/g;
25430
25482
  };
25431
25483
 
25432
- },{}],167:[function(require,module,exports){
25484
+ },{}],169:[function(require,module,exports){
25433
25485
  'use strict';
25434
25486
  var ansiRegex = require('ansi-regex')();
25435
25487
 
@@ -25437,9 +25489,9 @@ module.exports = function (str) {
25437
25489
  return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
25438
25490
  };
25439
25491
 
25440
- },{"ansi-regex":168}],168:[function(require,module,exports){
25441
- arguments[4][166][0].apply(exports,arguments)
25442
- },{"dup":166}],169:[function(require,module,exports){
25492
+ },{"ansi-regex":170}],170:[function(require,module,exports){
25493
+ arguments[4][168][0].apply(exports,arguments)
25494
+ },{"dup":168}],171:[function(require,module,exports){
25443
25495
  (function (process){
25444
25496
  'use strict';
25445
25497
  var argv = process.argv;
@@ -25490,7 +25542,7 @@ module.exports = (function () {
25490
25542
  })();
25491
25543
 
25492
25544
  }).call(this,require('_process'))
25493
- },{"_process":145}],170:[function(require,module,exports){
25545
+ },{"_process":147}],172:[function(require,module,exports){
25494
25546
  /**
25495
25547
  * Core.js 0.6.1
25496
25548
  * https://github.com/zloirock/core-js
@@ -27830,7 +27882,7 @@ $define(GLOBAL + FORCED, {global: global});
27830
27882
  })});
27831
27883
  }({}, true);
27832
27884
  }(typeof self != 'undefined' && self.Math === Math ? self : Function('return this')(), false);
27833
- },{}],171:[function(require,module,exports){
27885
+ },{}],173:[function(require,module,exports){
27834
27886
 
27835
27887
  /**
27836
27888
  * This is the common logic for both the Node.js and web browser
@@ -28029,7 +28081,7 @@ function coerce(val) {
28029
28081
  return val;
28030
28082
  }
28031
28083
 
28032
- },{"ms":173}],172:[function(require,module,exports){
28084
+ },{"ms":175}],174:[function(require,module,exports){
28033
28085
  (function (process){
28034
28086
 
28035
28087
  /**
@@ -28242,7 +28294,7 @@ function createWritableStdioStream (fd) {
28242
28294
  exports.enable(load());
28243
28295
 
28244
28296
  }).call(this,require('_process'))
28245
- },{"./debug":171,"_process":145,"fs":135,"net":135,"tty":159,"util":161}],173:[function(require,module,exports){
28297
+ },{"./debug":173,"_process":147,"fs":137,"net":137,"tty":161,"util":163}],175:[function(require,module,exports){
28246
28298
  /**
28247
28299
  * Helpers.
28248
28300
  */
@@ -28355,7 +28407,7 @@ function plural(ms, n, name) {
28355
28407
  return Math.ceil(ms / n) + ' ' + name + 's';
28356
28408
  }
28357
28409
 
28358
- },{}],174:[function(require,module,exports){
28410
+ },{}],176:[function(require,module,exports){
28359
28411
  'use strict';
28360
28412
  var repeating = require('repeating');
28361
28413
 
@@ -28476,7 +28528,7 @@ module.exports = function (str) {
28476
28528
  };
28477
28529
  };
28478
28530
 
28479
- },{"repeating":319}],175:[function(require,module,exports){
28531
+ },{"repeating":321}],177:[function(require,module,exports){
28480
28532
  /*
28481
28533
  Copyright (C) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
28482
28534
  Copyright (C) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
@@ -29321,7 +29373,7 @@ module.exports = function (str) {
29321
29373
  }));
29322
29374
  /* vim: set sw=4 ts=4 et tw=80 : */
29323
29375
 
29324
- },{}],176:[function(require,module,exports){
29376
+ },{}],178:[function(require,module,exports){
29325
29377
  /*
29326
29378
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
29327
29379
 
@@ -29467,7 +29519,7 @@ module.exports = function (str) {
29467
29519
  }());
29468
29520
  /* vim: set sw=4 ts=4 et tw=80 : */
29469
29521
 
29470
- },{}],177:[function(require,module,exports){
29522
+ },{}],179:[function(require,module,exports){
29471
29523
  /*
29472
29524
  Copyright (C) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
29473
29525
  Copyright (C) 2014 Ivan Nikulin <ifaaan@gmail.com>
@@ -29570,7 +29622,7 @@ module.exports = function (str) {
29570
29622
  }());
29571
29623
  /* vim: set sw=4 ts=4 et tw=80 : */
29572
29624
 
29573
- },{}],178:[function(require,module,exports){
29625
+ },{}],180:[function(require,module,exports){
29574
29626
  /*
29575
29627
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
29576
29628
 
@@ -29709,7 +29761,7 @@ module.exports = function (str) {
29709
29761
  }());
29710
29762
  /* vim: set sw=4 ts=4 et tw=80 : */
29711
29763
 
29712
- },{"./code":177}],179:[function(require,module,exports){
29764
+ },{"./code":179}],181:[function(require,module,exports){
29713
29765
  /*
29714
29766
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
29715
29767
 
@@ -29744,7 +29796,7 @@ module.exports = function (str) {
29744
29796
  }());
29745
29797
  /* vim: set sw=4 ts=4 et tw=80 : */
29746
29798
 
29747
- },{"./ast":176,"./code":177,"./keyword":178}],180:[function(require,module,exports){
29799
+ },{"./ast":178,"./code":179,"./keyword":180}],182:[function(require,module,exports){
29748
29800
  module.exports={
29749
29801
  "builtin": {
29750
29802
  "Array": false,
@@ -30478,10 +30530,10 @@ module.exports={
30478
30530
  }
30479
30531
  }
30480
30532
 
30481
- },{}],181:[function(require,module,exports){
30533
+ },{}],183:[function(require,module,exports){
30482
30534
  module.exports = require('./globals.json');
30483
30535
 
30484
- },{"./globals.json":180}],182:[function(require,module,exports){
30536
+ },{"./globals.json":182}],184:[function(require,module,exports){
30485
30537
  // https://github.com/paulmillr/es6-shim
30486
30538
  // http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isinteger
30487
30539
  var isNaN = require("is-nan");
@@ -30493,7 +30545,7 @@ module.exports = Number.isInteger || function(val) {
30493
30545
  parseInt(val, 10) === val;
30494
30546
  };
30495
30547
 
30496
- },{"is-finite":183,"is-nan":184}],183:[function(require,module,exports){
30548
+ },{"is-finite":185,"is-nan":186}],185:[function(require,module,exports){
30497
30549
  'use strict';
30498
30550
  module.exports = Number.isFinite || function (val) {
30499
30551
  // Number.isNaN() => val !== val
@@ -30504,7 +30556,7 @@ module.exports = Number.isFinite || function (val) {
30504
30556
  return true;
30505
30557
  };
30506
30558
 
30507
- },{}],184:[function(require,module,exports){
30559
+ },{}],186:[function(require,module,exports){
30508
30560
  "use strict";
30509
30561
 
30510
30562
  /* https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isnan */
@@ -30514,7 +30566,7 @@ module.exports = function isNaN(value) {
30514
30566
  };
30515
30567
 
30516
30568
 
30517
- },{}],185:[function(require,module,exports){
30569
+ },{}],187:[function(require,module,exports){
30518
30570
  // Copyright 2014, 2015 Simon Lydell
30519
30571
  // X11 (“MIT”) Licensed. (See LICENSE.)
30520
30572
 
@@ -30536,7 +30588,7 @@ module.exports.matchToToken = function(match) {
30536
30588
  return token
30537
30589
  }
30538
30590
 
30539
- },{}],186:[function(require,module,exports){
30591
+ },{}],188:[function(require,module,exports){
30540
30592
  // intentionally commented out as it makes it slower...
30541
30593
  //'use strict';
30542
30594
 
@@ -30586,7 +30638,7 @@ module.exports = function (a, b) {
30586
30638
  return ret;
30587
30639
  };
30588
30640
 
30589
- },{}],187:[function(require,module,exports){
30641
+ },{}],189:[function(require,module,exports){
30590
30642
  // Copyright 2014, 2015 Simon Lydell
30591
30643
  // X11 (“MIT”) Licensed. (See LICENSE.)
30592
30644
 
@@ -30620,7 +30672,7 @@ function lineNumbers(code, options) {
30620
30672
 
30621
30673
  module.exports = lineNumbers
30622
30674
 
30623
- },{"left-pad":188}],188:[function(require,module,exports){
30675
+ },{"left-pad":190}],190:[function(require,module,exports){
30624
30676
  module.exports = leftpad;
30625
30677
 
30626
30678
  function leftpad (str, len, ch) {
@@ -30639,7 +30691,7 @@ function leftpad (str, len, ch) {
30639
30691
  return str;
30640
30692
  }
30641
30693
 
30642
- },{}],189:[function(require,module,exports){
30694
+ },{}],191:[function(require,module,exports){
30643
30695
  /**
30644
30696
  * Creates an array with all falsey values removed. The values `false`, `null`,
30645
30697
  * `0`, `""`, `undefined`, and `NaN` are falsey.
@@ -30671,7 +30723,7 @@ function compact(array) {
30671
30723
 
30672
30724
  module.exports = compact;
30673
30725
 
30674
- },{}],190:[function(require,module,exports){
30726
+ },{}],192:[function(require,module,exports){
30675
30727
  var baseFlatten = require('../internal/baseFlatten'),
30676
30728
  isIterateeCall = require('../internal/isIterateeCall');
30677
30729
 
@@ -30705,7 +30757,7 @@ function flatten(array, isDeep, guard) {
30705
30757
 
30706
30758
  module.exports = flatten;
30707
30759
 
30708
- },{"../internal/baseFlatten":220,"../internal/isIterateeCall":266}],191:[function(require,module,exports){
30760
+ },{"../internal/baseFlatten":222,"../internal/isIterateeCall":268}],193:[function(require,module,exports){
30709
30761
  /**
30710
30762
  * Gets the last element of `array`.
30711
30763
  *
@@ -30726,7 +30778,7 @@ function last(array) {
30726
30778
 
30727
30779
  module.exports = last;
30728
30780
 
30729
- },{}],192:[function(require,module,exports){
30781
+ },{}],194:[function(require,module,exports){
30730
30782
  var baseIndexOf = require('../internal/baseIndexOf');
30731
30783
 
30732
30784
  /** Used for native method references. */
@@ -30781,7 +30833,7 @@ function pull() {
30781
30833
 
30782
30834
  module.exports = pull;
30783
30835
 
30784
- },{"../internal/baseIndexOf":225}],193:[function(require,module,exports){
30836
+ },{"../internal/baseIndexOf":227}],195:[function(require,module,exports){
30785
30837
  var baseCallback = require('../internal/baseCallback'),
30786
30838
  baseUniq = require('../internal/baseUniq'),
30787
30839
  isIterateeCall = require('../internal/isIterateeCall'),
@@ -30857,13 +30909,13 @@ function uniq(array, isSorted, iteratee, thisArg) {
30857
30909
 
30858
30910
  module.exports = uniq;
30859
30911
 
30860
- },{"../internal/baseCallback":213,"../internal/baseUniq":239,"../internal/isIterateeCall":266,"../internal/sortedUniq":276}],194:[function(require,module,exports){
30912
+ },{"../internal/baseCallback":215,"../internal/baseUniq":241,"../internal/isIterateeCall":268,"../internal/sortedUniq":278}],196:[function(require,module,exports){
30861
30913
  module.exports = require('./includes');
30862
30914
 
30863
- },{"./includes":198}],195:[function(require,module,exports){
30915
+ },{"./includes":200}],197:[function(require,module,exports){
30864
30916
  module.exports = require('./forEach');
30865
30917
 
30866
- },{"./forEach":196}],196:[function(require,module,exports){
30918
+ },{"./forEach":198}],198:[function(require,module,exports){
30867
30919
  var arrayEach = require('../internal/arrayEach'),
30868
30920
  baseEach = require('../internal/baseEach'),
30869
30921
  bindCallback = require('../internal/bindCallback'),
@@ -30907,7 +30959,7 @@ function forEach(collection, iteratee, thisArg) {
30907
30959
 
30908
30960
  module.exports = forEach;
30909
30961
 
30910
- },{"../internal/arrayEach":207,"../internal/baseEach":218,"../internal/bindCallback":241,"../lang/isArray":281}],197:[function(require,module,exports){
30962
+ },{"../internal/arrayEach":209,"../internal/baseEach":220,"../internal/bindCallback":243,"../lang/isArray":283}],199:[function(require,module,exports){
30911
30963
  var createAggregator = require('../internal/createAggregator');
30912
30964
 
30913
30965
  /** Used for native method references. */
@@ -30968,7 +31020,7 @@ var groupBy = createAggregator(function(result, value, key) {
30968
31020
 
30969
31021
  module.exports = groupBy;
30970
31022
 
30971
- },{"../internal/createAggregator":248}],198:[function(require,module,exports){
31023
+ },{"../internal/createAggregator":250}],200:[function(require,module,exports){
30972
31024
  var baseIndexOf = require('../internal/baseIndexOf'),
30973
31025
  isArray = require('../lang/isArray'),
30974
31026
  isLength = require('../internal/isLength'),
@@ -31031,7 +31083,7 @@ function includes(collection, target, fromIndex) {
31031
31083
 
31032
31084
  module.exports = includes;
31033
31085
 
31034
- },{"../internal/baseIndexOf":225,"../internal/isLength":267,"../lang/isArray":281,"../lang/isString":289,"../object/values":297}],199:[function(require,module,exports){
31086
+ },{"../internal/baseIndexOf":227,"../internal/isLength":269,"../lang/isArray":283,"../lang/isString":291,"../object/values":299}],201:[function(require,module,exports){
31035
31087
  var arrayMap = require('../internal/arrayMap'),
31036
31088
  baseCallback = require('../internal/baseCallback'),
31037
31089
  baseMap = require('../internal/baseMap'),
@@ -31101,7 +31153,7 @@ function map(collection, iteratee, thisArg) {
31101
31153
 
31102
31154
  module.exports = map;
31103
31155
 
31104
- },{"../internal/arrayMap":208,"../internal/baseCallback":213,"../internal/baseMap":230,"../lang/isArray":281}],200:[function(require,module,exports){
31156
+ },{"../internal/arrayMap":210,"../internal/baseCallback":215,"../internal/baseMap":232,"../lang/isArray":283}],202:[function(require,module,exports){
31105
31157
  var arrayReduceRight = require('../internal/arrayReduceRight'),
31106
31158
  baseCallback = require('../internal/baseCallback'),
31107
31159
  baseEachRight = require('../internal/baseEachRight'),
@@ -31137,7 +31189,7 @@ function reduceRight(collection, iteratee, accumulator, thisArg) {
31137
31189
 
31138
31190
  module.exports = reduceRight;
31139
31191
 
31140
- },{"../internal/arrayReduceRight":209,"../internal/baseCallback":213,"../internal/baseEachRight":219,"../internal/baseReduce":234,"../lang/isArray":281}],201:[function(require,module,exports){
31192
+ },{"../internal/arrayReduceRight":211,"../internal/baseCallback":215,"../internal/baseEachRight":221,"../internal/baseReduce":236,"../lang/isArray":283}],203:[function(require,module,exports){
31141
31193
  var arraySome = require('../internal/arraySome'),
31142
31194
  baseCallback = require('../internal/baseCallback'),
31143
31195
  baseSome = require('../internal/baseSome'),
@@ -31181,7 +31233,7 @@ var arraySome = require('../internal/arraySome'),
31181
31233
  * ];
31182
31234
  *
31183
31235
  * // using the `_.matches` callback shorthand
31184
- * _.some(users, { user': 'barney', 'active': false });
31236
+ * _.some(users, { 'user': 'barney', 'active': false });
31185
31237
  * // => false
31186
31238
  *
31187
31239
  * // using the `_.matchesProperty` callback shorthand
@@ -31202,7 +31254,7 @@ function some(collection, predicate, thisArg) {
31202
31254
 
31203
31255
  module.exports = some;
31204
31256
 
31205
- },{"../internal/arraySome":210,"../internal/baseCallback":213,"../internal/baseSome":236,"../lang/isArray":281}],202:[function(require,module,exports){
31257
+ },{"../internal/arraySome":212,"../internal/baseCallback":215,"../internal/baseSome":238,"../lang/isArray":283}],204:[function(require,module,exports){
31206
31258
  var baseCallback = require('../internal/baseCallback'),
31207
31259
  baseEach = require('../internal/baseEach'),
31208
31260
  baseSortBy = require('../internal/baseSortBy'),
@@ -31276,7 +31328,7 @@ function sortBy(collection, iteratee, thisArg) {
31276
31328
 
31277
31329
  module.exports = sortBy;
31278
31330
 
31279
- },{"../internal/baseCallback":213,"../internal/baseEach":218,"../internal/baseSortBy":237,"../internal/compareAscending":245,"../internal/isIterateeCall":266,"../internal/isLength":267}],203:[function(require,module,exports){
31331
+ },{"../internal/baseCallback":215,"../internal/baseEach":220,"../internal/baseSortBy":239,"../internal/compareAscending":247,"../internal/isIterateeCall":268,"../internal/isLength":269}],205:[function(require,module,exports){
31280
31332
  var isNative = require('../lang/isNative');
31281
31333
 
31282
31334
  /* Native method references for those with the same name as other `lodash` methods. */
@@ -31302,7 +31354,7 @@ var now = nativeNow || function() {
31302
31354
 
31303
31355
  module.exports = now;
31304
31356
 
31305
- },{"../lang/isNative":285}],204:[function(require,module,exports){
31357
+ },{"../lang/isNative":287}],206:[function(require,module,exports){
31306
31358
  var createWrapper = require('../internal/createWrapper'),
31307
31359
  isIterateeCall = require('../internal/isIterateeCall');
31308
31360
 
@@ -31338,7 +31390,7 @@ function ary(func, n, guard) {
31338
31390
 
31339
31391
  module.exports = ary;
31340
31392
 
31341
- },{"../internal/createWrapper":255,"../internal/isIterateeCall":266}],205:[function(require,module,exports){
31393
+ },{"../internal/createWrapper":257,"../internal/isIterateeCall":268}],207:[function(require,module,exports){
31342
31394
  (function (global){
31343
31395
  var cachePush = require('./cachePush'),
31344
31396
  isNative = require('../lang/isNative');
@@ -31371,7 +31423,7 @@ SetCache.prototype.push = cachePush;
31371
31423
  module.exports = SetCache;
31372
31424
 
31373
31425
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
31374
- },{"../lang/isNative":285,"./cachePush":244}],206:[function(require,module,exports){
31426
+ },{"../lang/isNative":287,"./cachePush":246}],208:[function(require,module,exports){
31375
31427
  /**
31376
31428
  * Copies the values of `source` to `array`.
31377
31429
  *
@@ -31393,7 +31445,7 @@ function arrayCopy(source, array) {
31393
31445
 
31394
31446
  module.exports = arrayCopy;
31395
31447
 
31396
- },{}],207:[function(require,module,exports){
31448
+ },{}],209:[function(require,module,exports){
31397
31449
  /**
31398
31450
  * A specialized version of `_.forEach` for arrays without support for callback
31399
31451
  * shorthands or `this` binding.
@@ -31417,7 +31469,7 @@ function arrayEach(array, iteratee) {
31417
31469
 
31418
31470
  module.exports = arrayEach;
31419
31471
 
31420
- },{}],208:[function(require,module,exports){
31472
+ },{}],210:[function(require,module,exports){
31421
31473
  /**
31422
31474
  * A specialized version of `_.map` for arrays without support for callback
31423
31475
  * shorthands or `this` binding.
@@ -31440,7 +31492,7 @@ function arrayMap(array, iteratee) {
31440
31492
 
31441
31493
  module.exports = arrayMap;
31442
31494
 
31443
- },{}],209:[function(require,module,exports){
31495
+ },{}],211:[function(require,module,exports){
31444
31496
  /**
31445
31497
  * A specialized version of `_.reduceRight` for arrays without support for
31446
31498
  * callback shorthands or `this` binding.
@@ -31466,7 +31518,7 @@ function arrayReduceRight(array, iteratee, accumulator, initFromArray) {
31466
31518
 
31467
31519
  module.exports = arrayReduceRight;
31468
31520
 
31469
- },{}],210:[function(require,module,exports){
31521
+ },{}],212:[function(require,module,exports){
31470
31522
  /**
31471
31523
  * A specialized version of `_.some` for arrays without support for callback
31472
31524
  * shorthands or `this` binding.
@@ -31491,7 +31543,7 @@ function arraySome(array, predicate) {
31491
31543
 
31492
31544
  module.exports = arraySome;
31493
31545
 
31494
- },{}],211:[function(require,module,exports){
31546
+ },{}],213:[function(require,module,exports){
31495
31547
  /**
31496
31548
  * Used by `_.defaults` to customize its `_.assign` use.
31497
31549
  *
@@ -31506,7 +31558,7 @@ function assignDefaults(objectValue, sourceValue) {
31506
31558
 
31507
31559
  module.exports = assignDefaults;
31508
31560
 
31509
- },{}],212:[function(require,module,exports){
31561
+ },{}],214:[function(require,module,exports){
31510
31562
  var baseCopy = require('./baseCopy'),
31511
31563
  keys = require('../object/keys');
31512
31564
 
@@ -31543,7 +31595,7 @@ function baseAssign(object, source, customizer) {
31543
31595
 
31544
31596
  module.exports = baseAssign;
31545
31597
 
31546
- },{"../object/keys":295,"./baseCopy":216}],213:[function(require,module,exports){
31598
+ },{"../object/keys":297,"./baseCopy":218}],215:[function(require,module,exports){
31547
31599
  var baseMatches = require('./baseMatches'),
31548
31600
  baseMatchesProperty = require('./baseMatchesProperty'),
31549
31601
  baseProperty = require('./baseProperty'),
@@ -31581,7 +31633,7 @@ function baseCallback(func, thisArg, argCount) {
31581
31633
 
31582
31634
  module.exports = baseCallback;
31583
31635
 
31584
- },{"../utility/identity":301,"./baseMatches":231,"./baseMatchesProperty":232,"./baseProperty":233,"./bindCallback":241,"./isBindable":264}],214:[function(require,module,exports){
31636
+ },{"../utility/identity":303,"./baseMatches":233,"./baseMatchesProperty":234,"./baseProperty":235,"./bindCallback":243,"./isBindable":266}],216:[function(require,module,exports){
31585
31637
  var arrayCopy = require('./arrayCopy'),
31586
31638
  arrayEach = require('./arrayEach'),
31587
31639
  baseCopy = require('./baseCopy'),
@@ -31713,7 +31765,7 @@ function baseClone(value, isDeep, customizer, key, object, stackA, stackB) {
31713
31765
 
31714
31766
  module.exports = baseClone;
31715
31767
 
31716
- },{"../lang/isArray":281,"../lang/isObject":287,"../object/keys":295,"./arrayCopy":206,"./arrayEach":207,"./baseCopy":216,"./baseForOwn":222,"./initCloneArray":261,"./initCloneByTag":262,"./initCloneObject":263}],215:[function(require,module,exports){
31768
+ },{"../lang/isArray":283,"../lang/isObject":289,"../object/keys":297,"./arrayCopy":208,"./arrayEach":209,"./baseCopy":218,"./baseForOwn":224,"./initCloneArray":263,"./initCloneByTag":264,"./initCloneObject":265}],217:[function(require,module,exports){
31717
31769
  /**
31718
31770
  * The base implementation of `compareAscending` which compares values and
31719
31771
  * sorts them in ascending order without guaranteeing a stable sort.
@@ -31740,7 +31792,7 @@ function baseCompareAscending(value, other) {
31740
31792
 
31741
31793
  module.exports = baseCompareAscending;
31742
31794
 
31743
- },{}],216:[function(require,module,exports){
31795
+ },{}],218:[function(require,module,exports){
31744
31796
  /**
31745
31797
  * Copies the properties of `source` to `object`.
31746
31798
  *
@@ -31767,7 +31819,7 @@ function baseCopy(source, object, props) {
31767
31819
 
31768
31820
  module.exports = baseCopy;
31769
31821
 
31770
- },{}],217:[function(require,module,exports){
31822
+ },{}],219:[function(require,module,exports){
31771
31823
  (function (global){
31772
31824
  var isObject = require('../lang/isObject');
31773
31825
 
@@ -31794,7 +31846,7 @@ var baseCreate = (function() {
31794
31846
  module.exports = baseCreate;
31795
31847
 
31796
31848
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
31797
- },{"../lang/isObject":287}],218:[function(require,module,exports){
31849
+ },{"../lang/isObject":289}],220:[function(require,module,exports){
31798
31850
  var baseForOwn = require('./baseForOwn'),
31799
31851
  isLength = require('./isLength'),
31800
31852
  toObject = require('./toObject');
@@ -31826,7 +31878,7 @@ function baseEach(collection, iteratee) {
31826
31878
 
31827
31879
  module.exports = baseEach;
31828
31880
 
31829
- },{"./baseForOwn":222,"./isLength":267,"./toObject":277}],219:[function(require,module,exports){
31881
+ },{"./baseForOwn":224,"./isLength":269,"./toObject":279}],221:[function(require,module,exports){
31830
31882
  var baseForOwnRight = require('./baseForOwnRight'),
31831
31883
  isLength = require('./isLength'),
31832
31884
  toObject = require('./toObject');
@@ -31856,7 +31908,7 @@ function baseEachRight(collection, iteratee) {
31856
31908
 
31857
31909
  module.exports = baseEachRight;
31858
31910
 
31859
- },{"./baseForOwnRight":223,"./isLength":267,"./toObject":277}],220:[function(require,module,exports){
31911
+ },{"./baseForOwnRight":225,"./isLength":269,"./toObject":279}],222:[function(require,module,exports){
31860
31912
  var isArguments = require('../lang/isArguments'),
31861
31913
  isArray = require('../lang/isArray'),
31862
31914
  isLength = require('./isLength'),
@@ -31903,7 +31955,7 @@ function baseFlatten(array, isDeep, isStrict, fromIndex) {
31903
31955
 
31904
31956
  module.exports = baseFlatten;
31905
31957
 
31906
- },{"../lang/isArguments":280,"../lang/isArray":281,"./isLength":267,"./isObjectLike":268}],221:[function(require,module,exports){
31958
+ },{"../lang/isArguments":282,"../lang/isArray":283,"./isLength":269,"./isObjectLike":270}],223:[function(require,module,exports){
31907
31959
  var toObject = require('./toObject');
31908
31960
 
31909
31961
  /**
@@ -31935,7 +31987,7 @@ function baseFor(object, iteratee, keysFunc) {
31935
31987
 
31936
31988
  module.exports = baseFor;
31937
31989
 
31938
- },{"./toObject":277}],222:[function(require,module,exports){
31990
+ },{"./toObject":279}],224:[function(require,module,exports){
31939
31991
  var baseFor = require('./baseFor'),
31940
31992
  keys = require('../object/keys');
31941
31993
 
@@ -31954,7 +32006,7 @@ function baseForOwn(object, iteratee) {
31954
32006
 
31955
32007
  module.exports = baseForOwn;
31956
32008
 
31957
- },{"../object/keys":295,"./baseFor":221}],223:[function(require,module,exports){
32009
+ },{"../object/keys":297,"./baseFor":223}],225:[function(require,module,exports){
31958
32010
  var baseForRight = require('./baseForRight'),
31959
32011
  keys = require('../object/keys');
31960
32012
 
@@ -31973,7 +32025,7 @@ function baseForOwnRight(object, iteratee) {
31973
32025
 
31974
32026
  module.exports = baseForOwnRight;
31975
32027
 
31976
- },{"../object/keys":295,"./baseForRight":224}],224:[function(require,module,exports){
32028
+ },{"../object/keys":297,"./baseForRight":226}],226:[function(require,module,exports){
31977
32029
  var toObject = require('./toObject');
31978
32030
 
31979
32031
  /**
@@ -32002,7 +32054,7 @@ function baseForRight(object, iteratee, keysFunc) {
32002
32054
 
32003
32055
  module.exports = baseForRight;
32004
32056
 
32005
- },{"./toObject":277}],225:[function(require,module,exports){
32057
+ },{"./toObject":279}],227:[function(require,module,exports){
32006
32058
  var indexOfNaN = require('./indexOfNaN');
32007
32059
 
32008
32060
  /**
@@ -32031,7 +32083,7 @@ function baseIndexOf(array, value, fromIndex) {
32031
32083
 
32032
32084
  module.exports = baseIndexOf;
32033
32085
 
32034
- },{"./indexOfNaN":260}],226:[function(require,module,exports){
32086
+ },{"./indexOfNaN":262}],228:[function(require,module,exports){
32035
32087
  var baseIsEqualDeep = require('./baseIsEqualDeep');
32036
32088
 
32037
32089
  /**
@@ -32067,7 +32119,7 @@ function baseIsEqual(value, other, customizer, isWhere, stackA, stackB) {
32067
32119
 
32068
32120
  module.exports = baseIsEqual;
32069
32121
 
32070
- },{"./baseIsEqualDeep":227}],227:[function(require,module,exports){
32122
+ },{"./baseIsEqualDeep":229}],229:[function(require,module,exports){
32071
32123
  var equalArrays = require('./equalArrays'),
32072
32124
  equalByTag = require('./equalByTag'),
32073
32125
  equalObjects = require('./equalObjects'),
@@ -32170,7 +32222,7 @@ function baseIsEqualDeep(object, other, equalFunc, customizer, isWhere, stackA,
32170
32222
 
32171
32223
  module.exports = baseIsEqualDeep;
32172
32224
 
32173
- },{"../lang/isArray":281,"../lang/isTypedArray":290,"./equalArrays":256,"./equalByTag":257,"./equalObjects":258}],228:[function(require,module,exports){
32225
+ },{"../lang/isArray":283,"../lang/isTypedArray":292,"./equalArrays":258,"./equalByTag":259,"./equalObjects":260}],230:[function(require,module,exports){
32174
32226
  /**
32175
32227
  * The base implementation of `_.isFunction` without support for environments
32176
32228
  * with incorrect `typeof` results.
@@ -32187,7 +32239,7 @@ function baseIsFunction(value) {
32187
32239
 
32188
32240
  module.exports = baseIsFunction;
32189
32241
 
32190
- },{}],229:[function(require,module,exports){
32242
+ },{}],231:[function(require,module,exports){
32191
32243
  var baseIsEqual = require('./baseIsEqual');
32192
32244
 
32193
32245
  /** Used for native method references. */
@@ -32247,7 +32299,7 @@ function baseIsMatch(object, props, values, strictCompareFlags, customizer) {
32247
32299
 
32248
32300
  module.exports = baseIsMatch;
32249
32301
 
32250
- },{"./baseIsEqual":226}],230:[function(require,module,exports){
32302
+ },{"./baseIsEqual":228}],232:[function(require,module,exports){
32251
32303
  var baseEach = require('./baseEach');
32252
32304
 
32253
32305
  /**
@@ -32269,7 +32321,7 @@ function baseMap(collection, iteratee) {
32269
32321
 
32270
32322
  module.exports = baseMap;
32271
32323
 
32272
- },{"./baseEach":218}],231:[function(require,module,exports){
32324
+ },{"./baseEach":220}],233:[function(require,module,exports){
32273
32325
  var baseIsMatch = require('./baseIsMatch'),
32274
32326
  isStrictComparable = require('./isStrictComparable'),
32275
32327
  keys = require('../object/keys');
@@ -32316,7 +32368,7 @@ function baseMatches(source) {
32316
32368
 
32317
32369
  module.exports = baseMatches;
32318
32370
 
32319
- },{"../object/keys":295,"./baseIsMatch":229,"./isStrictComparable":269}],232:[function(require,module,exports){
32371
+ },{"../object/keys":297,"./baseIsMatch":231,"./isStrictComparable":271}],234:[function(require,module,exports){
32320
32372
  var baseIsEqual = require('./baseIsEqual'),
32321
32373
  isStrictComparable = require('./isStrictComparable');
32322
32374
 
@@ -32342,7 +32394,7 @@ function baseMatchesProperty(key, value) {
32342
32394
 
32343
32395
  module.exports = baseMatchesProperty;
32344
32396
 
32345
- },{"./baseIsEqual":226,"./isStrictComparable":269}],233:[function(require,module,exports){
32397
+ },{"./baseIsEqual":228,"./isStrictComparable":271}],235:[function(require,module,exports){
32346
32398
  /**
32347
32399
  * The base implementation of `_.property` which does not coerce `key` to a string.
32348
32400
  *
@@ -32358,7 +32410,7 @@ function baseProperty(key) {
32358
32410
 
32359
32411
  module.exports = baseProperty;
32360
32412
 
32361
- },{}],234:[function(require,module,exports){
32413
+ },{}],236:[function(require,module,exports){
32362
32414
  /**
32363
32415
  * The base implementation of `_.reduce` and `_.reduceRight` without support
32364
32416
  * for callback shorthands or `this` binding, which iterates over `collection`
@@ -32384,7 +32436,7 @@ function baseReduce(collection, iteratee, accumulator, initFromCollection, eachF
32384
32436
 
32385
32437
  module.exports = baseReduce;
32386
32438
 
32387
- },{}],235:[function(require,module,exports){
32439
+ },{}],237:[function(require,module,exports){
32388
32440
  var identity = require('../utility/identity'),
32389
32441
  metaMap = require('./metaMap');
32390
32442
 
@@ -32403,7 +32455,7 @@ var baseSetData = !metaMap ? identity : function(func, data) {
32403
32455
 
32404
32456
  module.exports = baseSetData;
32405
32457
 
32406
- },{"../utility/identity":301,"./metaMap":271}],236:[function(require,module,exports){
32458
+ },{"../utility/identity":303,"./metaMap":273}],238:[function(require,module,exports){
32407
32459
  var baseEach = require('./baseEach');
32408
32460
 
32409
32461
  /**
@@ -32428,7 +32480,7 @@ function baseSome(collection, predicate) {
32428
32480
 
32429
32481
  module.exports = baseSome;
32430
32482
 
32431
- },{"./baseEach":218}],237:[function(require,module,exports){
32483
+ },{"./baseEach":220}],239:[function(require,module,exports){
32432
32484
  /**
32433
32485
  * The base implementation of `_.sortBy` and `_.sortByAll` which uses `comparer`
32434
32486
  * to define the sort order of `array` and replaces criteria objects with their
@@ -32451,7 +32503,7 @@ function baseSortBy(array, comparer) {
32451
32503
 
32452
32504
  module.exports = baseSortBy;
32453
32505
 
32454
- },{}],238:[function(require,module,exports){
32506
+ },{}],240:[function(require,module,exports){
32455
32507
  /**
32456
32508
  * Converts `value` to a string if it is not one. An empty string is returned
32457
32509
  * for `null` or `undefined` values.
@@ -32469,7 +32521,7 @@ function baseToString(value) {
32469
32521
 
32470
32522
  module.exports = baseToString;
32471
32523
 
32472
- },{}],239:[function(require,module,exports){
32524
+ },{}],241:[function(require,module,exports){
32473
32525
  var baseIndexOf = require('./baseIndexOf'),
32474
32526
  cacheIndexOf = require('./cacheIndexOf'),
32475
32527
  createCache = require('./createCache');
@@ -32489,7 +32541,7 @@ function baseUniq(array, iteratee) {
32489
32541
  length = array.length,
32490
32542
  isCommon = true,
32491
32543
  isLarge = isCommon && length >= 200,
32492
- seen = isLarge && createCache(),
32544
+ seen = isLarge ? createCache() : null,
32493
32545
  result = [];
32494
32546
 
32495
32547
  if (seen) {
@@ -32528,7 +32580,7 @@ function baseUniq(array, iteratee) {
32528
32580
 
32529
32581
  module.exports = baseUniq;
32530
32582
 
32531
- },{"./baseIndexOf":225,"./cacheIndexOf":243,"./createCache":251}],240:[function(require,module,exports){
32583
+ },{"./baseIndexOf":227,"./cacheIndexOf":245,"./createCache":253}],242:[function(require,module,exports){
32532
32584
  /**
32533
32585
  * The base implementation of `_.values` and `_.valuesIn` which creates an
32534
32586
  * array of `object` property values corresponding to the property names
@@ -32552,7 +32604,7 @@ function baseValues(object, props) {
32552
32604
 
32553
32605
  module.exports = baseValues;
32554
32606
 
32555
- },{}],241:[function(require,module,exports){
32607
+ },{}],243:[function(require,module,exports){
32556
32608
  var identity = require('../utility/identity');
32557
32609
 
32558
32610
  /**
@@ -32593,7 +32645,7 @@ function bindCallback(func, thisArg, argCount) {
32593
32645
 
32594
32646
  module.exports = bindCallback;
32595
32647
 
32596
- },{"../utility/identity":301}],242:[function(require,module,exports){
32648
+ },{"../utility/identity":303}],244:[function(require,module,exports){
32597
32649
  (function (global){
32598
32650
  var constant = require('../utility/constant'),
32599
32651
  isNative = require('../lang/isNative');
@@ -32652,7 +32704,7 @@ if (!bufferSlice) {
32652
32704
  module.exports = bufferClone;
32653
32705
 
32654
32706
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32655
- },{"../lang/isNative":285,"../utility/constant":300}],243:[function(require,module,exports){
32707
+ },{"../lang/isNative":287,"../utility/constant":302}],245:[function(require,module,exports){
32656
32708
  var isObject = require('../lang/isObject');
32657
32709
 
32658
32710
  /**
@@ -32673,7 +32725,7 @@ function cacheIndexOf(cache, value) {
32673
32725
 
32674
32726
  module.exports = cacheIndexOf;
32675
32727
 
32676
- },{"../lang/isObject":287}],244:[function(require,module,exports){
32728
+ },{"../lang/isObject":289}],246:[function(require,module,exports){
32677
32729
  var isObject = require('../lang/isObject');
32678
32730
 
32679
32731
  /**
@@ -32695,7 +32747,7 @@ function cachePush(value) {
32695
32747
 
32696
32748
  module.exports = cachePush;
32697
32749
 
32698
- },{"../lang/isObject":287}],245:[function(require,module,exports){
32750
+ },{"../lang/isObject":289}],247:[function(require,module,exports){
32699
32751
  var baseCompareAscending = require('./baseCompareAscending');
32700
32752
 
32701
32753
  /**
@@ -32713,7 +32765,7 @@ function compareAscending(object, other) {
32713
32765
 
32714
32766
  module.exports = compareAscending;
32715
32767
 
32716
- },{"./baseCompareAscending":215}],246:[function(require,module,exports){
32768
+ },{"./baseCompareAscending":217}],248:[function(require,module,exports){
32717
32769
  /* Native method references for those with the same name as other `lodash` methods. */
32718
32770
  var nativeMax = Math.max;
32719
32771
 
@@ -32749,7 +32801,7 @@ function composeArgs(args, partials, holders) {
32749
32801
 
32750
32802
  module.exports = composeArgs;
32751
32803
 
32752
- },{}],247:[function(require,module,exports){
32804
+ },{}],249:[function(require,module,exports){
32753
32805
  /* Native method references for those with the same name as other `lodash` methods. */
32754
32806
  var nativeMax = Math.max;
32755
32807
 
@@ -32787,7 +32839,7 @@ function composeArgsRight(args, partials, holders) {
32787
32839
 
32788
32840
  module.exports = composeArgsRight;
32789
32841
 
32790
- },{}],248:[function(require,module,exports){
32842
+ },{}],250:[function(require,module,exports){
32791
32843
  var baseCallback = require('./baseCallback'),
32792
32844
  baseEach = require('./baseEach'),
32793
32845
  isArray = require('../lang/isArray');
@@ -32826,7 +32878,7 @@ function createAggregator(setter, initializer) {
32826
32878
 
32827
32879
  module.exports = createAggregator;
32828
32880
 
32829
- },{"../lang/isArray":281,"./baseCallback":213,"./baseEach":218}],249:[function(require,module,exports){
32881
+ },{"../lang/isArray":283,"./baseCallback":215,"./baseEach":220}],251:[function(require,module,exports){
32830
32882
  var bindCallback = require('./bindCallback'),
32831
32883
  isIterateeCall = require('./isIterateeCall');
32832
32884
 
@@ -32868,7 +32920,7 @@ function createAssigner(assigner) {
32868
32920
 
32869
32921
  module.exports = createAssigner;
32870
32922
 
32871
- },{"./bindCallback":241,"./isIterateeCall":266}],250:[function(require,module,exports){
32923
+ },{"./bindCallback":243,"./isIterateeCall":268}],252:[function(require,module,exports){
32872
32924
  var createCtorWrapper = require('./createCtorWrapper');
32873
32925
 
32874
32926
  /**
@@ -32891,7 +32943,7 @@ function createBindWrapper(func, thisArg) {
32891
32943
 
32892
32944
  module.exports = createBindWrapper;
32893
32945
 
32894
- },{"./createCtorWrapper":252}],251:[function(require,module,exports){
32946
+ },{"./createCtorWrapper":254}],253:[function(require,module,exports){
32895
32947
  (function (global){
32896
32948
  var SetCache = require('./SetCache'),
32897
32949
  constant = require('../utility/constant'),
@@ -32917,7 +32969,7 @@ var createCache = !(nativeCreate && Set) ? constant(null) : function(values) {
32917
32969
  module.exports = createCache;
32918
32970
 
32919
32971
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32920
- },{"../lang/isNative":285,"../utility/constant":300,"./SetCache":205}],252:[function(require,module,exports){
32972
+ },{"../lang/isNative":287,"../utility/constant":302,"./SetCache":207}],254:[function(require,module,exports){
32921
32973
  var baseCreate = require('./baseCreate'),
32922
32974
  isObject = require('../lang/isObject');
32923
32975
 
@@ -32942,7 +32994,7 @@ function createCtorWrapper(Ctor) {
32942
32994
 
32943
32995
  module.exports = createCtorWrapper;
32944
32996
 
32945
- },{"../lang/isObject":287,"./baseCreate":217}],253:[function(require,module,exports){
32997
+ },{"../lang/isObject":289,"./baseCreate":219}],255:[function(require,module,exports){
32946
32998
  var arrayCopy = require('./arrayCopy'),
32947
32999
  composeArgs = require('./composeArgs'),
32948
33000
  composeArgsRight = require('./composeArgsRight'),
@@ -33048,7 +33100,7 @@ function createHybridWrapper(func, bitmask, thisArg, partials, holders, partials
33048
33100
 
33049
33101
  module.exports = createHybridWrapper;
33050
33102
 
33051
- },{"./arrayCopy":206,"./composeArgs":246,"./composeArgsRight":247,"./createCtorWrapper":252,"./reorder":272,"./replaceHolders":273}],254:[function(require,module,exports){
33103
+ },{"./arrayCopy":208,"./composeArgs":248,"./composeArgsRight":249,"./createCtorWrapper":254,"./reorder":274,"./replaceHolders":275}],256:[function(require,module,exports){
33052
33104
  var createCtorWrapper = require('./createCtorWrapper');
33053
33105
 
33054
33106
  /** Used to compose bitmasks for wrapper metadata. */
@@ -33092,7 +33144,7 @@ function createPartialWrapper(func, bitmask, thisArg, partials) {
33092
33144
 
33093
33145
  module.exports = createPartialWrapper;
33094
33146
 
33095
- },{"./createCtorWrapper":252}],255:[function(require,module,exports){
33147
+ },{"./createCtorWrapper":254}],257:[function(require,module,exports){
33096
33148
  var baseSetData = require('./baseSetData'),
33097
33149
  createBindWrapper = require('./createBindWrapper'),
33098
33150
  createHybridWrapper = require('./createHybridWrapper'),
@@ -33180,7 +33232,7 @@ function createWrapper(func, bitmask, thisArg, partials, holders, argPos, ary, a
33180
33232
 
33181
33233
  module.exports = createWrapper;
33182
33234
 
33183
- },{"./baseSetData":235,"./createBindWrapper":250,"./createHybridWrapper":253,"./createPartialWrapper":254,"./getData":259,"./mergeData":270,"./setData":274}],256:[function(require,module,exports){
33235
+ },{"./baseSetData":237,"./createBindWrapper":252,"./createHybridWrapper":255,"./createPartialWrapper":256,"./getData":261,"./mergeData":272,"./setData":276}],258:[function(require,module,exports){
33184
33236
  /**
33185
33237
  * A specialized version of `baseIsEqualDeep` for arrays with support for
33186
33238
  * partial deep comparisons.
@@ -33236,7 +33288,7 @@ function equalArrays(array, other, equalFunc, customizer, isWhere, stackA, stack
33236
33288
 
33237
33289
  module.exports = equalArrays;
33238
33290
 
33239
- },{}],257:[function(require,module,exports){
33291
+ },{}],259:[function(require,module,exports){
33240
33292
  /** `Object#toString` result references. */
33241
33293
  var boolTag = '[object Boolean]',
33242
33294
  dateTag = '[object Date]',
@@ -33287,7 +33339,7 @@ function equalByTag(object, other, tag) {
33287
33339
 
33288
33340
  module.exports = equalByTag;
33289
33341
 
33290
- },{}],258:[function(require,module,exports){
33342
+ },{}],260:[function(require,module,exports){
33291
33343
  var keys = require('../object/keys');
33292
33344
 
33293
33345
  /** Used for native method references. */
@@ -33361,7 +33413,7 @@ function equalObjects(object, other, equalFunc, customizer, isWhere, stackA, sta
33361
33413
 
33362
33414
  module.exports = equalObjects;
33363
33415
 
33364
- },{"../object/keys":295}],259:[function(require,module,exports){
33416
+ },{"../object/keys":297}],261:[function(require,module,exports){
33365
33417
  var metaMap = require('./metaMap'),
33366
33418
  noop = require('../utility/noop');
33367
33419
 
@@ -33378,7 +33430,7 @@ var getData = !metaMap ? noop : function(func) {
33378
33430
 
33379
33431
  module.exports = getData;
33380
33432
 
33381
- },{"../utility/noop":302,"./metaMap":271}],260:[function(require,module,exports){
33433
+ },{"../utility/noop":304,"./metaMap":273}],262:[function(require,module,exports){
33382
33434
  /**
33383
33435
  * Gets the index at which the first occurrence of `NaN` is found in `array`.
33384
33436
  * If `fromRight` is provided elements of `array` are iterated from right to left.
@@ -33404,7 +33456,7 @@ function indexOfNaN(array, fromIndex, fromRight) {
33404
33456
 
33405
33457
  module.exports = indexOfNaN;
33406
33458
 
33407
- },{}],261:[function(require,module,exports){
33459
+ },{}],263:[function(require,module,exports){
33408
33460
  /** Used for native method references. */
33409
33461
  var objectProto = Object.prototype;
33410
33462
 
@@ -33432,7 +33484,7 @@ function initCloneArray(array) {
33432
33484
 
33433
33485
  module.exports = initCloneArray;
33434
33486
 
33435
- },{}],262:[function(require,module,exports){
33487
+ },{}],264:[function(require,module,exports){
33436
33488
  var bufferClone = require('./bufferClone');
33437
33489
 
33438
33490
  /** `Object#toString` result references. */
@@ -33498,7 +33550,7 @@ function initCloneByTag(object, tag, isDeep) {
33498
33550
 
33499
33551
  module.exports = initCloneByTag;
33500
33552
 
33501
- },{"./bufferClone":242}],263:[function(require,module,exports){
33553
+ },{"./bufferClone":244}],265:[function(require,module,exports){
33502
33554
  /**
33503
33555
  * Initializes an object clone.
33504
33556
  *
@@ -33516,7 +33568,7 @@ function initCloneObject(object) {
33516
33568
 
33517
33569
  module.exports = initCloneObject;
33518
33570
 
33519
- },{}],264:[function(require,module,exports){
33571
+ },{}],266:[function(require,module,exports){
33520
33572
  var baseSetData = require('./baseSetData'),
33521
33573
  isNative = require('../lang/isNative'),
33522
33574
  support = require('../support');
@@ -33556,7 +33608,7 @@ function isBindable(func) {
33556
33608
 
33557
33609
  module.exports = isBindable;
33558
33610
 
33559
- },{"../lang/isNative":285,"../support":299,"./baseSetData":235}],265:[function(require,module,exports){
33611
+ },{"../lang/isNative":287,"../support":301,"./baseSetData":237}],267:[function(require,module,exports){
33560
33612
  /**
33561
33613
  * Used as the maximum length of an array-like value.
33562
33614
  * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
@@ -33580,7 +33632,7 @@ function isIndex(value, length) {
33580
33632
 
33581
33633
  module.exports = isIndex;
33582
33634
 
33583
- },{}],266:[function(require,module,exports){
33635
+ },{}],268:[function(require,module,exports){
33584
33636
  var isIndex = require('./isIndex'),
33585
33637
  isLength = require('./isLength'),
33586
33638
  isObject = require('../lang/isObject');
@@ -33605,13 +33657,16 @@ function isIterateeCall(value, index, object) {
33605
33657
  } else {
33606
33658
  prereq = type == 'string' && index in object;
33607
33659
  }
33608
- var other = object[index];
33609
- return prereq && (value === value ? value === other : other !== other);
33660
+ if (prereq) {
33661
+ var other = object[index];
33662
+ return value === value ? value === other : other !== other;
33663
+ }
33664
+ return false;
33610
33665
  }
33611
33666
 
33612
33667
  module.exports = isIterateeCall;
33613
33668
 
33614
- },{"../lang/isObject":287,"./isIndex":265,"./isLength":267}],267:[function(require,module,exports){
33669
+ },{"../lang/isObject":289,"./isIndex":267,"./isLength":269}],269:[function(require,module,exports){
33615
33670
  /**
33616
33671
  * Used as the maximum length of an array-like value.
33617
33672
  * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
@@ -33636,7 +33691,7 @@ function isLength(value) {
33636
33691
 
33637
33692
  module.exports = isLength;
33638
33693
 
33639
- },{}],268:[function(require,module,exports){
33694
+ },{}],270:[function(require,module,exports){
33640
33695
  /**
33641
33696
  * Checks if `value` is object-like.
33642
33697
  *
@@ -33650,7 +33705,7 @@ function isObjectLike(value) {
33650
33705
 
33651
33706
  module.exports = isObjectLike;
33652
33707
 
33653
- },{}],269:[function(require,module,exports){
33708
+ },{}],271:[function(require,module,exports){
33654
33709
  var isObject = require('../lang/isObject');
33655
33710
 
33656
33711
  /**
@@ -33667,7 +33722,7 @@ function isStrictComparable(value) {
33667
33722
 
33668
33723
  module.exports = isStrictComparable;
33669
33724
 
33670
- },{"../lang/isObject":287}],270:[function(require,module,exports){
33725
+ },{"../lang/isObject":289}],272:[function(require,module,exports){
33671
33726
  var arrayCopy = require('./arrayCopy'),
33672
33727
  composeArgs = require('./composeArgs'),
33673
33728
  composeArgsRight = require('./composeArgsRight'),
@@ -33768,7 +33823,7 @@ function mergeData(data, source) {
33768
33823
 
33769
33824
  module.exports = mergeData;
33770
33825
 
33771
- },{"./arrayCopy":206,"./composeArgs":246,"./composeArgsRight":247,"./replaceHolders":273}],271:[function(require,module,exports){
33826
+ },{"./arrayCopy":208,"./composeArgs":248,"./composeArgsRight":249,"./replaceHolders":275}],273:[function(require,module,exports){
33772
33827
  (function (global){
33773
33828
  var isNative = require('../lang/isNative');
33774
33829
 
@@ -33781,7 +33836,7 @@ var metaMap = WeakMap && new WeakMap;
33781
33836
  module.exports = metaMap;
33782
33837
 
33783
33838
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
33784
- },{"../lang/isNative":285}],272:[function(require,module,exports){
33839
+ },{"../lang/isNative":287}],274:[function(require,module,exports){
33785
33840
  var arrayCopy = require('./arrayCopy'),
33786
33841
  isIndex = require('./isIndex');
33787
33842
 
@@ -33812,7 +33867,7 @@ function reorder(array, indexes) {
33812
33867
 
33813
33868
  module.exports = reorder;
33814
33869
 
33815
- },{"./arrayCopy":206,"./isIndex":265}],273:[function(require,module,exports){
33870
+ },{"./arrayCopy":208,"./isIndex":267}],275:[function(require,module,exports){
33816
33871
  /** Used as the internal argument placeholder. */
33817
33872
  var PLACEHOLDER = '__lodash_placeholder__';
33818
33873
 
@@ -33842,7 +33897,7 @@ function replaceHolders(array, placeholder) {
33842
33897
 
33843
33898
  module.exports = replaceHolders;
33844
33899
 
33845
- },{}],274:[function(require,module,exports){
33900
+ },{}],276:[function(require,module,exports){
33846
33901
  var baseSetData = require('./baseSetData'),
33847
33902
  now = require('../date/now');
33848
33903
 
@@ -33885,7 +33940,7 @@ var setData = (function() {
33885
33940
 
33886
33941
  module.exports = setData;
33887
33942
 
33888
- },{"../date/now":203,"./baseSetData":235}],275:[function(require,module,exports){
33943
+ },{"../date/now":205,"./baseSetData":237}],277:[function(require,module,exports){
33889
33944
  var isArguments = require('../lang/isArguments'),
33890
33945
  isArray = require('../lang/isArray'),
33891
33946
  isIndex = require('./isIndex'),
@@ -33929,7 +33984,7 @@ function shimKeys(object) {
33929
33984
 
33930
33985
  module.exports = shimKeys;
33931
33986
 
33932
- },{"../lang/isArguments":280,"../lang/isArray":281,"../object/keysIn":296,"../support":299,"./isIndex":265,"./isLength":267}],276:[function(require,module,exports){
33987
+ },{"../lang/isArguments":282,"../lang/isArray":283,"../object/keysIn":298,"../support":301,"./isIndex":267,"./isLength":269}],278:[function(require,module,exports){
33933
33988
  /**
33934
33989
  * An implementation of `_.uniq` optimized for sorted arrays without support
33935
33990
  * for callback shorthands and `this` binding.
@@ -33960,7 +34015,7 @@ function sortedUniq(array, iteratee) {
33960
34015
 
33961
34016
  module.exports = sortedUniq;
33962
34017
 
33963
- },{}],277:[function(require,module,exports){
34018
+ },{}],279:[function(require,module,exports){
33964
34019
  var isObject = require('../lang/isObject');
33965
34020
 
33966
34021
  /**
@@ -33976,7 +34031,7 @@ function toObject(value) {
33976
34031
 
33977
34032
  module.exports = toObject;
33978
34033
 
33979
- },{"../lang/isObject":287}],278:[function(require,module,exports){
34034
+ },{"../lang/isObject":289}],280:[function(require,module,exports){
33980
34035
  var baseClone = require('../internal/baseClone'),
33981
34036
  bindCallback = require('../internal/bindCallback'),
33982
34037
  isIterateeCall = require('../internal/isIterateeCall');
@@ -34047,7 +34102,7 @@ function clone(value, isDeep, customizer, thisArg) {
34047
34102
 
34048
34103
  module.exports = clone;
34049
34104
 
34050
- },{"../internal/baseClone":214,"../internal/bindCallback":241,"../internal/isIterateeCall":266}],279:[function(require,module,exports){
34105
+ },{"../internal/baseClone":216,"../internal/bindCallback":243,"../internal/isIterateeCall":268}],281:[function(require,module,exports){
34051
34106
  var baseClone = require('../internal/baseClone'),
34052
34107
  bindCallback = require('../internal/bindCallback');
34053
34108
 
@@ -34103,7 +34158,7 @@ function cloneDeep(value, customizer, thisArg) {
34103
34158
 
34104
34159
  module.exports = cloneDeep;
34105
34160
 
34106
- },{"../internal/baseClone":214,"../internal/bindCallback":241}],280:[function(require,module,exports){
34161
+ },{"../internal/baseClone":216,"../internal/bindCallback":243}],282:[function(require,module,exports){
34107
34162
  var isLength = require('../internal/isLength'),
34108
34163
  isObjectLike = require('../internal/isObjectLike');
34109
34164
 
@@ -34143,7 +34198,7 @@ function isArguments(value) {
34143
34198
 
34144
34199
  module.exports = isArguments;
34145
34200
 
34146
- },{"../internal/isLength":267,"../internal/isObjectLike":268}],281:[function(require,module,exports){
34201
+ },{"../internal/isLength":269,"../internal/isObjectLike":270}],283:[function(require,module,exports){
34147
34202
  var isLength = require('../internal/isLength'),
34148
34203
  isNative = require('./isNative'),
34149
34204
  isObjectLike = require('../internal/isObjectLike');
@@ -34186,7 +34241,7 @@ var isArray = nativeIsArray || function(value) {
34186
34241
 
34187
34242
  module.exports = isArray;
34188
34243
 
34189
- },{"../internal/isLength":267,"../internal/isObjectLike":268,"./isNative":285}],282:[function(require,module,exports){
34244
+ },{"../internal/isLength":269,"../internal/isObjectLike":270,"./isNative":287}],284:[function(require,module,exports){
34190
34245
  var isObjectLike = require('../internal/isObjectLike');
34191
34246
 
34192
34247
  /** `Object#toString` result references. */
@@ -34224,7 +34279,7 @@ function isBoolean(value) {
34224
34279
 
34225
34280
  module.exports = isBoolean;
34226
34281
 
34227
- },{"../internal/isObjectLike":268}],283:[function(require,module,exports){
34282
+ },{"../internal/isObjectLike":270}],285:[function(require,module,exports){
34228
34283
  var isArguments = require('./isArguments'),
34229
34284
  isArray = require('./isArray'),
34230
34285
  isFunction = require('./isFunction'),
@@ -34274,7 +34329,7 @@ function isEmpty(value) {
34274
34329
 
34275
34330
  module.exports = isEmpty;
34276
34331
 
34277
- },{"../internal/isLength":267,"../internal/isObjectLike":268,"../object/keys":295,"./isArguments":280,"./isArray":281,"./isFunction":284,"./isString":289}],284:[function(require,module,exports){
34332
+ },{"../internal/isLength":269,"../internal/isObjectLike":270,"../object/keys":297,"./isArguments":282,"./isArray":283,"./isFunction":286,"./isString":291}],286:[function(require,module,exports){
34278
34333
  (function (global){
34279
34334
  var baseIsFunction = require('../internal/baseIsFunction'),
34280
34335
  isNative = require('./isNative');
@@ -34321,7 +34376,7 @@ var isFunction = !(baseIsFunction(/x/) || (Uint8Array && !baseIsFunction(Uint8Ar
34321
34376
  module.exports = isFunction;
34322
34377
 
34323
34378
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
34324
- },{"../internal/baseIsFunction":228,"./isNative":285}],285:[function(require,module,exports){
34379
+ },{"../internal/baseIsFunction":230,"./isNative":287}],287:[function(require,module,exports){
34325
34380
  var escapeRegExp = require('../string/escapeRegExp'),
34326
34381
  isObjectLike = require('../internal/isObjectLike');
34327
34382
 
@@ -34378,7 +34433,7 @@ function isNative(value) {
34378
34433
 
34379
34434
  module.exports = isNative;
34380
34435
 
34381
- },{"../internal/isObjectLike":268,"../string/escapeRegExp":298}],286:[function(require,module,exports){
34436
+ },{"../internal/isObjectLike":270,"../string/escapeRegExp":300}],288:[function(require,module,exports){
34382
34437
  var isObjectLike = require('../internal/isObjectLike');
34383
34438
 
34384
34439
  /** `Object#toString` result references. */
@@ -34422,7 +34477,7 @@ function isNumber(value) {
34422
34477
 
34423
34478
  module.exports = isNumber;
34424
34479
 
34425
- },{"../internal/isObjectLike":268}],287:[function(require,module,exports){
34480
+ },{"../internal/isObjectLike":270}],289:[function(require,module,exports){
34426
34481
  /**
34427
34482
  * Checks if `value` is the language type of `Object`.
34428
34483
  * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
@@ -34454,7 +34509,7 @@ function isObject(value) {
34454
34509
 
34455
34510
  module.exports = isObject;
34456
34511
 
34457
- },{}],288:[function(require,module,exports){
34512
+ },{}],290:[function(require,module,exports){
34458
34513
  var isObjectLike = require('../internal/isObjectLike');
34459
34514
 
34460
34515
  /** `Object#toString` result references. */
@@ -34492,7 +34547,7 @@ function isRegExp(value) {
34492
34547
 
34493
34548
  module.exports = isRegExp;
34494
34549
 
34495
- },{"../internal/isObjectLike":268}],289:[function(require,module,exports){
34550
+ },{"../internal/isObjectLike":270}],291:[function(require,module,exports){
34496
34551
  var isObjectLike = require('../internal/isObjectLike');
34497
34552
 
34498
34553
  /** `Object#toString` result references. */
@@ -34530,7 +34585,7 @@ function isString(value) {
34530
34585
 
34531
34586
  module.exports = isString;
34532
34587
 
34533
- },{"../internal/isObjectLike":268}],290:[function(require,module,exports){
34588
+ },{"../internal/isObjectLike":270}],292:[function(require,module,exports){
34534
34589
  var isLength = require('../internal/isLength'),
34535
34590
  isObjectLike = require('../internal/isObjectLike');
34536
34591
 
@@ -34607,7 +34662,7 @@ function isTypedArray(value) {
34607
34662
 
34608
34663
  module.exports = isTypedArray;
34609
34664
 
34610
- },{"../internal/isLength":267,"../internal/isObjectLike":268}],291:[function(require,module,exports){
34665
+ },{"../internal/isLength":269,"../internal/isObjectLike":270}],293:[function(require,module,exports){
34611
34666
  var baseAssign = require('../internal/baseAssign'),
34612
34667
  createAssigner = require('../internal/createAssigner');
34613
34668
 
@@ -34644,7 +34699,7 @@ var assign = createAssigner(baseAssign);
34644
34699
 
34645
34700
  module.exports = assign;
34646
34701
 
34647
- },{"../internal/baseAssign":212,"../internal/createAssigner":249}],292:[function(require,module,exports){
34702
+ },{"../internal/baseAssign":214,"../internal/createAssigner":251}],294:[function(require,module,exports){
34648
34703
  var arrayCopy = require('../internal/arrayCopy'),
34649
34704
  assign = require('./assign'),
34650
34705
  assignDefaults = require('../internal/assignDefaults');
@@ -34676,10 +34731,10 @@ function defaults(object) {
34676
34731
 
34677
34732
  module.exports = defaults;
34678
34733
 
34679
- },{"../internal/arrayCopy":206,"../internal/assignDefaults":211,"./assign":291}],293:[function(require,module,exports){
34734
+ },{"../internal/arrayCopy":208,"../internal/assignDefaults":213,"./assign":293}],295:[function(require,module,exports){
34680
34735
  module.exports = require('./assign');
34681
34736
 
34682
- },{"./assign":291}],294:[function(require,module,exports){
34737
+ },{"./assign":293}],296:[function(require,module,exports){
34683
34738
  /** Used for native method references. */
34684
34739
  var objectProto = Object.prototype;
34685
34740
 
@@ -34709,7 +34764,7 @@ function has(object, key) {
34709
34764
 
34710
34765
  module.exports = has;
34711
34766
 
34712
- },{}],295:[function(require,module,exports){
34767
+ },{}],297:[function(require,module,exports){
34713
34768
  var isLength = require('../internal/isLength'),
34714
34769
  isNative = require('../lang/isNative'),
34715
34770
  isObject = require('../lang/isObject'),
@@ -34759,7 +34814,7 @@ var keys = !nativeKeys ? shimKeys : function(object) {
34759
34814
 
34760
34815
  module.exports = keys;
34761
34816
 
34762
- },{"../internal/isLength":267,"../internal/shimKeys":275,"../lang/isNative":285,"../lang/isObject":287}],296:[function(require,module,exports){
34817
+ },{"../internal/isLength":269,"../internal/shimKeys":277,"../lang/isNative":287,"../lang/isObject":289}],298:[function(require,module,exports){
34763
34818
  var isArguments = require('../lang/isArguments'),
34764
34819
  isArray = require('../lang/isArray'),
34765
34820
  isIndex = require('../internal/isIndex'),
@@ -34826,7 +34881,7 @@ function keysIn(object) {
34826
34881
 
34827
34882
  module.exports = keysIn;
34828
34883
 
34829
- },{"../internal/isIndex":265,"../internal/isLength":267,"../lang/isArguments":280,"../lang/isArray":281,"../lang/isObject":287,"../support":299}],297:[function(require,module,exports){
34884
+ },{"../internal/isIndex":267,"../internal/isLength":269,"../lang/isArguments":282,"../lang/isArray":283,"../lang/isObject":289,"../support":301}],299:[function(require,module,exports){
34830
34885
  var baseValues = require('../internal/baseValues'),
34831
34886
  keys = require('./keys');
34832
34887
 
@@ -34861,7 +34916,7 @@ function values(object) {
34861
34916
 
34862
34917
  module.exports = values;
34863
34918
 
34864
- },{"../internal/baseValues":240,"./keys":295}],298:[function(require,module,exports){
34919
+ },{"../internal/baseValues":242,"./keys":297}],300:[function(require,module,exports){
34865
34920
  var baseToString = require('../internal/baseToString');
34866
34921
 
34867
34922
  /**
@@ -34895,7 +34950,7 @@ function escapeRegExp(string) {
34895
34950
 
34896
34951
  module.exports = escapeRegExp;
34897
34952
 
34898
- },{"../internal/baseToString":238}],299:[function(require,module,exports){
34953
+ },{"../internal/baseToString":240}],301:[function(require,module,exports){
34899
34954
  (function (global){
34900
34955
  var isNative = require('./lang/isNative');
34901
34956
 
@@ -34974,7 +35029,7 @@ var support = {};
34974
35029
  module.exports = support;
34975
35030
 
34976
35031
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
34977
- },{"./lang/isNative":285}],300:[function(require,module,exports){
35032
+ },{"./lang/isNative":287}],302:[function(require,module,exports){
34978
35033
  /**
34979
35034
  * Creates a function that returns `value`.
34980
35035
  *
@@ -34999,7 +35054,7 @@ function constant(value) {
34999
35054
 
35000
35055
  module.exports = constant;
35001
35056
 
35002
- },{}],301:[function(require,module,exports){
35057
+ },{}],303:[function(require,module,exports){
35003
35058
  /**
35004
35059
  * This method returns the first argument provided to it.
35005
35060
  *
@@ -35021,7 +35076,7 @@ function identity(value) {
35021
35076
 
35022
35077
  module.exports = identity;
35023
35078
 
35024
- },{}],302:[function(require,module,exports){
35079
+ },{}],304:[function(require,module,exports){
35025
35080
  /**
35026
35081
  * A no-operation function which returns `undefined` regardless of the
35027
35082
  * arguments it receives.
@@ -35042,7 +35097,7 @@ function noop() {
35042
35097
 
35043
35098
  module.exports = noop;
35044
35099
 
35045
- },{}],303:[function(require,module,exports){
35100
+ },{}],305:[function(require,module,exports){
35046
35101
  "use strict";
35047
35102
 
35048
35103
  var originalObject = Object;
@@ -35173,7 +35228,7 @@ function makeAccessor(secretCreatorFn) {
35173
35228
 
35174
35229
  defProp(exports, "makeAccessor", makeAccessor);
35175
35230
 
35176
- },{}],304:[function(require,module,exports){
35231
+ },{}],306:[function(require,module,exports){
35177
35232
  /**
35178
35233
  * Copyright (c) 2014, Facebook, Inc.
35179
35234
  * All rights reserved.
@@ -36367,7 +36422,7 @@ Ep.explodeExpression = function(path, ignoreResult) {
36367
36422
  }
36368
36423
  };
36369
36424
 
36370
- },{"./leap":306,"./meta":307,"./util":308,"assert":136,"ast-types":134}],305:[function(require,module,exports){
36425
+ },{"./leap":308,"./meta":309,"./util":310,"assert":138,"ast-types":136}],307:[function(require,module,exports){
36371
36426
  /**
36372
36427
  * Copyright (c) 2014, Facebook, Inc.
36373
36428
  * All rights reserved.
@@ -36522,7 +36577,7 @@ exports.hoist = function(funPath) {
36522
36577
  return b.variableDeclaration("var", declarations);
36523
36578
  };
36524
36579
 
36525
- },{"assert":136,"ast-types":134}],306:[function(require,module,exports){
36580
+ },{"assert":138,"ast-types":136}],308:[function(require,module,exports){
36526
36581
  /**
36527
36582
  * Copyright (c) 2014, Facebook, Inc.
36528
36583
  * All rights reserved.
@@ -36701,7 +36756,7 @@ LMp.getContinueLoc = function(label) {
36701
36756
  return this._findLeapLocation("continueLoc", label);
36702
36757
  };
36703
36758
 
36704
- },{"./emit":304,"assert":136,"ast-types":134,"util":161}],307:[function(require,module,exports){
36759
+ },{"./emit":306,"assert":138,"ast-types":136,"util":163}],309:[function(require,module,exports){
36705
36760
  /**
36706
36761
  * Copyright (c) 2014, Facebook, Inc.
36707
36762
  * All rights reserved.
@@ -36803,7 +36858,7 @@ for (var type in leapTypes) {
36803
36858
  exports.hasSideEffects = makePredicate("hasSideEffects", sideEffectTypes);
36804
36859
  exports.containsLeap = makePredicate("containsLeap", leapTypes);
36805
36860
 
36806
- },{"assert":136,"ast-types":134,"private":303}],308:[function(require,module,exports){
36861
+ },{"assert":138,"ast-types":136,"private":305}],310:[function(require,module,exports){
36807
36862
  /**
36808
36863
  * Copyright (c) 2014, Facebook, Inc.
36809
36864
  * All rights reserved.
@@ -36905,7 +36960,7 @@ exports.isReference = function(path, name) {
36905
36960
  }
36906
36961
  };
36907
36962
 
36908
- },{"assert":136,"ast-types":134}],309:[function(require,module,exports){
36963
+ },{"assert":138,"ast-types":136}],311:[function(require,module,exports){
36909
36964
  /**
36910
36965
  * Copyright (c) 2014, Facebook, Inc.
36911
36966
  * All rights reserved.
@@ -37167,7 +37222,7 @@ var awaitVisitor = types.PathVisitor.fromMethodsObject({
37167
37222
  }
37168
37223
  });
37169
37224
 
37170
- },{"./emit":304,"./hoist":305,"./util":308,"assert":136,"ast-types":134,"fs":135}],310:[function(require,module,exports){
37225
+ },{"./emit":306,"./hoist":307,"./util":310,"assert":138,"ast-types":136,"fs":137}],312:[function(require,module,exports){
37171
37226
  (function (__dirname){
37172
37227
  /**
37173
37228
  * Copyright (c) 2014, Facebook, Inc.
@@ -37219,7 +37274,7 @@ runtime.path = path.join(__dirname, "runtime.js");
37219
37274
  exports.transform = transform;
37220
37275
 
37221
37276
  }).call(this,"/node_modules/regenerator-babel")
37222
- },{"./lib/util":308,"./lib/visit":309,"./runtime":312,"assert":136,"ast-types":134,"fs":135,"path":144,"through":311}],311:[function(require,module,exports){
37277
+ },{"./lib/util":310,"./lib/visit":311,"./runtime":314,"assert":138,"ast-types":136,"fs":137,"path":146,"through":313}],313:[function(require,module,exports){
37223
37278
  (function (process){
37224
37279
  var Stream = require('stream')
37225
37280
 
@@ -37331,7 +37386,7 @@ function through (write, end, opts) {
37331
37386
 
37332
37387
 
37333
37388
  }).call(this,require('_process'))
37334
- },{"_process":145,"stream":157}],312:[function(require,module,exports){
37389
+ },{"_process":147,"stream":159}],314:[function(require,module,exports){
37335
37390
  (function (global){
37336
37391
  /**
37337
37392
  * Copyright (c) 2014, Facebook, Inc.
@@ -37872,7 +37927,7 @@ function through (write, end, opts) {
37872
37927
  );
37873
37928
 
37874
37929
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
37875
- },{}],313:[function(require,module,exports){
37930
+ },{}],315:[function(require,module,exports){
37876
37931
  // Generated by `/scripts/character-class-escape-sets.js`. Do not edit.
37877
37932
  var regenerate = require('regenerate');
37878
37933
 
@@ -37978,7 +38033,7 @@ exports.UNICODE_IGNORE_CASE = {
37978
38033
  .addRange(0x7B, 0x10FFFF)
37979
38034
  };
37980
38035
 
37981
- },{"regenerate":315}],314:[function(require,module,exports){
38036
+ },{"regenerate":317}],316:[function(require,module,exports){
37982
38037
  module.exports={
37983
38038
  "75": 8490,
37984
38039
  "83": 383,
@@ -38174,7 +38229,7 @@ module.exports={
38174
38229
  "71903": 71871
38175
38230
  }
38176
38231
 
38177
- },{}],315:[function(require,module,exports){
38232
+ },{}],317:[function(require,module,exports){
38178
38233
  (function (global){
38179
38234
  /*! https://mths.be/regenerate v1.2.0 by @mathias | MIT license */
38180
38235
  ;(function(root) {
@@ -39336,7 +39391,7 @@ module.exports={
39336
39391
  }(this));
39337
39392
 
39338
39393
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
39339
- },{}],316:[function(require,module,exports){
39394
+ },{}],318:[function(require,module,exports){
39340
39395
  (function (global){
39341
39396
  /*!
39342
39397
  * RegJSGen
@@ -39748,7 +39803,7 @@ module.exports={
39748
39803
  }.call(this));
39749
39804
 
39750
39805
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
39751
- },{}],317:[function(require,module,exports){
39806
+ },{}],319:[function(require,module,exports){
39752
39807
  // regjsparser
39753
39808
  //
39754
39809
  // ==================================================================
@@ -40671,7 +40726,7 @@ module.exports={
40671
40726
 
40672
40727
  }());
40673
40728
 
40674
- },{}],318:[function(require,module,exports){
40729
+ },{}],320:[function(require,module,exports){
40675
40730
  var generate = require('regjsgen').generate;
40676
40731
  var parse = require('regjsparser').parse;
40677
40732
  var regenerate = require('regenerate');
@@ -40866,7 +40921,7 @@ module.exports = function(pattern, flags) {
40866
40921
  return generate(tree);
40867
40922
  };
40868
40923
 
40869
- },{"./data/character-class-escape-sets.js":313,"./data/iu-mappings.json":314,"regenerate":315,"regjsgen":316,"regjsparser":317}],319:[function(require,module,exports){
40924
+ },{"./data/character-class-escape-sets.js":315,"./data/iu-mappings.json":316,"regenerate":317,"regjsgen":318,"regjsparser":319}],321:[function(require,module,exports){
40870
40925
  'use strict';
40871
40926
  var isFinite = require('is-finite');
40872
40927
 
@@ -40892,13 +40947,13 @@ module.exports = function (str, n) {
40892
40947
  return ret;
40893
40948
  };
40894
40949
 
40895
- },{"is-finite":320}],320:[function(require,module,exports){
40896
- arguments[4][183][0].apply(exports,arguments)
40897
- },{"dup":183}],321:[function(require,module,exports){
40950
+ },{"is-finite":322}],322:[function(require,module,exports){
40951
+ arguments[4][185][0].apply(exports,arguments)
40952
+ },{"dup":185}],323:[function(require,module,exports){
40898
40953
  'use strict';
40899
40954
  module.exports = /^#!.*/;
40900
40955
 
40901
- },{}],322:[function(require,module,exports){
40956
+ },{}],324:[function(require,module,exports){
40902
40957
  'use strict';
40903
40958
  module.exports = function (str) {
40904
40959
  var isExtendedLengthPath = /^\\\\\?\\/.test(str);
@@ -40911,7 +40966,7 @@ module.exports = function (str) {
40911
40966
  return str.replace(/\\/g, '/');
40912
40967
  };
40913
40968
 
40914
- },{}],323:[function(require,module,exports){
40969
+ },{}],325:[function(require,module,exports){
40915
40970
  (function (Buffer){
40916
40971
  'use strict';
40917
40972
  module.exports = function (val) {
@@ -40920,7 +40975,7 @@ module.exports = function (val) {
40920
40975
  };
40921
40976
 
40922
40977
  }).call(this,require("buffer").Buffer)
40923
- },{"buffer":137}],324:[function(require,module,exports){
40978
+ },{"buffer":139}],326:[function(require,module,exports){
40924
40979
  /*
40925
40980
  * Copyright 2009-2011 Mozilla Foundation and contributors
40926
40981
  * Licensed under the New BSD license. See LICENSE.txt or:
@@ -40930,7 +40985,7 @@ exports.SourceMapGenerator = require('./source-map/source-map-generator').Source
40930
40985
  exports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;
40931
40986
  exports.SourceNode = require('./source-map/source-node').SourceNode;
40932
40987
 
40933
- },{"./source-map/source-map-consumer":330,"./source-map/source-map-generator":331,"./source-map/source-node":332}],325:[function(require,module,exports){
40988
+ },{"./source-map/source-map-consumer":332,"./source-map/source-map-generator":333,"./source-map/source-node":334}],327:[function(require,module,exports){
40934
40989
  /* -*- Mode: js; js-indent-level: 2; -*- */
40935
40990
  /*
40936
40991
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41029,7 +41084,7 @@ define(function (require, exports, module) {
41029
41084
 
41030
41085
  });
41031
41086
 
41032
- },{"./util":333,"amdefine":334}],326:[function(require,module,exports){
41087
+ },{"./util":335,"amdefine":336}],328:[function(require,module,exports){
41033
41088
  /* -*- Mode: js; js-indent-level: 2; -*- */
41034
41089
  /*
41035
41090
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41173,7 +41228,7 @@ define(function (require, exports, module) {
41173
41228
 
41174
41229
  });
41175
41230
 
41176
- },{"./base64":327,"amdefine":334}],327:[function(require,module,exports){
41231
+ },{"./base64":329,"amdefine":336}],329:[function(require,module,exports){
41177
41232
  /* -*- Mode: js; js-indent-level: 2; -*- */
41178
41233
  /*
41179
41234
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41217,7 +41272,7 @@ define(function (require, exports, module) {
41217
41272
 
41218
41273
  });
41219
41274
 
41220
- },{"amdefine":334}],328:[function(require,module,exports){
41275
+ },{"amdefine":336}],330:[function(require,module,exports){
41221
41276
  /* -*- Mode: js; js-indent-level: 2; -*- */
41222
41277
  /*
41223
41278
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41299,7 +41354,7 @@ define(function (require, exports, module) {
41299
41354
 
41300
41355
  });
41301
41356
 
41302
- },{"amdefine":334}],329:[function(require,module,exports){
41357
+ },{"amdefine":336}],331:[function(require,module,exports){
41303
41358
  /* -*- Mode: js; js-indent-level: 2; -*- */
41304
41359
  /*
41305
41360
  * Copyright 2014 Mozilla Foundation and contributors
@@ -41387,7 +41442,7 @@ define(function (require, exports, module) {
41387
41442
 
41388
41443
  });
41389
41444
 
41390
- },{"./util":333,"amdefine":334}],330:[function(require,module,exports){
41445
+ },{"./util":335,"amdefine":336}],332:[function(require,module,exports){
41391
41446
  /* -*- Mode: js; js-indent-level: 2; -*- */
41392
41447
  /*
41393
41448
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41964,7 +42019,7 @@ define(function (require, exports, module) {
41964
42019
 
41965
42020
  });
41966
42021
 
41967
- },{"./array-set":325,"./base64-vlq":326,"./binary-search":328,"./util":333,"amdefine":334}],331:[function(require,module,exports){
42022
+ },{"./array-set":327,"./base64-vlq":328,"./binary-search":330,"./util":335,"amdefine":336}],333:[function(require,module,exports){
41968
42023
  /* -*- Mode: js; js-indent-level: 2; -*- */
41969
42024
  /*
41970
42025
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42366,7 +42421,7 @@ define(function (require, exports, module) {
42366
42421
 
42367
42422
  });
42368
42423
 
42369
- },{"./array-set":325,"./base64-vlq":326,"./mapping-list":329,"./util":333,"amdefine":334}],332:[function(require,module,exports){
42424
+ },{"./array-set":327,"./base64-vlq":328,"./mapping-list":331,"./util":335,"amdefine":336}],334:[function(require,module,exports){
42370
42425
  /* -*- Mode: js; js-indent-level: 2; -*- */
42371
42426
  /*
42372
42427
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42782,7 +42837,7 @@ define(function (require, exports, module) {
42782
42837
 
42783
42838
  });
42784
42839
 
42785
- },{"./source-map-generator":331,"./util":333,"amdefine":334}],333:[function(require,module,exports){
42840
+ },{"./source-map-generator":333,"./util":335,"amdefine":336}],335:[function(require,module,exports){
42786
42841
  /* -*- Mode: js; js-indent-level: 2; -*- */
42787
42842
  /*
42788
42843
  * Copyright 2011 Mozilla Foundation and contributors
@@ -43103,7 +43158,7 @@ define(function (require, exports, module) {
43103
43158
 
43104
43159
  });
43105
43160
 
43106
- },{"amdefine":334}],334:[function(require,module,exports){
43161
+ },{"amdefine":336}],336:[function(require,module,exports){
43107
43162
  (function (process,__filename){
43108
43163
  /** vim: et:ts=4:sw=4:sts=4
43109
43164
  * @license amdefine 0.1.0 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
@@ -43406,17 +43461,17 @@ function amdefine(module, requireFn) {
43406
43461
  module.exports = amdefine;
43407
43462
 
43408
43463
  }).call(this,require('_process'),"/node_modules/source-map/node_modules/amdefine/amdefine.js")
43409
- },{"_process":145,"path":144}],335:[function(require,module,exports){
43464
+ },{"_process":147,"path":146}],337:[function(require,module,exports){
43410
43465
  'use strict';
43411
43466
  module.exports = function (str) {
43412
43467
  return str.replace(/[\s\uFEFF\xA0]+$/g, '');
43413
43468
  };
43414
43469
 
43415
- },{}],336:[function(require,module,exports){
43470
+ },{}],338:[function(require,module,exports){
43416
43471
  module.exports={
43417
43472
  "name": "babel",
43418
43473
  "description": "Turn ES6 code into readable vanilla ES5 with source maps",
43419
- "version": "4.4.6",
43474
+ "version": "4.5.0",
43420
43475
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
43421
43476
  "homepage": "https://babeljs.io/",
43422
43477
  "repository": "babel/babel",
@@ -43496,7 +43551,7 @@ module.exports={
43496
43551
  }
43497
43552
  }
43498
43553
 
43499
- },{}],337:[function(require,module,exports){
43554
+ },{}],339:[function(require,module,exports){
43500
43555
  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":"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":"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},"update":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}],"_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":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"default","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":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":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"default","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_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":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"default","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_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}}
43501
43556
  },{}]},{},[1])(1)
43502
43557
  });