babel-source 4.0.1 → 4.0.2

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/babel.js +663 -527
  4. data/lib/babel/source.rb +2 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a555afddcb27ec016005691ffe13f315a28b271a
4
- data.tar.gz: 2388ac304df3db2f45903ae4c03ca62c16a13e5a
3
+ metadata.gz: dddf42d3773c503433b3ed9fc1caaad836bdb056
4
+ data.tar.gz: 4c1c64deccd80c9e06d3f5ee3361fb765e92e235
5
5
  SHA512:
6
- metadata.gz: c034a90163789e2dcfb9608837d84a050276550e46915cc39f60b4329053a400bd6a04655392fd91f483f786a5705ba8e225153718ca65075059baae3e95cd61
7
- data.tar.gz: 7e4d215a146c662fa7164cddef83fbaf3c15b599cb55dd4b28c9b4900838c688f0260566350acce711df6d4aee7d879db82cc03f02455f5f7523d9eeab75e9c0
6
+ metadata.gz: 854a9b01ed62398b99596792f695c9cf72f5d773c2a851e06a754f6608e2700e22beb2d0fecae30ef2869feb138a40a848ed694c79fcf3553c5a4060e5e631a3
7
+ data.tar.gz: 4a7427c81ba3c5f87e211cb31b976b7e2185aefa0946213f3dd89ee285cdae0e015c213a2b1995fcaeea16bed4ffc17b7da41cbfe87b5324a5aa29fa0bb992b1
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2015 Sebastian McKenzie
1
+ Copyright (c) 2014-2015 Sebastian McKenzie <sebmck@gmail.com>
2
2
 
3
3
  MIT License
4
4
 
@@ -1,4 +1,4 @@
1
- !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.to5=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
1
+ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.babel=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
2
2
  (function (global){
3
3
  "use strict";
4
4
 
@@ -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":319,"../transformation":43}],2:[function(require,module,exports){
90
+ },{"../../../package":320,"../transformation":42}],2:[function(require,module,exports){
91
91
  "use strict";
92
92
 
93
93
  module.exports = Buffer;
@@ -255,7 +255,7 @@ Buffer.prototype.isLast = function (cha, trimRight) {
255
255
  }
256
256
  };
257
257
 
258
- },{"../util":122,"lodash/collection/includes":197,"lodash/lang/isBoolean":268,"lodash/lang/isNumber":272}],3:[function(require,module,exports){
258
+ },{"../util":121,"lodash/collection/includes":197,"lodash/lang/isBoolean":269,"lodash/lang/isNumber":273}],3:[function(require,module,exports){
259
259
  "use strict";
260
260
 
261
261
  exports.File = function (node, print) {
@@ -511,7 +511,7 @@ exports.MemberExpression = function (node, print) {
511
511
  }
512
512
  };
513
513
 
514
- },{"../../types":120,"../../util":122,"lodash/lang/isNumber":272}],7:[function(require,module,exports){
514
+ },{"../../types":119,"../../util":121,"lodash/lang/isNumber":273}],7:[function(require,module,exports){
515
515
  "use strict";
516
516
 
517
517
  exports.AnyTypeAnnotation =
@@ -629,7 +629,7 @@ exports.JSXClosingElement = function (node, print) {
629
629
 
630
630
  exports.JSXEmptyExpression = function () {};
631
631
 
632
- },{"../../types":120,"lodash/collection/each":194}],9:[function(require,module,exports){
632
+ },{"../../types":119,"lodash/collection/each":194}],9:[function(require,module,exports){
633
633
  "use strict";
634
634
 
635
635
  var t = require("../../types");
@@ -699,7 +699,7 @@ exports.ArrowFunctionExpression = function (node, print) {
699
699
  print(node.body);
700
700
  };
701
701
 
702
- },{"../../types":120}],10:[function(require,module,exports){
702
+ },{"../../types":119}],10:[function(require,module,exports){
703
703
  "use strict";
704
704
 
705
705
  var t = require("../../types");
@@ -799,7 +799,7 @@ exports.ImportBatchSpecifier = function (node, print) {
799
799
  print(node.name);
800
800
  };
801
801
 
802
- },{"../../types":120,"lodash/collection/each":194}],11:[function(require,module,exports){
802
+ },{"../../types":119,"lodash/collection/each":194}],11:[function(require,module,exports){
803
803
  "use strict";
804
804
 
805
805
  var each = require("lodash/collection/each");
@@ -1033,7 +1033,7 @@ exports.VariableDeclarator = function (node, print) {
1033
1033
  }
1034
1034
  };
1035
1035
 
1036
- },{"../../types":120,"../../util":122}],13:[function(require,module,exports){
1036
+ },{"../../types":119,"../../util":121}],13:[function(require,module,exports){
1037
1037
  "use strict";
1038
1038
 
1039
1039
  var each = require("lodash/collection/each");
@@ -1538,7 +1538,7 @@ CodeGenerator.prototype._printComments = function (comments) {
1538
1538
  });
1539
1539
  };
1540
1540
 
1541
- },{"../types":120,"../util":122,"./buffer":2,"./generators/base":3,"./generators/classes":4,"./generators/comprehensions":5,"./generators/expressions":6,"./generators/flow":7,"./generators/jsx":8,"./generators/methods":9,"./generators/modules":10,"./generators/playground":11,"./generators/statements":12,"./generators/template-literals":13,"./generators/types":14,"./node":16,"./position":19,"./source-map":20,"./whitespace":21,"detect-indent":177,"lodash/collection/each":194,"lodash/object/extend":281,"lodash/object/merge":285}],16:[function(require,module,exports){
1541
+ },{"../types":119,"../util":121,"./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":194,"lodash/object/extend":282,"lodash/object/merge":286}],16:[function(require,module,exports){
1542
1542
  "use strict";
1543
1543
 
1544
1544
  module.exports = Node;
@@ -1652,7 +1652,7 @@ each(Node, function (fn, key) {
1652
1652
  };
1653
1653
  });
1654
1654
 
1655
- },{"../../types":120,"./parentheses":17,"./whitespace":18,"lodash/collection/each":194,"lodash/collection/some":200}],17:[function(require,module,exports){
1655
+ },{"../../types":119,"./parentheses":17,"./whitespace":18,"lodash/collection/each":194,"lodash/collection/some":200}],17:[function(require,module,exports){
1656
1656
  "use strict";
1657
1657
 
1658
1658
  var t = require("../../types");
@@ -1823,7 +1823,7 @@ exports.ConditionalExpression = function (node, parent) {
1823
1823
  return false;
1824
1824
  };
1825
1825
 
1826
- },{"../../types":120,"lodash/collection/each":194}],18:[function(require,module,exports){
1826
+ },{"../../types":119,"lodash/collection/each":194}],18:[function(require,module,exports){
1827
1827
  "use strict";
1828
1828
 
1829
1829
  var t = require("../../types");
@@ -1909,7 +1909,7 @@ each({
1909
1909
  });
1910
1910
  });
1911
1911
 
1912
- },{"../../types":120,"lodash/collection/each":194,"lodash/collection/map":198,"lodash/lang/isNumber":272}],19:[function(require,module,exports){
1912
+ },{"../../types":119,"lodash/collection/each":194,"lodash/collection/map":198,"lodash/lang/isNumber":273}],19:[function(require,module,exports){
1913
1913
  "use strict";
1914
1914
 
1915
1915
  module.exports = Position;
@@ -1998,7 +1998,7 @@ SourceMap.prototype.mark = function (node, type) {
1998
1998
  });
1999
1999
  };
2000
2000
 
2001
- },{"../types":120,"source-map":307}],21:[function(require,module,exports){
2001
+ },{"../types":119,"source-map":309}],21:[function(require,module,exports){
2002
2002
  "use strict";
2003
2003
 
2004
2004
  module.exports = Whitespace;
@@ -2130,7 +2130,6 @@ module.exports = function cloneDeep(obj) {
2130
2130
  },{}],23:[function(require,module,exports){
2131
2131
  // syntax highlighting based on https://github.com/dominictarr/ansi-highlight by the fantastic Dominic Tarr
2132
2132
 
2133
- var supportsColor = require("supports-color");
2134
2133
  var tokenize = require("js-tokenizer");
2135
2134
  var chalk = require("chalk");
2136
2135
  var util = require("../util");
@@ -2173,7 +2172,7 @@ var highlight = function (text) {
2173
2172
  module.exports = function (lines, lineNumber, colNumber) {
2174
2173
  colNumber = Math.max(colNumber, 0);
2175
2174
 
2176
- if (supportsColor) {
2175
+ if (chalk.supportsColor) {
2177
2176
  lines = highlight(lines);
2178
2177
  }
2179
2178
 
@@ -2208,47 +2207,7 @@ module.exports = function (lines, lineNumber, colNumber) {
2208
2207
  }).join("\n");
2209
2208
  };
2210
2209
 
2211
- },{"../util":122,"chalk":165,"js-tokenizer":187,"supports-color":318}],24:[function(require,module,exports){
2212
- // taken from stackoverflow, it's crap i know.
2213
-
2214
- module.exports = function (a, b) {
2215
- if (a.length === 0) return b.length;
2216
- if (b.length === 0) return a.length;
2217
-
2218
- var matrix = [];
2219
-
2220
- // increment along the first column of each row
2221
- var i;
2222
- for (i = 0; i <= b.length; i++) {
2223
- matrix[i] = [i];
2224
- }
2225
-
2226
- // increment each column in the first row
2227
- var j;
2228
- for (j = 0; j <= a.length; j++) {
2229
- matrix[0][j] = j;
2230
- }
2231
-
2232
- // Fill in the rest of the matrix
2233
- for (i = 1; i <= b.length; i++) {
2234
- for (j = 1; j <= a.length; j++) {
2235
- if (b.charAt(i - 1) == a.charAt(j - 1)) {
2236
- matrix[i][j] = matrix[i - 1][j - 1];
2237
- } else {
2238
- matrix[i][j] = Math.min(
2239
- matrix[i - 1][j - 1] + 1, // substitution
2240
- Math.min(
2241
- matrix[i][j - 1] + 1, // insertion
2242
- matrix[i - 1][j] + 1) // deletion
2243
- );
2244
- }
2245
- }
2246
- }
2247
-
2248
- return matrix[b.length][a.length];
2249
- };
2250
-
2251
- },{}],25:[function(require,module,exports){
2210
+ },{"../util":121,"chalk":164,"js-tokenizer":186}],24:[function(require,module,exports){
2252
2211
  var t = require("../types");
2253
2212
 
2254
2213
  module.exports = function (ast, comments, tokens) {
@@ -2259,14 +2218,14 @@ module.exports = function (ast, comments, tokens) {
2259
2218
  }
2260
2219
  };
2261
2220
 
2262
- },{"../types":120}],26:[function(require,module,exports){
2221
+ },{"../types":119}],25:[function(require,module,exports){
2263
2222
  "use strict";
2264
2223
 
2265
2224
  module.exports = function () {
2266
2225
  return Object.create(null);
2267
2226
  };
2268
2227
 
2269
- },{}],27:[function(require,module,exports){
2228
+ },{}],26:[function(require,module,exports){
2270
2229
  var normalizeAst = require("./normalize-ast");
2271
2230
  var estraverse = require("estraverse");
2272
2231
  var codeFrame = require("./code-frame");
@@ -2317,7 +2276,7 @@ module.exports = function (opts, code, callback) {
2317
2276
  }
2318
2277
  };
2319
2278
 
2320
- },{"./code-frame":23,"./normalize-ast":25,"acorn-babel":123,"estraverse":180}],28:[function(require,module,exports){
2279
+ },{"./code-frame":23,"./normalize-ast":24,"acorn-babel":122,"estraverse":179}],27:[function(require,module,exports){
2321
2280
  "use strict";
2322
2281
 
2323
2282
  /**
@@ -2336,7 +2295,7 @@ module.exports = function toFastProperties(obj) {
2336
2295
  eval(obj);
2337
2296
  };
2338
2297
 
2339
- },{}],29:[function(require,module,exports){
2298
+ },{}],28:[function(require,module,exports){
2340
2299
  var util = require("util");
2341
2300
 
2342
2301
  exports.messages = {
@@ -2348,7 +2307,7 @@ exports.messages = {
2348
2307
  scopeDuplicateDeclaration: "Duplicate declaration $1",
2349
2308
  undeclaredVariable: "Reference to undeclared variable $1",
2350
2309
  undeclaredVariableSuggestion: "Reference to undeclared variable $1 - did you mean $2?",
2351
- settersInvalidParamLength: "Setters must have only one parameter",
2310
+ settersInvalidParamLength: "Setters must have exactly one parameter",
2352
2311
  noAssignmentsInForHead: "No assignments allowed in for-in/of head",
2353
2312
  expectedMemberExpressionOrIdentifier: "Expected type MemeberExpression or Identifier",
2354
2313
  invalidParentForThisNode: "We don't know how to handle this node within the current parent - please open an issue",
@@ -2387,7 +2346,7 @@ exports.parseArgs = function (args) {
2387
2346
  });
2388
2347
  };
2389
2348
 
2390
- },{"util":164}],30:[function(require,module,exports){
2349
+ },{"util":163}],29:[function(require,module,exports){
2391
2350
  "use strict";
2392
2351
 
2393
2352
  var extend = require("lodash/object/extend");
@@ -2454,25 +2413,26 @@ def("BindFunctionExpression")
2454
2413
 
2455
2414
  types.finalize();
2456
2415
 
2457
- },{"./types":120,"ast-types":137,"estraverse":180,"lodash/object/extend":281}],31:[function(require,module,exports){
2416
+ },{"./types":119,"ast-types":136,"estraverse":179,"lodash/object/extend":282}],30:[function(require,module,exports){
2458
2417
  "use strict";
2459
2418
 
2460
2419
  module.exports = File;
2461
2420
 
2462
2421
  var SHEBANG_REGEX = /^\#\!.*/;
2463
2422
 
2464
- var isFunction = require("lodash/lang/isFunction");
2465
- var transform = require("./index");
2466
- var generate = require("../generation");
2467
- var defaults = require("lodash/object/defaults");
2468
- var includes = require("lodash/collection/includes");
2469
- var clone = require("../helpers/clone");
2470
- var parse = require("../helpers/parse");
2471
- var Scope = require("../traversal/scope");
2472
- var util = require("../util");
2473
- var path = require("path");
2474
- var each = require("lodash/collection/each");
2475
- var t = require("../types");
2423
+ var sourceMapToComment = require("source-map-to-comment");
2424
+ var isFunction = require("lodash/lang/isFunction");
2425
+ var transform = require("./index");
2426
+ var generate = require("../generation");
2427
+ var defaults = require("lodash/object/defaults");
2428
+ var includes = require("lodash/collection/includes");
2429
+ var clone = require("../helpers/clone");
2430
+ var parse = require("../helpers/parse");
2431
+ var Scope = require("../traversal/scope");
2432
+ var util = require("../util");
2433
+ var path = require("path");
2434
+ var each = require("lodash/collection/each");
2435
+ var t = require("../types");
2476
2436
 
2477
2437
  function File(opts) {
2478
2438
  this.dynamicImportedNoDefault = [];
@@ -2911,14 +2871,14 @@ File.prototype.generate = function () {
2911
2871
  }
2912
2872
 
2913
2873
  if (opts.sourceMap === "inline") {
2914
- result.code += "\n" + util.sourceMapToComment(result.map);
2874
+ result.code += "\n" + sourceMapToComment(result.map);
2915
2875
  result.map = null;
2916
2876
  }
2917
2877
 
2918
2878
  return result;
2919
2879
  };
2920
2880
 
2921
- },{"../generation":15,"../helpers/clone":22,"../helpers/parse":27,"../traversal/scope":117,"../types":120,"../util":122,"./index":43,"lodash/collection/each":194,"lodash/collection/includes":197,"lodash/lang/isFunction":270,"lodash/object/defaults":280,"path":147}],32:[function(require,module,exports){
2881
+ },{"../generation":15,"../helpers/clone":22,"../helpers/parse":26,"../traversal/scope":116,"../types":119,"../util":121,"./index":42,"lodash/collection/each":194,"lodash/collection/includes":197,"lodash/lang/isFunction":271,"lodash/object/defaults":281,"path":146,"source-map-to-comment":308}],31:[function(require,module,exports){
2922
2882
  "use strict";
2923
2883
 
2924
2884
  var explode = require("./explode-assignable-expression");
@@ -2966,7 +2926,7 @@ module.exports = function (exports, opts) {
2966
2926
  };
2967
2927
  };
2968
2928
 
2969
- },{"../../types":120,"./explode-assignable-expression":37}],33:[function(require,module,exports){
2929
+ },{"../../types":119,"./explode-assignable-expression":36}],32:[function(require,module,exports){
2970
2930
  "use strict";
2971
2931
 
2972
2932
  var t = require("../../types");
@@ -2993,7 +2953,7 @@ module.exports = function build(node, buildBody) {
2993
2953
  );
2994
2954
  };
2995
2955
 
2996
- },{"../../types":120}],34:[function(require,module,exports){
2956
+ },{"../../types":119}],33:[function(require,module,exports){
2997
2957
  "use strict";
2998
2958
 
2999
2959
  var explode = require("./explode-assignable-expression");
@@ -3042,7 +3002,7 @@ module.exports = function (exports, opts) {
3042
3002
  };
3043
3003
  };
3044
3004
 
3045
- },{"../../types":120,"./explode-assignable-expression":37}],35:[function(require,module,exports){
3005
+ },{"../../types":119,"./explode-assignable-expression":36}],34:[function(require,module,exports){
3046
3006
  "use strict";
3047
3007
 
3048
3008
  // Based upon the excellent jsx-transpiler by Ingvar Stepanyan (RReverser)
@@ -3328,7 +3288,7 @@ module.exports = function (exports, opts) {
3328
3288
  };
3329
3289
  };
3330
3290
 
3331
- },{"../../messages":29,"../../types":120,"./react":39,"esutils":184,"lodash/lang/isString":276}],36:[function(require,module,exports){
3291
+ },{"../../messages":28,"../../types":119,"./react":38,"esutils":183,"lodash/lang/isString":277}],35:[function(require,module,exports){
3332
3292
  var cloneDeep = require("lodash/lang/cloneDeep");
3333
3293
  var traverse = require("../../traversal");
3334
3294
  var clone = require("lodash/lang/clone");
@@ -3403,7 +3363,7 @@ exports.build = function (mutatorMap) {
3403
3363
  return objExpr;
3404
3364
  };
3405
3365
 
3406
- },{"../../traversal":115,"../../types":120,"lodash/collection/each":194,"lodash/lang/clone":264,"lodash/lang/cloneDeep":265,"lodash/object/has":282}],37:[function(require,module,exports){
3366
+ },{"../../traversal":114,"../../types":119,"lodash/collection/each":194,"lodash/lang/clone":265,"lodash/lang/cloneDeep":266,"lodash/object/has":283}],36:[function(require,module,exports){
3407
3367
  "use strict";
3408
3368
 
3409
3369
  var t = require("../../types");
@@ -3478,7 +3438,7 @@ module.exports = function (node, nodes, file, scope, allowedSingleIdent) {
3478
3438
  };
3479
3439
  };
3480
3440
 
3481
- },{"../../types":120}],38:[function(require,module,exports){
3441
+ },{"../../types":119}],37:[function(require,module,exports){
3482
3442
  "use strict";
3483
3443
 
3484
3444
  var util = require("../../util");
@@ -3533,7 +3493,7 @@ exports.property = function (node, file, scope) {
3533
3493
  }
3534
3494
  };
3535
3495
 
3536
- },{"../../types":120,"../../util":122}],39:[function(require,module,exports){
3496
+ },{"../../types":119,"../../util":121}],38:[function(require,module,exports){
3537
3497
  var t = require("../../types");
3538
3498
 
3539
3499
  var isCreateClassCallExpression = t.buildMatchMemberExpression("React.createClass");
@@ -3561,7 +3521,7 @@ exports.isCompatTag = function (tagName) {
3561
3521
  return tagName && /^[a-z]|\-/.test(tagName);
3562
3522
  };
3563
3523
 
3564
- },{"../../types":120}],40:[function(require,module,exports){
3524
+ },{"../../types":119}],39:[function(require,module,exports){
3565
3525
  "use strict";
3566
3526
 
3567
3527
  var t = require("../../types");
@@ -3603,7 +3563,7 @@ module.exports = function (node, callId, scope) {
3603
3563
  }
3604
3564
  };
3605
3565
 
3606
- },{"../../types":120}],41:[function(require,module,exports){
3566
+ },{"../../types":119}],40:[function(require,module,exports){
3607
3567
  "use strict";
3608
3568
 
3609
3569
  module.exports = ReplaceSupers;
@@ -3908,7 +3868,7 @@ var isSuper = function (node, parent) {
3908
3868
  return t.isIdentifier(node, { name: "super" }) && t.isReferenced(node, parent);
3909
3869
  };
3910
3870
 
3911
- },{"../../messages":29,"../../types":120}],42:[function(require,module,exports){
3871
+ },{"../../messages":28,"../../types":119}],41:[function(require,module,exports){
3912
3872
  "use strict";
3913
3873
 
3914
3874
  var t = require("../../types");
@@ -3931,7 +3891,7 @@ exports.wrap = function (node, callback) {
3931
3891
  }
3932
3892
  };
3933
3893
 
3934
- },{"../../types":120}],43:[function(require,module,exports){
3894
+ },{"../../types":119}],42:[function(require,module,exports){
3935
3895
  "use strict";
3936
3896
 
3937
3897
  module.exports = transform;
@@ -4006,7 +3966,7 @@ each(rawTransformers, function (transformer, key) {
4006
3966
  transform.transformers[key] = new Transformer(key, transformer);
4007
3967
  });
4008
3968
 
4009
- },{"../helpers/normalize-ast":25,"../helpers/object":26,"./file":31,"./modules":52,"./transformer":57,"./transformers":83,"./transformers/deprecated":58,"lodash/collection/each":194}],44:[function(require,module,exports){
3969
+ },{"../helpers/normalize-ast":24,"../helpers/object":25,"./file":30,"./modules":51,"./transformer":56,"./transformers":82,"./transformers/deprecated":57,"lodash/collection/each":194}],43:[function(require,module,exports){
4010
3970
  "use strict";
4011
3971
 
4012
3972
  module.exports = DefaultFormatter;
@@ -4301,7 +4261,7 @@ DefaultFormatter.prototype.exportDeclaration = function (node, nodes) {
4301
4261
  }
4302
4262
  };
4303
4263
 
4304
- },{"../../helpers/object":26,"../../messages":29,"../../types":120,"../../util":122,"lodash/object/extend":281}],45:[function(require,module,exports){
4264
+ },{"../../helpers/object":25,"../../messages":28,"../../types":119,"../../util":121,"lodash/object/extend":282}],44:[function(require,module,exports){
4305
4265
  "use strict";
4306
4266
 
4307
4267
  var util = require("../../util");
@@ -4317,12 +4277,12 @@ module.exports = function (Parent) {
4317
4277
  return Constructor;
4318
4278
  };
4319
4279
 
4320
- },{"../../util":122}],46:[function(require,module,exports){
4280
+ },{"../../util":121}],45:[function(require,module,exports){
4321
4281
  "use strict";
4322
4282
 
4323
4283
  module.exports = require("./_strict")(require("./amd"));
4324
4284
 
4325
- },{"./_strict":45,"./amd":47}],47:[function(require,module,exports){
4285
+ },{"./_strict":44,"./amd":46}],46:[function(require,module,exports){
4326
4286
  "use strict";
4327
4287
 
4328
4288
  module.exports = AMDFormatter;
@@ -4432,7 +4392,7 @@ AMDFormatter.prototype.exportDeclaration = function (node) {
4432
4392
  CommonFormatter.prototype.exportDeclaration.apply(this, arguments);
4433
4393
  };
4434
4394
 
4435
- },{"../../types":120,"../../util":122,"./_default":44,"./common":50,"lodash/collection/includes":197,"lodash/object/values":286}],48:[function(require,module,exports){
4395
+ },{"../../types":119,"../../util":121,"./_default":43,"./common":49,"lodash/collection/includes":197,"lodash/object/values":287}],47:[function(require,module,exports){
4436
4396
  "use strict";
4437
4397
 
4438
4398
  module.exports = CommonStandardFormatter;
@@ -4447,12 +4407,12 @@ function CommonStandardFormatter() {
4447
4407
 
4448
4408
  util.inherits(CommonStandardFormatter, CommonStrictFormatter);
4449
4409
 
4450
- },{"../../util":122,"./common-strict":49}],49:[function(require,module,exports){
4410
+ },{"../../util":121,"./common-strict":48}],48:[function(require,module,exports){
4451
4411
  "use strict";
4452
4412
 
4453
4413
  module.exports = require("./_strict")(require("./common"));
4454
4414
 
4455
- },{"./_strict":45,"./common":50}],50:[function(require,module,exports){
4415
+ },{"./_strict":44,"./common":49}],49:[function(require,module,exports){
4456
4416
  "use strict";
4457
4417
 
4458
4418
  module.exports = CommonJSFormatter;
@@ -4558,7 +4518,7 @@ CommonJSFormatter.prototype._getExternalReference = function (node, nodes) {
4558
4518
  }
4559
4519
  };
4560
4520
 
4561
- },{"../../types":120,"../../util":122,"./_default":44,"lodash/collection/includes":197}],51:[function(require,module,exports){
4521
+ },{"../../types":119,"../../util":121,"./_default":43,"lodash/collection/includes":197}],50:[function(require,module,exports){
4562
4522
  "use strict";
4563
4523
 
4564
4524
  module.exports = IgnoreFormatter;
@@ -4580,7 +4540,7 @@ IgnoreFormatter.prototype.exportSpecifier = function () {
4580
4540
 
4581
4541
  };
4582
4542
 
4583
- },{"../../types":120}],52:[function(require,module,exports){
4543
+ },{"../../types":119}],51:[function(require,module,exports){
4584
4544
  module.exports = {
4585
4545
  commonStandard: require("./common-standard"),
4586
4546
  commonStrict: require("./common-strict"),
@@ -4593,7 +4553,7 @@ module.exports = {
4593
4553
  umd: require("./umd")
4594
4554
  };
4595
4555
 
4596
- },{"./amd":47,"./amd-strict":46,"./common":50,"./common-standard":48,"./common-strict":49,"./ignore":51,"./system":53,"./umd":55,"./umd-strict":54}],53:[function(require,module,exports){
4556
+ },{"./amd":46,"./amd-strict":45,"./common":49,"./common-standard":47,"./common-strict":48,"./ignore":50,"./system":52,"./umd":54,"./umd-strict":53}],52:[function(require,module,exports){
4597
4557
  "use strict";
4598
4558
 
4599
4559
  module.exports = SystemFormatter;
@@ -4796,12 +4756,12 @@ SystemFormatter.prototype.transform = function (program) {
4796
4756
  program.body = [runner];
4797
4757
  };
4798
4758
 
4799
- },{"../../types":120,"../../util":122,"../helpers/use-strict":42,"./_default":44,"./amd":47,"lodash/array/last":190,"lodash/collection/each":194,"lodash/collection/map":198}],54:[function(require,module,exports){
4759
+ },{"../../types":119,"../../util":121,"../helpers/use-strict":41,"./_default":43,"./amd":46,"lodash/array/last":190,"lodash/collection/each":194,"lodash/collection/map":198}],53:[function(require,module,exports){
4800
4760
  "use strict";
4801
4761
 
4802
4762
  module.exports = require("./_strict")(require("./umd"));
4803
4763
 
4804
- },{"./_strict":45,"./umd":55}],55:[function(require,module,exports){
4764
+ },{"./_strict":44,"./umd":54}],54:[function(require,module,exports){
4805
4765
  "use strict";
4806
4766
 
4807
4767
  module.exports = UMDFormatter;
@@ -4876,7 +4836,7 @@ UMDFormatter.prototype.transform = function (program) {
4876
4836
  program.body = [t.expressionStatement(call)];
4877
4837
  };
4878
4838
 
4879
- },{"../../types":120,"../../util":122,"./amd":47,"lodash/object/values":286}],56:[function(require,module,exports){
4839
+ },{"../../types":119,"../../util":121,"./amd":46,"lodash/object/values":287}],55:[function(require,module,exports){
4880
4840
  module.exports = TransformerPass;
4881
4841
 
4882
4842
  var includes = require("lodash/collection/includes");
@@ -4941,7 +4901,7 @@ TransformerPass.prototype.transform = function () {
4941
4901
  file.scope.traverse(file.ast, this.handlers, file);
4942
4902
  };
4943
4903
 
4944
- },{"lodash/collection/includes":197}],57:[function(require,module,exports){
4904
+ },{"lodash/collection/includes":197}],56:[function(require,module,exports){
4945
4905
  "use strict";
4946
4906
 
4947
4907
  module.exports = Transformer;
@@ -5018,10 +4978,10 @@ Transformer.prototype.buildPass = function (file) {
5018
4978
  return new TransformerPass(file, this);
5019
4979
  };
5020
4980
 
5021
- },{"../helpers/clone":22,"../traversal":115,"./transformer-pass":56,"lodash/collection/each":194,"lodash/lang/isFunction":270,"lodash/lang/isObject":273}],58:[function(require,module,exports){
4981
+ },{"../helpers/clone":22,"../traversal":114,"./transformer-pass":55,"lodash/collection/each":194,"lodash/lang/isFunction":271,"lodash/lang/isObject":274}],57:[function(require,module,exports){
5022
4982
  module.exports={}
5023
4983
 
5024
- },{}],59:[function(require,module,exports){
4984
+ },{}],58:[function(require,module,exports){
5025
4985
  "use strict";
5026
4986
 
5027
4987
  var t = require("../../../types");
@@ -5039,7 +4999,7 @@ exports.MemberExpression = function (node) {
5039
4999
  }
5040
5000
  };
5041
5001
 
5042
- },{"../../../types":120}],60:[function(require,module,exports){
5002
+ },{"../../../types":119}],59:[function(require,module,exports){
5043
5003
  "use strict";
5044
5004
 
5045
5005
  var t = require("../../../types");
@@ -5056,7 +5016,7 @@ exports.Property = function (node) {
5056
5016
  }
5057
5017
  };
5058
5018
 
5059
- },{"../../../types":120}],61:[function(require,module,exports){
5019
+ },{"../../../types":119}],60:[function(require,module,exports){
5060
5020
  "use strict";
5061
5021
 
5062
5022
  var defineMap = require("../../helpers/define-map");
@@ -5088,7 +5048,7 @@ exports.ObjectExpression = function (node) {
5088
5048
  );
5089
5049
  };
5090
5050
 
5091
- },{"../../../types":120,"../../helpers/define-map":36}],62:[function(require,module,exports){
5051
+ },{"../../../types":119,"../../helpers/define-map":35}],61:[function(require,module,exports){
5092
5052
  "use strict";
5093
5053
 
5094
5054
  var t = require("../../../types");
@@ -5105,7 +5065,7 @@ exports.ArrowFunctionExpression = function (node) {
5105
5065
  return node;
5106
5066
  };
5107
5067
 
5108
- },{"../../../types":120}],63:[function(require,module,exports){
5068
+ },{"../../../types":119}],62:[function(require,module,exports){
5109
5069
  "use strict";
5110
5070
 
5111
5071
  var t = require("../../../types");
@@ -5152,7 +5112,7 @@ exports.BlockStatement = function (node, parent, scope, file) {
5152
5112
  scope.traverse(node, visitor, state);
5153
5113
  };
5154
5114
 
5155
- },{"../../../types":120}],64:[function(require,module,exports){
5115
+ },{"../../../types":119}],63:[function(require,module,exports){
5156
5116
  "use strict";
5157
5117
 
5158
5118
  var traverse = require("../../../traversal");
@@ -5713,7 +5673,7 @@ BlockScoping.prototype.buildHas = function (ret, call) {
5713
5673
  }
5714
5674
  };
5715
5675
 
5716
- },{"../../../helpers/object":26,"../../../traversal":115,"../../../types":120,"../../../util":122,"lodash/object/extend":281,"lodash/object/values":286}],65:[function(require,module,exports){
5676
+ },{"../../../helpers/object":25,"../../../traversal":114,"../../../types":119,"../../../util":121,"lodash/object/extend":282,"lodash/object/values":287}],64:[function(require,module,exports){
5717
5677
  "use strict";
5718
5678
 
5719
5679
  var ReplaceSupers = require("../../helpers/replace-supers");
@@ -6011,7 +5971,7 @@ ClassTransformer.prototype.pushConstructor = function (method) {
6011
5971
  construct.body.body = construct.body.body.concat(fn.body.body);
6012
5972
  };
6013
5973
 
6014
- },{"../../../messages":29,"../../../types":120,"../../../util":122,"../../helpers/define-map":36,"../../helpers/name-method":38,"../../helpers/replace-supers":41}],66:[function(require,module,exports){
5974
+ },{"../../../messages":28,"../../../types":119,"../../../util":121,"../../helpers/define-map":35,"../../helpers/name-method":37,"../../helpers/replace-supers":40}],65:[function(require,module,exports){
6015
5975
  "use strict";
6016
5976
 
6017
5977
  var messages = require("../../../messages");
@@ -6063,7 +6023,7 @@ exports.VariableDeclaration = function (node) {
6063
6023
  if (node.kind === "const") node.kind = "let";
6064
6024
  };
6065
6025
 
6066
- },{"../../../messages":29,"../../../types":120}],67:[function(require,module,exports){
6026
+ },{"../../../messages":28,"../../../types":119}],66:[function(require,module,exports){
6067
6027
  "use strict";
6068
6028
 
6069
6029
  var messages = require("../../../messages");
@@ -6468,7 +6428,7 @@ exports.VariableDeclaration = function (node, parent, scope, file) {
6468
6428
  return nodes;
6469
6429
  };
6470
6430
 
6471
- },{"../../../messages":29,"../../../types":120}],68:[function(require,module,exports){
6431
+ },{"../../../messages":28,"../../../types":119}],67:[function(require,module,exports){
6472
6432
  "use strict";
6473
6433
 
6474
6434
  var messages = require("../../../messages");
@@ -6576,7 +6536,7 @@ var spec = function (node, parent, scope, file) {
6576
6536
  };
6577
6537
  };
6578
6538
 
6579
- },{"../../../messages":29,"../../../types":120,"../../../util":122}],69:[function(require,module,exports){
6539
+ },{"../../../messages":28,"../../../types":119,"../../../util":121}],68:[function(require,module,exports){
6580
6540
  "use strict";
6581
6541
 
6582
6542
  var t = require("../../../types");
@@ -6630,7 +6590,7 @@ exports.ExportDeclaration = function (node, parent, scope, file) {
6630
6590
  return nodes;
6631
6591
  };
6632
6592
 
6633
- },{"../../../types":120,"../internal/modules":89}],70:[function(require,module,exports){
6593
+ },{"../../../types":119,"../internal/modules":88}],69:[function(require,module,exports){
6634
6594
  "use strict";
6635
6595
 
6636
6596
  var ReplaceSupers = require("../../helpers/replace-supers");
@@ -6666,7 +6626,7 @@ exports.Property = function (node, parent, scope, file) {
6666
6626
  }
6667
6627
  };
6668
6628
 
6669
- },{"../../../types":120,"../../helpers/replace-supers":41}],71:[function(require,module,exports){
6629
+ },{"../../../types":119,"../../helpers/replace-supers":40}],70:[function(require,module,exports){
6670
6630
  "use strict";
6671
6631
 
6672
6632
  var util = require("../../../util");
@@ -6772,7 +6732,7 @@ exports.Function = function (node, parent, scope, file) {
6772
6732
  }
6773
6733
  };
6774
6734
 
6775
- },{"../../../types":120,"../../../util":122}],72:[function(require,module,exports){
6735
+ },{"../../../types":119,"../../../util":121}],71:[function(require,module,exports){
6776
6736
  "use strict";
6777
6737
 
6778
6738
  var util = require("../../../util");
@@ -6850,7 +6810,7 @@ exports.Function = function (node, parent, scope) {
6850
6810
  node.body.body.unshift(loop);
6851
6811
  };
6852
6812
 
6853
- },{"../../../types":120,"../../../util":122}],73:[function(require,module,exports){
6813
+ },{"../../../types":119,"../../../util":121}],72:[function(require,module,exports){
6854
6814
  "use strict";
6855
6815
 
6856
6816
  var t = require("../../../types");
@@ -6904,7 +6864,7 @@ var loose = function (node, body, objId) {
6904
6864
  body.push(t.expressionStatement(
6905
6865
  t.assignmentExpression(
6906
6866
  "=",
6907
- t.memberExpression(objId, prop.key, prop.computed),
6867
+ t.memberExpression(objId, prop.key, prop.computed || t.isLiteral(prop.key)),
6908
6868
  prop.value
6909
6869
  )
6910
6870
  ));
@@ -6981,7 +6941,7 @@ var spec = function (node, body, objId, initProps, file) {
6981
6941
  }
6982
6942
  };
6983
6943
 
6984
- },{"../../../types":120}],74:[function(require,module,exports){
6944
+ },{"../../../types":119}],73:[function(require,module,exports){
6985
6945
  "use strict";
6986
6946
 
6987
6947
  var nameMethod = require("../../helpers/name-method");
@@ -7004,7 +6964,7 @@ exports.Property = function (node, parent, scope, file) {
7004
6964
  }
7005
6965
  };
7006
6966
 
7007
- },{"../../../types":120,"../../helpers/name-method":38,"lodash/lang/clone":264}],75:[function(require,module,exports){
6967
+ },{"../../../types":119,"../../helpers/name-method":37,"lodash/lang/clone":265}],74:[function(require,module,exports){
7008
6968
  "use strict";
7009
6969
 
7010
6970
  var includes = require("lodash/collection/includes");
@@ -7139,7 +7099,7 @@ exports.NewExpression = function (node, parent, scope, file) {
7139
7099
  }
7140
7100
  };
7141
7101
 
7142
- },{"../../../types":120,"lodash/collection/includes":197}],76:[function(require,module,exports){
7102
+ },{"../../../types":119,"lodash/collection/includes":197}],75:[function(require,module,exports){
7143
7103
  "use strict";
7144
7104
 
7145
7105
  var reduceRight = require("lodash/collection/reduceRight");
@@ -7508,7 +7468,7 @@ exports.Function = function (node, parent, scope, file) {
7508
7468
  tailCall.run();
7509
7469
  };
7510
7470
 
7511
- },{"../../../messages":29,"../../../types":120,"../../../util":122,"lodash/array/flatten":189,"lodash/collection/map":198,"lodash/collection/reduceRight":199}],77:[function(require,module,exports){
7471
+ },{"../../../messages":28,"../../../types":119,"../../../util":121,"lodash/array/flatten":189,"lodash/collection/map":198,"lodash/collection/reduceRight":199}],76:[function(require,module,exports){
7512
7472
  "use strict";
7513
7473
 
7514
7474
  var t = require("../../../types");
@@ -7576,7 +7536,7 @@ exports.TemplateLiteral = function (node) {
7576
7536
  }
7577
7537
  };
7578
7538
 
7579
- },{"../../../types":120}],78:[function(require,module,exports){
7539
+ },{"../../../types":119}],77:[function(require,module,exports){
7580
7540
  "use strict";
7581
7541
 
7582
7542
  var rewritePattern = require("regexpu/rewrite-pattern");
@@ -7599,7 +7559,7 @@ exports.Literal = function (node) {
7599
7559
  regex.flags = flags.join("");
7600
7560
  };
7601
7561
 
7602
- },{"../../../types":120,"lodash/array/pull":191,"regexpu/rewrite-pattern":306}],79:[function(require,module,exports){
7562
+ },{"../../../types":119,"lodash/array/pull":191,"regexpu/rewrite-pattern":307}],78:[function(require,module,exports){
7603
7563
  "use strict";
7604
7564
 
7605
7565
  // https://github.com/zenparsing/es-abstract-refs
@@ -7714,7 +7674,7 @@ exports.PrivateDeclaration = function (node) {
7714
7674
  }));
7715
7675
  };
7716
7676
 
7717
- },{"../../../types":120,"../../../util":122}],80:[function(require,module,exports){
7677
+ },{"../../../types":119,"../../../util":121}],79:[function(require,module,exports){
7718
7678
  "use strict";
7719
7679
 
7720
7680
  var buildComprehension = require("../../helpers/build-comprehension");
@@ -7771,7 +7731,7 @@ var array = function (node, parent, scope, file) {
7771
7731
  return container;
7772
7732
  };
7773
7733
 
7774
- },{"../../../traversal":115,"../../../types":120,"../../../util":122,"../../helpers/build-comprehension":33}],81:[function(require,module,exports){
7734
+ },{"../../../traversal":114,"../../../types":119,"../../../util":121,"../../helpers/build-comprehension":32}],80:[function(require,module,exports){
7775
7735
  "use strict";
7776
7736
 
7777
7737
  // https://github.com/rwaldron/exponentiation-operator
@@ -7791,7 +7751,7 @@ build(exports, {
7791
7751
  }
7792
7752
  });
7793
7753
 
7794
- },{"../../../types":120,"../../helpers/build-binary-assignment-operator-transformer":32}],82:[function(require,module,exports){
7754
+ },{"../../../types":119,"../../helpers/build-binary-assignment-operator-transformer":31}],81:[function(require,module,exports){
7795
7755
  "use strict";
7796
7756
 
7797
7757
  // https://github.com/sebmarkbage/ecmascript-rest-spread
@@ -7844,7 +7804,7 @@ exports.ObjectExpression = function (node, parent, scope, file) {
7844
7804
  return t.callExpression(file.addHelper("extends"), args);
7845
7805
  };
7846
7806
 
7847
- },{"../../../types":120}],83:[function(require,module,exports){
7807
+ },{"../../../types":119}],82:[function(require,module,exports){
7848
7808
  module.exports = {
7849
7809
  useStrict: require("./other/use-strict"),
7850
7810
 
@@ -7952,7 +7912,7 @@ module.exports = {
7952
7912
  _cleanUp: require("./internal/cleanup")
7953
7913
  };
7954
7914
 
7955
- },{"./es3/member-expression-literals":59,"./es3/property-literals":60,"./es5/properties.mutators":61,"./es6/arrow-functions":62,"./es6/block-scoping":64,"./es6/block-scoping-tdz":63,"./es6/classes":65,"./es6/constants":66,"./es6/destructuring":67,"./es6/for-of":68,"./es6/modules":69,"./es6/object-super":70,"./es6/parameters.default":71,"./es6/parameters.rest":72,"./es6/properties.computed":73,"./es6/properties.shorthand":74,"./es6/spread":75,"./es6/tail-call":76,"./es6/template-literals":77,"./es6/unicode-regex":78,"./es7/abstract-references":79,"./es7/comprehensions":80,"./es7/exponentiation-operator":81,"./es7/object-rest-spread":82,"./internal/alias-functions":84,"./internal/block-hoist":85,"./internal/cleanup":86,"./internal/declarations":87,"./internal/module-formatter":88,"./internal/modules":89,"./minification/dead-code-elimination":90,"./minification/remove-console-calls":91,"./minification/remove-debugger":92,"./minification/rename-local-variables":93,"./other/async-to-generator":94,"./other/bluebird-coroutines":95,"./other/flow":96,"./other/react":98,"./other/react-compat":97,"./other/regenerator":99,"./other/self-contained":100,"./other/use-strict":101,"./playground/mallet-operator":102,"./playground/memoization-operator":103,"./playground/method-binding":104,"./playground/object-getter-memoization":105,"./spec/block-scoped-functions":106,"./spec/proto-to-assign":107,"./spec/typeof-symbol":108,"./spec/undefined-to-void":109,"./validation/no-for-in-of-assignment":110,"./validation/react":111,"./validation/setters":112,"./validation/undeclared-variable-check":113}],84:[function(require,module,exports){
7915
+ },{"./es3/member-expression-literals":58,"./es3/property-literals":59,"./es5/properties.mutators":60,"./es6/arrow-functions":61,"./es6/block-scoping":63,"./es6/block-scoping-tdz":62,"./es6/classes":64,"./es6/constants":65,"./es6/destructuring":66,"./es6/for-of":67,"./es6/modules":68,"./es6/object-super":69,"./es6/parameters.default":70,"./es6/parameters.rest":71,"./es6/properties.computed":72,"./es6/properties.shorthand":73,"./es6/spread":74,"./es6/tail-call":75,"./es6/template-literals":76,"./es6/unicode-regex":77,"./es7/abstract-references":78,"./es7/comprehensions":79,"./es7/exponentiation-operator":80,"./es7/object-rest-spread":81,"./internal/alias-functions":83,"./internal/block-hoist":84,"./internal/cleanup":85,"./internal/declarations":86,"./internal/module-formatter":87,"./internal/modules":88,"./minification/dead-code-elimination":89,"./minification/remove-console-calls":90,"./minification/remove-debugger":91,"./minification/rename-local-variables":92,"./other/async-to-generator":93,"./other/bluebird-coroutines":94,"./other/flow":95,"./other/react":97,"./other/react-compat":96,"./other/regenerator":98,"./other/self-contained":99,"./other/use-strict":100,"./playground/mallet-operator":101,"./playground/memoization-operator":102,"./playground/method-binding":103,"./playground/object-getter-memoization":104,"./spec/block-scoped-functions":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}],83:[function(require,module,exports){
7956
7916
  "use strict";
7957
7917
 
7958
7918
  var t = require("../../../types");
@@ -8046,7 +8006,7 @@ exports.FunctionExpression = function (node, parent, scope) {
8046
8006
  }, node, scope);
8047
8007
  };
8048
8008
 
8049
- },{"../../../types":120}],85:[function(require,module,exports){
8009
+ },{"../../../types":119}],84:[function(require,module,exports){
8050
8010
  "use strict";
8051
8011
 
8052
8012
  var useStrict = require("../../helpers/use-strict");
@@ -8084,14 +8044,14 @@ exports.Program = {
8084
8044
  }
8085
8045
  };
8086
8046
 
8087
- },{"../../helpers/use-strict":42,"lodash/array/flatten":189,"lodash/collection/groupBy":196,"lodash/object/values":286}],86:[function(require,module,exports){
8047
+ },{"../../helpers/use-strict":41,"lodash/array/flatten":189,"lodash/collection/groupBy":196,"lodash/object/values":287}],85:[function(require,module,exports){
8088
8048
  exports.SequenceExpression = function (node) {
8089
8049
  if (node.expressions.length === 1) {
8090
8050
  return node.expressions[0];
8091
8051
  }
8092
8052
  };
8093
8053
 
8094
- },{}],87:[function(require,module,exports){
8054
+ },{}],86:[function(require,module,exports){
8095
8055
  "use strict";
8096
8056
 
8097
8057
  var useStrict = require("../../helpers/use-strict");
@@ -8129,7 +8089,7 @@ exports.Program = function (node, parent, scope, file) {
8129
8089
  node._declarations = null;
8130
8090
  };
8131
8091
 
8132
- },{"../../../types":120,"../../helpers/use-strict":42}],88:[function(require,module,exports){
8092
+ },{"../../../types":119,"../../helpers/use-strict":41}],87:[function(require,module,exports){
8133
8093
  "use strict";
8134
8094
 
8135
8095
  var useStrict = require("../../helpers/use-strict");
@@ -8146,7 +8106,7 @@ exports.Program = function (program, parent, scope, file) {
8146
8106
  }
8147
8107
  };
8148
8108
 
8149
- },{"../../helpers/use-strict":42}],89:[function(require,module,exports){
8109
+ },{"../../helpers/use-strict":41}],88:[function(require,module,exports){
8150
8110
  "use strict";
8151
8111
 
8152
8112
  // in this transformer we have to split up classes and function declarations
@@ -8201,7 +8161,7 @@ exports.ExportDeclaration = function (node, parent, scope) {
8201
8161
  }
8202
8162
  };
8203
8163
 
8204
- },{"../../../types":120}],90:[function(require,module,exports){
8164
+ },{"../../../types":119}],89:[function(require,module,exports){
8205
8165
  var t = require("../../../types");
8206
8166
 
8207
8167
  exports.optional = true;
@@ -8279,7 +8239,7 @@ exports.IfStatement = {
8279
8239
  }
8280
8240
  };
8281
8241
 
8282
- },{"../../../types":120}],91:[function(require,module,exports){
8242
+ },{"../../../types":119}],90:[function(require,module,exports){
8283
8243
  "use strict";
8284
8244
 
8285
8245
  var t = require("../../../types");
@@ -8298,7 +8258,7 @@ exports.CallExpression = function (node, parent) {
8298
8258
  }
8299
8259
  };
8300
8260
 
8301
- },{"../../../types":120}],92:[function(require,module,exports){
8261
+ },{"../../../types":119}],91:[function(require,module,exports){
8302
8262
  var t = require("../../../types");
8303
8263
 
8304
8264
  exports.optional = true;
@@ -8309,7 +8269,7 @@ exports.ExpressionStatement = function (node) {
8309
8269
  }
8310
8270
  };
8311
8271
 
8312
- },{"../../../types":120}],93:[function(require,module,exports){
8272
+ },{"../../../types":119}],92:[function(require,module,exports){
8313
8273
  //var t = require("../../../types");
8314
8274
 
8315
8275
  exports.optional = true;
@@ -8320,7 +8280,7 @@ exports.Scopable = function () {
8320
8280
  //}
8321
8281
  };
8322
8282
 
8323
- },{}],94:[function(require,module,exports){
8283
+ },{}],93:[function(require,module,exports){
8324
8284
  "use strict";
8325
8285
 
8326
8286
  var remapAsyncToGenerator = require("../../helpers/remap-async-to-generator");
@@ -8336,7 +8296,7 @@ exports.Function = function (node, parent, scope, file) {
8336
8296
  return remapAsyncToGenerator(node, file.addHelper("async-to-generator"), scope);
8337
8297
  };
8338
8298
 
8339
- },{"../../helpers/remap-async-to-generator":40,"./bluebird-coroutines":95}],95:[function(require,module,exports){
8299
+ },{"../../helpers/remap-async-to-generator":39,"./bluebird-coroutines":94}],94:[function(require,module,exports){
8340
8300
  "use strict";
8341
8301
 
8342
8302
  var remapAsyncToGenerator = require("../../helpers/remap-async-to-generator");
@@ -8359,7 +8319,7 @@ exports.Function = function (node, parent, scope, file) {
8359
8319
  );
8360
8320
  };
8361
8321
 
8362
- },{"../../../types":120,"../../helpers/remap-async-to-generator":40}],96:[function(require,module,exports){
8322
+ },{"../../../types":119,"../../helpers/remap-async-to-generator":39}],95:[function(require,module,exports){
8363
8323
  var t = require("../../../types");
8364
8324
 
8365
8325
  exports.TypeCastExpression = function (node) {
@@ -8374,7 +8334,7 @@ exports.ExportDeclaration = function (node) {
8374
8334
  if (t.isTypeAlias(node.declaration)) this.remove();
8375
8335
  };
8376
8336
 
8377
- },{"../../../types":120}],97:[function(require,module,exports){
8337
+ },{"../../../types":119}],96:[function(require,module,exports){
8378
8338
  "use strict";
8379
8339
 
8380
8340
  var react = require("../../helpers/react");
@@ -8405,7 +8365,7 @@ require("../../helpers/build-react-transformer")(exports, {
8405
8365
  }
8406
8366
  });
8407
8367
 
8408
- },{"../../../types":120,"../../helpers/build-react-transformer":35,"../../helpers/react":39}],98:[function(require,module,exports){
8368
+ },{"../../../types":119,"../../helpers/build-react-transformer":34,"../../helpers/react":38}],97:[function(require,module,exports){
8409
8369
  "use strict";
8410
8370
 
8411
8371
  var react = require("../../helpers/react");
@@ -8427,7 +8387,7 @@ require("../../helpers/build-react-transformer")(exports, {
8427
8387
  }
8428
8388
  });
8429
8389
 
8430
- },{"../../../types":120,"../../helpers/build-react-transformer":35,"../../helpers/react":39}],99:[function(require,module,exports){
8390
+ },{"../../../types":119,"../../helpers/build-react-transformer":34,"../../helpers/react":38}],98:[function(require,module,exports){
8431
8391
  "use strict";
8432
8392
 
8433
8393
  var regenerator = require("regenerator-babel");
@@ -8444,7 +8404,7 @@ exports.Program = {
8444
8404
  }
8445
8405
  };
8446
8406
 
8447
- },{"../../../types":120,"regenerator-babel":298}],100:[function(require,module,exports){
8407
+ },{"../../../types":119,"regenerator-babel":299}],99:[function(require,module,exports){
8448
8408
  "use strict";
8449
8409
 
8450
8410
  var includes = require("lodash/collection/includes");
@@ -8548,7 +8508,7 @@ exports.Identifier = function (node, parent, scope, file) {
8548
8508
  }
8549
8509
  };
8550
8510
 
8551
- },{"../../../types":120,"../../../util":122,"core-js/library":173,"lodash/collection/includes":197,"lodash/object/has":282}],101:[function(require,module,exports){
8511
+ },{"../../../types":119,"../../../util":121,"core-js/library":172,"lodash/collection/includes":197,"lodash/object/has":283}],100:[function(require,module,exports){
8552
8512
  "use strict";
8553
8513
 
8554
8514
  var useStrict = require("../../helpers/use-strict");
@@ -8569,7 +8529,7 @@ exports.ThisExpression = function () {
8569
8529
  return t.identifier("undefined");
8570
8530
  };
8571
8531
 
8572
- },{"../../../types":120,"../../helpers/use-strict":42}],102:[function(require,module,exports){
8532
+ },{"../../../types":119,"../../helpers/use-strict":41}],101:[function(require,module,exports){
8573
8533
  "use strict";
8574
8534
 
8575
8535
  var messages = require("../../../messages");
@@ -8595,7 +8555,7 @@ build(exports, {
8595
8555
  }
8596
8556
  });
8597
8557
 
8598
- },{"../../../messages":29,"../../../types":120,"../../helpers/build-conditional-assignment-operator-transformer":34}],103:[function(require,module,exports){
8558
+ },{"../../../messages":28,"../../../types":119,"../../helpers/build-conditional-assignment-operator-transformer":33}],102:[function(require,module,exports){
8599
8559
  "use strict";
8600
8560
 
8601
8561
  var build = require("../../helpers/build-conditional-assignment-operator-transformer");
@@ -8622,7 +8582,7 @@ build(exports, {
8622
8582
  }
8623
8583
  });
8624
8584
 
8625
- },{"../../../types":120,"../../helpers/build-conditional-assignment-operator-transformer":34}],104:[function(require,module,exports){
8585
+ },{"../../../types":119,"../../helpers/build-conditional-assignment-operator-transformer":33}],103:[function(require,module,exports){
8626
8586
  "use strict";
8627
8587
 
8628
8588
  var t = require("../../../types");
@@ -8669,7 +8629,7 @@ exports.BindFunctionExpression = function (node, parent, scope) {
8669
8629
  ]);
8670
8630
  };
8671
8631
 
8672
- },{"../../../types":120}],105:[function(require,module,exports){
8632
+ },{"../../../types":119}],104:[function(require,module,exports){
8673
8633
  "use strict";
8674
8634
 
8675
8635
  var t = require("../../../types");
@@ -8714,7 +8674,7 @@ exports.MethodDefinition = function (node, parent, scope, file) {
8714
8674
  return node;
8715
8675
  };
8716
8676
 
8717
- },{"../../../types":120}],106:[function(require,module,exports){
8677
+ },{"../../../types":119}],105:[function(require,module,exports){
8718
8678
  "use strict";
8719
8679
 
8720
8680
  var t = require("../../../types");
@@ -8744,7 +8704,7 @@ exports.BlockStatement = function (node, parent, scope, file) {
8744
8704
  }
8745
8705
  };
8746
8706
 
8747
- },{"../../../types":120}],107:[function(require,module,exports){
8707
+ },{"../../../types":119}],106:[function(require,module,exports){
8748
8708
  "use strict";
8749
8709
 
8750
8710
  var t = require("../../../types");
@@ -8808,7 +8768,7 @@ exports.ObjectExpression = function (node, parent, scope, file) {
8808
8768
  }
8809
8769
  };
8810
8770
 
8811
- },{"../../../types":120,"lodash/array/pull":191}],108:[function(require,module,exports){
8771
+ },{"../../../types":119,"lodash/array/pull":191}],107:[function(require,module,exports){
8812
8772
  "use strict";
8813
8773
 
8814
8774
  var t = require("../../../types");
@@ -8833,7 +8793,7 @@ exports.UnaryExpression = function (node, parent, scope, file) {
8833
8793
  }
8834
8794
  };
8835
8795
 
8836
- },{"../../../types":120}],109:[function(require,module,exports){
8796
+ },{"../../../types":119}],108:[function(require,module,exports){
8837
8797
  "use strict";
8838
8798
 
8839
8799
  var t = require("../../../types");
@@ -8846,7 +8806,7 @@ exports.Identifier = function (node, parent) {
8846
8806
  }
8847
8807
  };
8848
8808
 
8849
- },{"../../../types":120}],110:[function(require,module,exports){
8809
+ },{"../../../types":119}],109:[function(require,module,exports){
8850
8810
  "use strict";
8851
8811
 
8852
8812
  var messages = require("../../../messages");
@@ -8863,7 +8823,7 @@ exports.ForOfStatement = function (node, parent, scope, file) {
8863
8823
  }
8864
8824
  };
8865
8825
 
8866
- },{"../../../messages":29,"../../../types":120}],111:[function(require,module,exports){
8826
+ },{"../../../messages":28,"../../../types":119}],110:[function(require,module,exports){
8867
8827
  var messages = require("../../../messages");
8868
8828
  var t = require("../../../types");
8869
8829
 
@@ -8890,7 +8850,7 @@ exports.ExportDeclaration = function (node, parent, scope, file) {
8890
8850
  check(node.source, file);
8891
8851
  };
8892
8852
 
8893
- },{"../../../messages":29,"../../../types":120}],112:[function(require,module,exports){
8853
+ },{"../../../messages":28,"../../../types":119}],111:[function(require,module,exports){
8894
8854
  "use strict";
8895
8855
 
8896
8856
  var messages = require("../../../messages");
@@ -8906,10 +8866,10 @@ exports.Property = function (node, parent, scope, file) {
8906
8866
  }
8907
8867
  };
8908
8868
 
8909
- },{"../../../messages":29}],113:[function(require,module,exports){
8869
+ },{"../../../messages":28}],112:[function(require,module,exports){
8910
8870
  "use strict";
8911
8871
 
8912
- var levenshtein = require("../../../helpers/levenshtein");
8872
+ var levenshtein = require("leven");
8913
8873
  var messages = require("../../../messages");
8914
8874
  var t = require("../../../types");
8915
8875
 
@@ -8948,7 +8908,7 @@ exports.Identifier = function (node, parent, scope, file) {
8948
8908
  throw file.errorWithNode(node, msg, ReferenceError);
8949
8909
  };
8950
8910
 
8951
- },{"../../../helpers/levenshtein":24,"../../../messages":29,"../../../types":120}],114:[function(require,module,exports){
8911
+ },{"../../../messages":28,"../../../types":119,"leven":187}],113:[function(require,module,exports){
8952
8912
  "use strict";
8953
8913
 
8954
8914
  module.exports = TraversalContext;
@@ -9004,7 +8964,7 @@ TraversalContext.prototype.visit = function (node, key) {
9004
8964
  }
9005
8965
  };
9006
8966
 
9007
- },{"./path":116,"lodash/array/compact":188,"lodash/array/flatten":189}],115:[function(require,module,exports){
8967
+ },{"./path":115,"lodash/array/compact":188,"lodash/array/flatten":189}],114:[function(require,module,exports){
9008
8968
  "use strict";
9009
8969
 
9010
8970
  module.exports = traverse;
@@ -9127,7 +9087,7 @@ traverse.hasType = function (tree, scope, type, blacklistTypes) {
9127
9087
  return state.has;
9128
9088
  };
9129
9089
 
9130
- },{"../types":120,"./context":114,"lodash/collection/includes":197}],116:[function(require,module,exports){
9090
+ },{"../types":119,"./context":113,"lodash/collection/includes":197}],115:[function(require,module,exports){
9131
9091
  "use strict";
9132
9092
 
9133
9093
  module.exports = TraversalPath;
@@ -9285,7 +9245,7 @@ TraversalPath.prototype.visit = function () {
9285
9245
  return this.shouldStop;
9286
9246
  };
9287
9247
 
9288
- },{"../types":120,"./index":115,"./scope":117,"lodash/collection/includes":197}],117:[function(require,module,exports){
9248
+ },{"../types":119,"./index":114,"./scope":116,"lodash/collection/includes":197}],116:[function(require,module,exports){
9289
9249
  "use strict";
9290
9250
 
9291
9251
  module.exports = Scope;
@@ -9933,7 +9893,7 @@ Scope.prototype.parentHasBinding = function (name) {
9933
9893
  return this.parent && this.parent.hasBinding(name);
9934
9894
  };
9935
9895
 
9936
- },{"../helpers/object":26,"../messages":29,"../types":120,"./index":115,"globals":186,"lodash/array/flatten":189,"lodash/collection/each":194,"lodash/collection/includes":197,"lodash/object/defaults":280,"lodash/object/extend":281}],118:[function(require,module,exports){
9896
+ },{"../helpers/object":25,"../messages":28,"../types":119,"./index":114,"globals":185,"lodash/array/flatten":189,"lodash/collection/each":194,"lodash/collection/includes":197,"lodash/object/defaults":281,"lodash/object/extend":282}],117:[function(require,module,exports){
9937
9897
  module.exports={
9938
9898
  "ExpressionStatement": ["Statement"],
9939
9899
  "BreakStatement": ["Statement"],
@@ -10020,7 +9980,7 @@ module.exports={
10020
9980
  "JSXSpreadAttribute": ["JSX"]
10021
9981
  }
10022
9982
 
10023
- },{}],119:[function(require,module,exports){
9983
+ },{}],118:[function(require,module,exports){
10024
9984
  module.exports={
10025
9985
  "ArrayExpression": {
10026
9986
  "elements": null
@@ -10190,7 +10150,7 @@ module.exports={
10190
10150
  }
10191
10151
  }
10192
10152
 
10193
- },{}],120:[function(require,module,exports){
10153
+ },{}],119:[function(require,module,exports){
10194
10154
  "use strict";
10195
10155
 
10196
10156
  var toFastProperties = require("../helpers/to-fast-properties");
@@ -10997,7 +10957,7 @@ t.isScope = function (node, parent) {
10997
10957
  toFastProperties(t);
10998
10958
  toFastProperties(t.VISITOR_KEYS);
10999
10959
 
11000
- },{"../helpers/object":26,"../helpers/to-fast-properties":28,"./alias-keys":118,"./builder-keys":119,"./visitor-keys":121,"esutils":184,"lodash/array/compact":188,"lodash/array/uniq":192,"lodash/collection/each":194,"lodash/lang/isString":276}],121:[function(require,module,exports){
10960
+ },{"../helpers/object":25,"../helpers/to-fast-properties":27,"./alias-keys":117,"./builder-keys":118,"./visitor-keys":120,"esutils":183,"lodash/array/compact":188,"lodash/array/uniq":192,"lodash/collection/each":194,"lodash/lang/isString":277}],120:[function(require,module,exports){
11001
10961
  module.exports={
11002
10962
  "ArrayExpression": ["elements"],
11003
10963
  "ArrayPattern": ["elements"],
@@ -11115,8 +11075,8 @@ module.exports={
11115
11075
  "JSXSpreadAttribute": ["argument"]
11116
11076
  }
11117
11077
 
11118
- },{}],122:[function(require,module,exports){
11119
- (function (Buffer,__dirname){
11078
+ },{}],121:[function(require,module,exports){
11079
+ (function (__dirname){
11120
11080
  "use strict";
11121
11081
 
11122
11082
  require("./patch");
@@ -11195,12 +11155,6 @@ exports.isAbsolute = function (loc) {
11195
11155
  return false;
11196
11156
  };
11197
11157
 
11198
- exports.sourceMapToComment = function (map) {
11199
- var json = JSON.stringify(map);
11200
- var base64 = new Buffer(json).toString("base64");
11201
- return "//# sourceMappingURL=data:application/json;base64," + base64;
11202
- };
11203
-
11204
11158
  var templateVisitor = {
11205
11159
  enter: function (node, parent, scope, nodes) {
11206
11160
  if (t.isExpressionStatement(node)) {
@@ -11286,8 +11240,8 @@ try {
11286
11240
  exports.templates = loadTemplates();
11287
11241
  }
11288
11242
 
11289
- }).call(this,require("buffer").Buffer,"/lib/babel")
11290
- },{"../../templates.json":320,"./helpers/parse":27,"./patch":30,"./traversal":115,"./types":120,"buffer":140,"debug/node":175,"fs":138,"lodash/collection/contains":193,"lodash/collection/each":194,"lodash/lang/cloneDeep":265,"lodash/lang/isEmpty":269,"lodash/lang/isNumber":272,"lodash/lang/isRegExp":275,"lodash/lang/isString":276,"lodash/object/has":282,"path":147,"util":164}],123:[function(require,module,exports){
11243
+ }).call(this,"/lib/babel")
11244
+ },{"../../templates.json":321,"./helpers/parse":26,"./patch":29,"./traversal":114,"./types":119,"debug/node":174,"fs":137,"lodash/collection/contains":193,"lodash/collection/each":194,"lodash/lang/cloneDeep":266,"lodash/lang/isEmpty":270,"lodash/lang/isNumber":273,"lodash/lang/isRegExp":276,"lodash/lang/isString":277,"lodash/object/has":283,"path":146,"util":163}],122:[function(require,module,exports){
11291
11245
  // Acorn is a tiny, fast JavaScript parser written in JavaScript.
11292
11246
  //
11293
11247
  // Acorn was written by Marijn Haverbeke and various contributors and
@@ -16087,7 +16041,7 @@ switch(str.length){case 5:switch(str){case "break":case "catch":case "throw":cas
16087
16041
  }
16088
16042
  });
16089
16043
 
16090
- },{}],124:[function(require,module,exports){
16044
+ },{}],123:[function(require,module,exports){
16091
16045
  var types = require("../lib/types");
16092
16046
  var Type = types.Type;
16093
16047
  var def = Type.def;
@@ -16470,7 +16424,7 @@ def("Line")
16470
16424
  .bases("Comment")
16471
16425
  .build("value", /*optional:*/ "leading", "trailing");
16472
16426
 
16473
- },{"../lib/shared":135,"../lib/types":136}],125:[function(require,module,exports){
16427
+ },{"../lib/shared":134,"../lib/types":135}],124:[function(require,module,exports){
16474
16428
  require("./core");
16475
16429
  var types = require("../lib/types");
16476
16430
  var def = types.Type.def;
@@ -16559,7 +16513,7 @@ def("XMLProcessingInstruction")
16559
16513
  .field("target", isString)
16560
16514
  .field("contents", or(isString, null));
16561
16515
 
16562
- },{"../lib/types":136,"./core":124}],126:[function(require,module,exports){
16516
+ },{"../lib/types":135,"./core":123}],125:[function(require,module,exports){
16563
16517
  require("./core");
16564
16518
  var types = require("../lib/types");
16565
16519
  var def = types.Type.def;
@@ -16798,7 +16752,7 @@ def("TemplateElement")
16798
16752
  .field("value", {"cooked": isString, "raw": isString})
16799
16753
  .field("tail", isBoolean);
16800
16754
 
16801
- },{"../lib/shared":135,"../lib/types":136,"./core":124}],127:[function(require,module,exports){
16755
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],126:[function(require,module,exports){
16802
16756
  require("./core");
16803
16757
  var types = require("../lib/types");
16804
16758
  var def = types.Type.def;
@@ -16838,7 +16792,7 @@ def("AwaitExpression")
16838
16792
  .field("argument", or(def("Expression"), null))
16839
16793
  .field("all", isBoolean, defaults["false"]);
16840
16794
 
16841
- },{"../lib/shared":135,"../lib/types":136,"./core":124}],128:[function(require,module,exports){
16795
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],127:[function(require,module,exports){
16842
16796
  require("./core");
16843
16797
  var types = require("../lib/types");
16844
16798
  var def = types.Type.def;
@@ -17134,7 +17088,7 @@ def("DeclareModule")
17134
17088
  .field("id", or(def("Identifier"), def("Literal")))
17135
17089
  .field("body", def("BlockStatement"));
17136
17090
 
17137
- },{"../lib/shared":135,"../lib/types":136,"./core":124}],129:[function(require,module,exports){
17091
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],128:[function(require,module,exports){
17138
17092
  require("./core");
17139
17093
  var types = require("../lib/types");
17140
17094
  var def = types.Type.def;
@@ -17175,7 +17129,7 @@ def("GraphIndexExpression")
17175
17129
  .build("index")
17176
17130
  .field("index", geq(0));
17177
17131
 
17178
- },{"../lib/shared":135,"../lib/types":136,"./core":124}],130:[function(require,module,exports){
17132
+ },{"../lib/shared":134,"../lib/types":135,"./core":123}],129:[function(require,module,exports){
17179
17133
  var assert = require("assert");
17180
17134
  var types = require("../main");
17181
17135
  var getFieldNames = types.getFieldNames;
@@ -17355,7 +17309,7 @@ function objectsAreEquivalent(a, b, problemPath) {
17355
17309
 
17356
17310
  module.exports = astNodesAreEquivalent;
17357
17311
 
17358
- },{"../main":137,"assert":139}],131:[function(require,module,exports){
17312
+ },{"../main":136,"assert":138}],130:[function(require,module,exports){
17359
17313
  var assert = require("assert");
17360
17314
  var types = require("./types");
17361
17315
  var n = types.namedTypes;
@@ -17806,7 +17760,7 @@ function cleanUpIfStatementAfterPrune(ifStatement) {
17806
17760
 
17807
17761
  module.exports = NodePath;
17808
17762
 
17809
- },{"./path":133,"./scope":134,"./types":136,"assert":139,"util":164}],132:[function(require,module,exports){
17763
+ },{"./path":132,"./scope":133,"./types":135,"assert":138,"util":163}],131:[function(require,module,exports){
17810
17764
  var assert = require("assert");
17811
17765
  var types = require("./types");
17812
17766
  var NodePath = require("./node-path");
@@ -18163,7 +18117,7 @@ sharedContextProtoMethods.abort = function abort() {
18163
18117
 
18164
18118
  module.exports = PathVisitor;
18165
18119
 
18166
- },{"./node-path":131,"./types":136,"assert":139}],133:[function(require,module,exports){
18120
+ },{"./node-path":130,"./types":135,"assert":138}],132:[function(require,module,exports){
18167
18121
  var assert = require("assert");
18168
18122
  var Op = Object.prototype;
18169
18123
  var hasOwn = Op.hasOwnProperty;
@@ -18513,7 +18467,7 @@ Pp.replace = function replace(replacement) {
18513
18467
 
18514
18468
  module.exports = Path;
18515
18469
 
18516
- },{"./types":136,"assert":139}],134:[function(require,module,exports){
18470
+ },{"./types":135,"assert":138}],133:[function(require,module,exports){
18517
18471
  var assert = require("assert");
18518
18472
  var types = require("./types");
18519
18473
  var Type = types.Type;
@@ -18796,7 +18750,7 @@ Sp.getGlobalScope = function() {
18796
18750
 
18797
18751
  module.exports = Scope;
18798
18752
 
18799
- },{"./node-path":131,"./types":136,"assert":139}],135:[function(require,module,exports){
18753
+ },{"./node-path":130,"./types":135,"assert":138}],134:[function(require,module,exports){
18800
18754
  var types = require("../lib/types");
18801
18755
  var Type = types.Type;
18802
18756
  var builtin = types.builtInTypes;
@@ -18839,7 +18793,7 @@ exports.isPrimitive = new Type(function(value) {
18839
18793
  type === "function");
18840
18794
  }, naiveIsPrimitive.toString());
18841
18795
 
18842
- },{"../lib/types":136}],136:[function(require,module,exports){
18796
+ },{"../lib/types":135}],135:[function(require,module,exports){
18843
18797
  var assert = require("assert");
18844
18798
  var Ap = Array.prototype;
18845
18799
  var slice = Ap.slice;
@@ -19571,7 +19525,7 @@ exports.finalize = function() {
19571
19525
  });
19572
19526
  };
19573
19527
 
19574
- },{"assert":139}],137:[function(require,module,exports){
19528
+ },{"assert":138}],136:[function(require,module,exports){
19575
19529
  var types = require("./lib/types");
19576
19530
 
19577
19531
  // This core module of AST types captures ES5 as it is parsed today by
@@ -19604,9 +19558,9 @@ exports.NodePath = require("./lib/node-path");
19604
19558
  exports.PathVisitor = require("./lib/path-visitor");
19605
19559
  exports.visit = exports.PathVisitor.visit;
19606
19560
 
19607
- },{"./def/core":124,"./def/e4x":125,"./def/es6":126,"./def/es7":127,"./def/fb-harmony":128,"./def/mozilla":129,"./lib/equiv":130,"./lib/node-path":131,"./lib/path-visitor":132,"./lib/types":136}],138:[function(require,module,exports){
19561
+ },{"./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){
19608
19562
 
19609
- },{}],139:[function(require,module,exports){
19563
+ },{}],138:[function(require,module,exports){
19610
19564
  // http://wiki.commonjs.org/wiki/Unit_Testing/1.0
19611
19565
  //
19612
19566
  // THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
@@ -19967,7 +19921,7 @@ var objectKeys = Object.keys || function (obj) {
19967
19921
  return keys;
19968
19922
  };
19969
19923
 
19970
- },{"util/":164}],140:[function(require,module,exports){
19924
+ },{"util/":163}],139:[function(require,module,exports){
19971
19925
  /*!
19972
19926
  * The buffer module from node.js, for the browser.
19973
19927
  *
@@ -21280,7 +21234,7 @@ function decodeUtf8Char (str) {
21280
21234
  }
21281
21235
  }
21282
21236
 
21283
- },{"base64-js":141,"ieee754":142,"is-array":143}],141:[function(require,module,exports){
21237
+ },{"base64-js":140,"ieee754":141,"is-array":142}],140:[function(require,module,exports){
21284
21238
  var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
21285
21239
 
21286
21240
  ;(function (exports) {
@@ -21406,7 +21360,7 @@ var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
21406
21360
  exports.fromByteArray = uint8ToBase64
21407
21361
  }(typeof exports === 'undefined' ? (this.base64js = {}) : exports))
21408
21362
 
21409
- },{}],142:[function(require,module,exports){
21363
+ },{}],141:[function(require,module,exports){
21410
21364
  exports.read = function(buffer, offset, isLE, mLen, nBytes) {
21411
21365
  var e, m,
21412
21366
  eLen = nBytes * 8 - mLen - 1,
@@ -21492,7 +21446,7 @@ exports.write = function(buffer, value, offset, isLE, mLen, nBytes) {
21492
21446
  buffer[offset + i - d] |= s * 128;
21493
21447
  };
21494
21448
 
21495
- },{}],143:[function(require,module,exports){
21449
+ },{}],142:[function(require,module,exports){
21496
21450
 
21497
21451
  /**
21498
21452
  * isArray
@@ -21527,7 +21481,7 @@ module.exports = isArray || function (val) {
21527
21481
  return !! val && '[object Array]' == str.call(val);
21528
21482
  };
21529
21483
 
21530
- },{}],144:[function(require,module,exports){
21484
+ },{}],143:[function(require,module,exports){
21531
21485
  // Copyright Joyent, Inc. and other Node contributors.
21532
21486
  //
21533
21487
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -21830,7 +21784,7 @@ function isUndefined(arg) {
21830
21784
  return arg === void 0;
21831
21785
  }
21832
21786
 
21833
- },{}],145:[function(require,module,exports){
21787
+ },{}],144:[function(require,module,exports){
21834
21788
  if (typeof Object.create === 'function') {
21835
21789
  // implementation from standard node.js 'util' module
21836
21790
  module.exports = function inherits(ctor, superCtor) {
@@ -21855,12 +21809,12 @@ if (typeof Object.create === 'function') {
21855
21809
  }
21856
21810
  }
21857
21811
 
21858
- },{}],146:[function(require,module,exports){
21812
+ },{}],145:[function(require,module,exports){
21859
21813
  module.exports = Array.isArray || function (arr) {
21860
21814
  return Object.prototype.toString.call(arr) == '[object Array]';
21861
21815
  };
21862
21816
 
21863
- },{}],147:[function(require,module,exports){
21817
+ },{}],146:[function(require,module,exports){
21864
21818
  (function (process){
21865
21819
  // Copyright Joyent, Inc. and other Node contributors.
21866
21820
  //
@@ -22088,7 +22042,7 @@ var substr = 'ab'.substr(-1) === 'b'
22088
22042
  ;
22089
22043
 
22090
22044
  }).call(this,require('_process'))
22091
- },{"_process":148}],148:[function(require,module,exports){
22045
+ },{"_process":147}],147:[function(require,module,exports){
22092
22046
  // shim for using process in browser
22093
22047
 
22094
22048
  var process = module.exports = {};
@@ -22147,10 +22101,10 @@ process.chdir = function (dir) {
22147
22101
  };
22148
22102
  process.umask = function() { return 0; };
22149
22103
 
22150
- },{}],149:[function(require,module,exports){
22104
+ },{}],148:[function(require,module,exports){
22151
22105
  module.exports = require("./lib/_stream_duplex.js")
22152
22106
 
22153
- },{"./lib/_stream_duplex.js":150}],150:[function(require,module,exports){
22107
+ },{"./lib/_stream_duplex.js":149}],149:[function(require,module,exports){
22154
22108
  (function (process){
22155
22109
  // Copyright Joyent, Inc. and other Node contributors.
22156
22110
  //
@@ -22243,7 +22197,7 @@ function forEach (xs, f) {
22243
22197
  }
22244
22198
 
22245
22199
  }).call(this,require('_process'))
22246
- },{"./_stream_readable":152,"./_stream_writable":154,"_process":148,"core-util-is":155,"inherits":145}],151:[function(require,module,exports){
22200
+ },{"./_stream_readable":151,"./_stream_writable":153,"_process":147,"core-util-is":154,"inherits":144}],150:[function(require,module,exports){
22247
22201
  // Copyright Joyent, Inc. and other Node contributors.
22248
22202
  //
22249
22203
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -22291,7 +22245,7 @@ PassThrough.prototype._transform = function(chunk, encoding, cb) {
22291
22245
  cb(null, chunk);
22292
22246
  };
22293
22247
 
22294
- },{"./_stream_transform":153,"core-util-is":155,"inherits":145}],152:[function(require,module,exports){
22248
+ },{"./_stream_transform":152,"core-util-is":154,"inherits":144}],151:[function(require,module,exports){
22295
22249
  (function (process){
22296
22250
  // Copyright Joyent, Inc. and other Node contributors.
22297
22251
  //
@@ -23277,7 +23231,7 @@ function indexOf (xs, x) {
23277
23231
  }
23278
23232
 
23279
23233
  }).call(this,require('_process'))
23280
- },{"_process":148,"buffer":140,"core-util-is":155,"events":144,"inherits":145,"isarray":146,"stream":160,"string_decoder/":161}],153:[function(require,module,exports){
23234
+ },{"_process":147,"buffer":139,"core-util-is":154,"events":143,"inherits":144,"isarray":145,"stream":159,"string_decoder/":160}],152:[function(require,module,exports){
23281
23235
  // Copyright Joyent, Inc. and other Node contributors.
23282
23236
  //
23283
23237
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -23489,7 +23443,7 @@ function done(stream, er) {
23489
23443
  return stream.push(null);
23490
23444
  }
23491
23445
 
23492
- },{"./_stream_duplex":150,"core-util-is":155,"inherits":145}],154:[function(require,module,exports){
23446
+ },{"./_stream_duplex":149,"core-util-is":154,"inherits":144}],153:[function(require,module,exports){
23493
23447
  (function (process){
23494
23448
  // Copyright Joyent, Inc. and other Node contributors.
23495
23449
  //
@@ -23879,7 +23833,7 @@ function endWritable(stream, state, cb) {
23879
23833
  }
23880
23834
 
23881
23835
  }).call(this,require('_process'))
23882
- },{"./_stream_duplex":150,"_process":148,"buffer":140,"core-util-is":155,"inherits":145,"stream":160}],155:[function(require,module,exports){
23836
+ },{"./_stream_duplex":149,"_process":147,"buffer":139,"core-util-is":154,"inherits":144,"stream":159}],154:[function(require,module,exports){
23883
23837
  (function (Buffer){
23884
23838
  // Copyright Joyent, Inc. and other Node contributors.
23885
23839
  //
@@ -23989,10 +23943,10 @@ function objectToString(o) {
23989
23943
  return Object.prototype.toString.call(o);
23990
23944
  }
23991
23945
  }).call(this,require("buffer").Buffer)
23992
- },{"buffer":140}],156:[function(require,module,exports){
23946
+ },{"buffer":139}],155:[function(require,module,exports){
23993
23947
  module.exports = require("./lib/_stream_passthrough.js")
23994
23948
 
23995
- },{"./lib/_stream_passthrough.js":151}],157:[function(require,module,exports){
23949
+ },{"./lib/_stream_passthrough.js":150}],156:[function(require,module,exports){
23996
23950
  var Stream = require('stream'); // hack to fix a circular dependency issue when used with browserify
23997
23951
  exports = module.exports = require('./lib/_stream_readable.js');
23998
23952
  exports.Stream = Stream;
@@ -24002,13 +23956,13 @@ exports.Duplex = require('./lib/_stream_duplex.js');
24002
23956
  exports.Transform = require('./lib/_stream_transform.js');
24003
23957
  exports.PassThrough = require('./lib/_stream_passthrough.js');
24004
23958
 
24005
- },{"./lib/_stream_duplex.js":150,"./lib/_stream_passthrough.js":151,"./lib/_stream_readable.js":152,"./lib/_stream_transform.js":153,"./lib/_stream_writable.js":154,"stream":160}],158:[function(require,module,exports){
23959
+ },{"./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){
24006
23960
  module.exports = require("./lib/_stream_transform.js")
24007
23961
 
24008
- },{"./lib/_stream_transform.js":153}],159:[function(require,module,exports){
23962
+ },{"./lib/_stream_transform.js":152}],158:[function(require,module,exports){
24009
23963
  module.exports = require("./lib/_stream_writable.js")
24010
23964
 
24011
- },{"./lib/_stream_writable.js":154}],160:[function(require,module,exports){
23965
+ },{"./lib/_stream_writable.js":153}],159:[function(require,module,exports){
24012
23966
  // Copyright Joyent, Inc. and other Node contributors.
24013
23967
  //
24014
23968
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24137,7 +24091,7 @@ Stream.prototype.pipe = function(dest, options) {
24137
24091
  return dest;
24138
24092
  };
24139
24093
 
24140
- },{"events":144,"inherits":145,"readable-stream/duplex.js":149,"readable-stream/passthrough.js":156,"readable-stream/readable.js":157,"readable-stream/transform.js":158,"readable-stream/writable.js":159}],161:[function(require,module,exports){
24094
+ },{"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){
24141
24095
  // Copyright Joyent, Inc. and other Node contributors.
24142
24096
  //
24143
24097
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24360,7 +24314,7 @@ function base64DetectIncompleteChar(buffer) {
24360
24314
  this.charLength = this.charReceived ? 3 : 0;
24361
24315
  }
24362
24316
 
24363
- },{"buffer":140}],162:[function(require,module,exports){
24317
+ },{"buffer":139}],161:[function(require,module,exports){
24364
24318
  exports.isatty = function () { return false; };
24365
24319
 
24366
24320
  function ReadStream() {
@@ -24373,14 +24327,14 @@ function WriteStream() {
24373
24327
  }
24374
24328
  exports.WriteStream = WriteStream;
24375
24329
 
24376
- },{}],163:[function(require,module,exports){
24330
+ },{}],162:[function(require,module,exports){
24377
24331
  module.exports = function isBuffer(arg) {
24378
24332
  return arg && typeof arg === 'object'
24379
24333
  && typeof arg.copy === 'function'
24380
24334
  && typeof arg.fill === 'function'
24381
24335
  && typeof arg.readUInt8 === 'function';
24382
24336
  }
24383
- },{}],164:[function(require,module,exports){
24337
+ },{}],163:[function(require,module,exports){
24384
24338
  (function (process,global){
24385
24339
  // Copyright Joyent, Inc. and other Node contributors.
24386
24340
  //
@@ -24970,7 +24924,7 @@ function hasOwnProperty(obj, prop) {
24970
24924
  }
24971
24925
 
24972
24926
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
24973
- },{"./support/isBuffer":163,"_process":148,"inherits":145}],165:[function(require,module,exports){
24927
+ },{"./support/isBuffer":162,"_process":147,"inherits":144}],164:[function(require,module,exports){
24974
24928
  'use strict';
24975
24929
  var escapeStringRegexp = require('escape-string-regexp');
24976
24930
  var ansiStyles = require('ansi-styles');
@@ -25067,7 +25021,7 @@ if (chalk.enabled === undefined) {
25067
25021
  chalk.enabled = chalk.supportsColor;
25068
25022
  }
25069
25023
 
25070
- },{"ansi-styles":166,"escape-string-regexp":167,"has-ansi":168,"strip-ansi":170,"supports-color":172}],166:[function(require,module,exports){
25024
+ },{"ansi-styles":165,"escape-string-regexp":166,"has-ansi":167,"strip-ansi":169,"supports-color":171}],165:[function(require,module,exports){
25071
25025
  'use strict';
25072
25026
  var styles = module.exports;
25073
25027
 
@@ -25109,7 +25063,7 @@ Object.keys(codes).forEach(function (key) {
25109
25063
  style.close = '\u001b[' + val[1] + 'm';
25110
25064
  });
25111
25065
 
25112
- },{}],167:[function(require,module,exports){
25066
+ },{}],166:[function(require,module,exports){
25113
25067
  'use strict';
25114
25068
 
25115
25069
  var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
@@ -25122,19 +25076,19 @@ module.exports = function (str) {
25122
25076
  return str.replace(matchOperatorsRe, '\\$&');
25123
25077
  };
25124
25078
 
25125
- },{}],168:[function(require,module,exports){
25079
+ },{}],167:[function(require,module,exports){
25126
25080
  'use strict';
25127
25081
  var ansiRegex = require('ansi-regex');
25128
25082
  var re = new RegExp(ansiRegex().source); // remove the `g` flag
25129
25083
  module.exports = re.test.bind(re);
25130
25084
 
25131
- },{"ansi-regex":169}],169:[function(require,module,exports){
25085
+ },{"ansi-regex":168}],168:[function(require,module,exports){
25132
25086
  'use strict';
25133
25087
  module.exports = function () {
25134
25088
  return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
25135
25089
  };
25136
25090
 
25137
- },{}],170:[function(require,module,exports){
25091
+ },{}],169:[function(require,module,exports){
25138
25092
  'use strict';
25139
25093
  var ansiRegex = require('ansi-regex')();
25140
25094
 
@@ -25142,9 +25096,9 @@ module.exports = function (str) {
25142
25096
  return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
25143
25097
  };
25144
25098
 
25145
- },{"ansi-regex":171}],171:[function(require,module,exports){
25146
- arguments[4][169][0].apply(exports,arguments)
25147
- },{"dup":169}],172:[function(require,module,exports){
25099
+ },{"ansi-regex":170}],170:[function(require,module,exports){
25100
+ arguments[4][168][0].apply(exports,arguments)
25101
+ },{"dup":168}],171:[function(require,module,exports){
25148
25102
  (function (process){
25149
25103
  'use strict';
25150
25104
  module.exports = (function () {
@@ -25180,7 +25134,7 @@ module.exports = (function () {
25180
25134
  })();
25181
25135
 
25182
25136
  }).call(this,require('_process'))
25183
- },{"_process":148}],173:[function(require,module,exports){
25137
+ },{"_process":147}],172:[function(require,module,exports){
25184
25138
  /**
25185
25139
  * Core.js 0.5.4
25186
25140
  * https://github.com/zloirock/core-js
@@ -27441,7 +27395,7 @@ $define(GLOBAL + FORCED, {global: global});
27441
27395
  })});
27442
27396
  }({}, global.console || {}, true);
27443
27397
  }(typeof self != 'undefined' && self.Math === Math ? self : Function('return this')(), false);
27444
- },{}],174:[function(require,module,exports){
27398
+ },{}],173:[function(require,module,exports){
27445
27399
 
27446
27400
  /**
27447
27401
  * This is the common logic for both the Node.js and web browser
@@ -27640,7 +27594,7 @@ function coerce(val) {
27640
27594
  return val;
27641
27595
  }
27642
27596
 
27643
- },{"ms":176}],175:[function(require,module,exports){
27597
+ },{"ms":175}],174:[function(require,module,exports){
27644
27598
  (function (process){
27645
27599
 
27646
27600
  /**
@@ -27853,7 +27807,7 @@ function createWritableStdioStream (fd) {
27853
27807
  exports.enable(load());
27854
27808
 
27855
27809
  }).call(this,require('_process'))
27856
- },{"./debug":174,"_process":148,"fs":138,"net":138,"tty":162,"util":164}],176:[function(require,module,exports){
27810
+ },{"./debug":173,"_process":147,"fs":137,"net":137,"tty":161,"util":163}],175:[function(require,module,exports){
27857
27811
  /**
27858
27812
  * Helpers.
27859
27813
  */
@@ -27966,7 +27920,7 @@ function plural(ms, n, name) {
27966
27920
  return Math.ceil(ms / n) + ' ' + name + 's';
27967
27921
  }
27968
27922
 
27969
- },{}],177:[function(require,module,exports){
27923
+ },{}],176:[function(require,module,exports){
27970
27924
  'use strict';
27971
27925
  var repeating = require('repeating');
27972
27926
 
@@ -28087,7 +28041,7 @@ module.exports = function (str) {
28087
28041
  };
28088
28042
  };
28089
28043
 
28090
- },{"repeating":178}],178:[function(require,module,exports){
28044
+ },{"repeating":177}],177:[function(require,module,exports){
28091
28045
  'use strict';
28092
28046
  var isFinite = require('is-finite');
28093
28047
 
@@ -28113,7 +28067,7 @@ module.exports = function (str, n) {
28113
28067
  return ret;
28114
28068
  };
28115
28069
 
28116
- },{"is-finite":179}],179:[function(require,module,exports){
28070
+ },{"is-finite":178}],178:[function(require,module,exports){
28117
28071
  'use strict';
28118
28072
  module.exports = Number.isFinite || function (val) {
28119
28073
  // Number.isNaN() => val !== val
@@ -28124,7 +28078,7 @@ module.exports = Number.isFinite || function (val) {
28124
28078
  return true;
28125
28079
  };
28126
28080
 
28127
- },{}],180:[function(require,module,exports){
28081
+ },{}],179:[function(require,module,exports){
28128
28082
  /*
28129
28083
  Copyright (C) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
28130
28084
  Copyright (C) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
@@ -28969,7 +28923,7 @@ module.exports = Number.isFinite || function (val) {
28969
28923
  }));
28970
28924
  /* vim: set sw=4 ts=4 et tw=80 : */
28971
28925
 
28972
- },{}],181:[function(require,module,exports){
28926
+ },{}],180:[function(require,module,exports){
28973
28927
  /*
28974
28928
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
28975
28929
 
@@ -29115,7 +29069,7 @@ module.exports = Number.isFinite || function (val) {
29115
29069
  }());
29116
29070
  /* vim: set sw=4 ts=4 et tw=80 : */
29117
29071
 
29118
- },{}],182:[function(require,module,exports){
29072
+ },{}],181:[function(require,module,exports){
29119
29073
  /*
29120
29074
  Copyright (C) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
29121
29075
  Copyright (C) 2014 Ivan Nikulin <ifaaan@gmail.com>
@@ -29218,7 +29172,7 @@ module.exports = Number.isFinite || function (val) {
29218
29172
  }());
29219
29173
  /* vim: set sw=4 ts=4 et tw=80 : */
29220
29174
 
29221
- },{}],183:[function(require,module,exports){
29175
+ },{}],182:[function(require,module,exports){
29222
29176
  /*
29223
29177
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
29224
29178
 
@@ -29357,7 +29311,7 @@ module.exports = Number.isFinite || function (val) {
29357
29311
  }());
29358
29312
  /* vim: set sw=4 ts=4 et tw=80 : */
29359
29313
 
29360
- },{"./code":182}],184:[function(require,module,exports){
29314
+ },{"./code":181}],183:[function(require,module,exports){
29361
29315
  /*
29362
29316
  Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
29363
29317
 
@@ -29392,7 +29346,7 @@ module.exports = Number.isFinite || function (val) {
29392
29346
  }());
29393
29347
  /* vim: set sw=4 ts=4 et tw=80 : */
29394
29348
 
29395
- },{"./ast":181,"./code":182,"./keyword":183}],185:[function(require,module,exports){
29349
+ },{"./ast":180,"./code":181,"./keyword":182}],184:[function(require,module,exports){
29396
29350
  module.exports={
29397
29351
  "builtin": {
29398
29352
  "Array": false,
@@ -29461,6 +29415,8 @@ module.exports={
29461
29415
  "applicationCache": false,
29462
29416
  "atob": false,
29463
29417
  "Audio": false,
29418
+ "AudioProcessingEvent": false,
29419
+ "BeforeUnloadEvent": false,
29464
29420
  "Blob": false,
29465
29421
  "blur": false,
29466
29422
  "btoa": false,
@@ -29472,6 +29428,9 @@ module.exports={
29472
29428
  "clearTimeout": false,
29473
29429
  "close": false,
29474
29430
  "closed": false,
29431
+ "CloseEvent": false,
29432
+ "Comment": false,
29433
+ "CompositionEvent": false,
29475
29434
  "confirm": false,
29476
29435
  "console": false,
29477
29436
  "crypto": false,
@@ -29483,19 +29442,26 @@ module.exports={
29483
29442
  "devicePixelRatio": false,
29484
29443
  "dispatchEvent": false,
29485
29444
  "document": false,
29445
+ "Document": false,
29446
+ "DocumentFragment": false,
29486
29447
  "DOMParser": false,
29448
+ "DragEvent": false,
29487
29449
  "Element": false,
29488
29450
  "ElementTimeControl": false,
29489
- "Event": false,
29451
+ "ErrorEvent": false,
29490
29452
  "event": false,
29453
+ "Event": false,
29491
29454
  "FileReader": false,
29492
29455
  "find": false,
29493
29456
  "focus": false,
29457
+ "FocusEvent": false,
29494
29458
  "FormData": false,
29495
29459
  "frameElement": false,
29496
29460
  "frames": false,
29461
+ "GamepadEvent": false,
29497
29462
  "getComputedStyle": false,
29498
29463
  "getSelection": false,
29464
+ "HashChangeEvent": false,
29499
29465
  "history": false,
29500
29466
  "HTMLAnchorElement": false,
29501
29467
  "HTMLBaseElement": false,
@@ -29562,11 +29528,14 @@ module.exports={
29562
29528
  "IDBOpenDBRequest": false,
29563
29529
  "IDBRequest": false,
29564
29530
  "IDBTransaction": false,
29531
+ "IDBVersionChangeEvent": false,
29565
29532
  "Image": false,
29566
29533
  "indexedDB": false,
29567
29534
  "innerHeight": false,
29568
29535
  "innerWidth": false,
29536
+ "InputEvent": false,
29569
29537
  "Intl": false,
29538
+ "KeyboardEvent": false,
29570
29539
  "length": false,
29571
29540
  "localStorage": false,
29572
29541
  "location": false,
@@ -29583,6 +29552,8 @@ module.exports={
29583
29552
  "Node": false,
29584
29553
  "NodeFilter": false,
29585
29554
  "NodeList": false,
29555
+ "Notification": false,
29556
+ "OfflineAudioCompletionEvent": false,
29586
29557
  "onbeforeunload": true,
29587
29558
  "onblur": true,
29588
29559
  "onerror": true,
@@ -29597,12 +29568,16 @@ module.exports={
29597
29568
  "Option": false,
29598
29569
  "outerHeight": false,
29599
29570
  "outerWidth": false,
29571
+ "PageTransitionEvent": false,
29600
29572
  "pageXOffset": false,
29601
29573
  "pageYOffset": false,
29602
29574
  "parent": false,
29575
+ "PopStateEvent": false,
29603
29576
  "postMessage": false,
29604
29577
  "print": false,
29578
+ "ProgressEvent": false,
29605
29579
  "prompt": false,
29580
+ "Range": false,
29606
29581
  "removeEventListener": false,
29607
29582
  "requestAnimationFrame": false,
29608
29583
  "resizeBy": false,
@@ -29624,6 +29599,7 @@ module.exports={
29624
29599
  "showModalDialog": false,
29625
29600
  "status": false,
29626
29601
  "stop": false,
29602
+ "StorageEvent": false,
29627
29603
  "SVGAElement": false,
29628
29604
  "SVGAltGlyphDefElement": false,
29629
29605
  "SVGAltGlyphElement": false,
@@ -29663,6 +29639,7 @@ module.exports={
29663
29639
  "SVGElementInstance": false,
29664
29640
  "SVGElementInstanceList": false,
29665
29641
  "SVGEllipseElement": false,
29642
+ "SVGEvent": false,
29666
29643
  "SVGExternalResourcesRequired": false,
29667
29644
  "SVGFEBlendElement": false,
29668
29645
  "SVGFEColorMatrixElement": false,
@@ -29779,10 +29756,13 @@ module.exports={
29779
29756
  "SVGViewSpec": false,
29780
29757
  "SVGVKernElement": false,
29781
29758
  "SVGZoomAndPan": false,
29759
+ "Text": false,
29782
29760
  "TextDecoder": false,
29783
29761
  "TextEncoder": false,
29784
29762
  "TimeEvent": false,
29785
29763
  "top": false,
29764
+ "TouchEvent": false,
29765
+ "UIEvent": false,
29786
29766
  "URL": false,
29787
29767
  "WebGLActiveInfo": false,
29788
29768
  "WebGLBuffer": false,
@@ -29796,7 +29776,9 @@ module.exports={
29796
29776
  "WebGLTexture": false,
29797
29777
  "WebGLUniformLocation": false,
29798
29778
  "WebSocket": false,
29779
+ "WheelEvent": false,
29799
29780
  "window": false,
29781
+ "Window": false,
29800
29782
  "Worker": false,
29801
29783
  "XDomainRequest": false,
29802
29784
  "XMLHttpRequest": false,
@@ -29814,42 +29796,48 @@ module.exports={
29814
29796
  "self": true
29815
29797
  },
29816
29798
  "node": {
29817
- "__filename": false,
29818
29799
  "__dirname": false,
29800
+ "__filename": false,
29819
29801
  "arguments": false,
29820
29802
  "Buffer": false,
29821
- "DataView": false,
29803
+ "clearImmediate": false,
29804
+ "clearInterval": false,
29805
+ "clearTimeout": false,
29822
29806
  "console": false,
29807
+ "DataView": false,
29823
29808
  "exports": true,
29824
29809
  "GLOBAL": false,
29825
29810
  "global": false,
29826
29811
  "module": false,
29827
29812
  "process": false,
29828
29813
  "require": false,
29829
- "setTimeout": false,
29830
- "clearTimeout": false,
29831
- "setInterval": false,
29832
- "clearInterval": false,
29833
29814
  "setImmediate": false,
29834
- "clearImmediate": false
29815
+ "setInterval": false,
29816
+ "setTimeout": false
29835
29817
  },
29836
29818
  "amd": {
29837
- "require": false,
29838
- "define": false
29819
+ "define": false,
29820
+ "require": false
29839
29821
  },
29840
29822
  "mocha": {
29841
- "describe": false,
29842
- "it": false,
29843
- "before": false,
29844
29823
  "after": false,
29845
- "beforeEach": false,
29846
29824
  "afterEach": false,
29847
- "suite": false,
29848
- "test": false,
29825
+ "before": false,
29826
+ "beforeEach": false,
29827
+ "context": false,
29828
+ "describe": false,
29829
+ "it": false,
29849
29830
  "setup": false,
29850
- "teardown": false,
29831
+ "specify": false,
29832
+ "suite": false,
29851
29833
  "suiteSetup": false,
29852
- "suiteTeardown": false
29834
+ "suiteTeardown": false,
29835
+ "teardown": false,
29836
+ "test": false,
29837
+ "xcontext": false,
29838
+ "xdescribe": false,
29839
+ "xit": false,
29840
+ "xspecify": false
29853
29841
  },
29854
29842
  "jasmine": {
29855
29843
  "afterAll": false,
@@ -29864,6 +29852,7 @@ module.exports={
29864
29852
  "it": false,
29865
29853
  "jasmine": false,
29866
29854
  "pending": false,
29855
+ "runs": false,
29867
29856
  "spyOn": false,
29868
29857
  "waits": false,
29869
29858
  "waitsFor": false,
@@ -29890,35 +29879,37 @@ module.exports={
29890
29879
  "test": false,
29891
29880
  "throws": false
29892
29881
  },
29893
- "phantom": {
29882
+ "phantomjs": {
29883
+ "console": true,
29884
+ "exports": true,
29894
29885
  "phantom": true,
29895
29886
  "require": true,
29896
- "WebPage": true,
29897
- "console": true,
29898
- "exports": true
29887
+ "WebPage": true
29899
29888
  },
29900
29889
  "couch": {
29890
+ "emit": false,
29891
+ "exports": false,
29892
+ "getRow": false,
29893
+ "log": false,
29894
+ "module": false,
29895
+ "provides": false,
29901
29896
  "require": false,
29902
29897
  "respond": false,
29903
- "getRow": false,
29904
- "emit": false,
29905
29898
  "send": false,
29906
29899
  "start": false,
29907
- "sum": false,
29908
- "log": false,
29909
- "exports": false,
29910
- "module": false,
29911
- "provides": false
29900
+ "sum": false
29912
29901
  },
29913
29902
  "rhino": {
29914
29903
  "defineClass": false,
29915
29904
  "deserialize": false,
29916
29905
  "gc": false,
29917
29906
  "help": false,
29907
+ "importClass": false,
29918
29908
  "importPackage": false,
29919
29909
  "java": false,
29920
29910
  "load": false,
29921
29911
  "loadClass": false,
29912
+ "Packages": false,
29922
29913
  "print": false,
29923
29914
  "quit": false,
29924
29915
  "readFile": false,
@@ -29940,8 +29931,8 @@ module.exports={
29940
29931
  "ScriptEngineMajorVersion": true,
29941
29932
  "ScriptEngineMinorVersion": true,
29942
29933
  "VBArray": true,
29943
- "WSH": true,
29944
29934
  "WScript": true,
29935
+ "WSH": true,
29945
29936
  "XDomainRequest": true
29946
29937
  },
29947
29938
  "jquery": {
@@ -29949,52 +29940,59 @@ module.exports={
29949
29940
  "jQuery": false
29950
29941
  },
29951
29942
  "yui": {
29952
- "YUI": false,
29953
29943
  "Y": false,
29944
+ "YUI": false,
29954
29945
  "YUI_config": false
29955
29946
  },
29956
29947
  "shelljs": {
29957
- "target": false,
29958
- "echo": false,
29959
- "exit": false,
29948
+ "cat": false,
29960
29949
  "cd": false,
29961
- "pwd": false,
29962
- "ls": false,
29963
- "find": false,
29950
+ "chmod": false,
29951
+ "config": false,
29964
29952
  "cp": false,
29965
- "rm": false,
29966
- "mv": false,
29967
- "mkdir": false,
29968
- "test": false,
29969
- "cat": false,
29970
- "sed": false,
29971
- "grep": false,
29972
- "which": false,
29973
29953
  "dirs": false,
29974
- "pushd": false,
29975
- "popd": false,
29954
+ "echo": false,
29976
29955
  "env": false,
29977
- "exec": false,
29978
- "chmod": false,
29979
- "config": false,
29980
29956
  "error": false,
29981
- "tempdir": false
29957
+ "exec": false,
29958
+ "exit": false,
29959
+ "find": false,
29960
+ "grep": false,
29961
+ "ls": false,
29962
+ "mkdir": false,
29963
+ "mv": false,
29964
+ "popd": false,
29965
+ "pushd": false,
29966
+ "pwd": false,
29967
+ "rm": false,
29968
+ "sed": false,
29969
+ "target": false,
29970
+ "tempdir": false,
29971
+ "test": false,
29972
+ "which": false
29982
29973
  },
29983
29974
  "prototypejs": {
29984
29975
  "$": false,
29985
29976
  "$$": false,
29986
29977
  "$A": false,
29978
+ "$break": false,
29979
+ "$continue": false,
29987
29980
  "$F": false,
29988
29981
  "$H": false,
29989
29982
  "$R": false,
29990
- "$break": false,
29991
- "$continue": false,
29992
29983
  "$w": false,
29993
29984
  "Abstract": false,
29994
29985
  "Ajax": false,
29986
+ "Autocompleter": false,
29987
+ "Builder": false,
29995
29988
  "Class": false,
29996
- "Enumerable": false,
29989
+ "Control": false,
29990
+ "Draggable": false,
29991
+ "Draggables": false,
29992
+ "Droppables": false,
29993
+ "Effect": false,
29997
29994
  "Element": false,
29995
+ "Enumerable": false,
29998
29996
  "Event": false,
29999
29997
  "Field": false,
30000
29998
  "Form": false,
@@ -30004,28 +30002,88 @@ module.exports={
30004
30002
  "PeriodicalExecuter": false,
30005
30003
  "Position": false,
30006
30004
  "Prototype": false,
30005
+ "Scriptaculous": false,
30007
30006
  "Selector": false,
30008
- "Template": false,
30009
- "Toggle": false,
30010
- "Try": false,
30011
- "Autocompleter": false,
30012
- "Builder": false,
30013
- "Control": false,
30014
- "Draggable": false,
30015
- "Draggables": false,
30016
- "Droppables": false,
30017
- "Effect": false,
30018
30007
  "Sortable": false,
30019
30008
  "SortableObserver": false,
30020
30009
  "Sound": false,
30021
- "Scriptaculous": false
30010
+ "Template": false,
30011
+ "Toggle": false,
30012
+ "Try": false
30013
+ },
30014
+ "meteor": {
30015
+ "$": false,
30016
+ "_": false,
30017
+ "Accounts": false,
30018
+ "App": false,
30019
+ "Assets": false,
30020
+ "Blaze": false,
30021
+ "check": false,
30022
+ "Cordova": false,
30023
+ "DDP": false,
30024
+ "DDPServer": false,
30025
+ "Deps": false,
30026
+ "EJSON": false,
30027
+ "Email": false,
30028
+ "HTTP": false,
30029
+ "Log": false,
30030
+ "Match": false,
30031
+ "Meteor": false,
30032
+ "Mongo": false,
30033
+ "MongoInternals": false,
30034
+ "Npm": false,
30035
+ "Package": false,
30036
+ "Plugin": false,
30037
+ "process": false,
30038
+ "Random": false,
30039
+ "ReactiveDict": false,
30040
+ "ReactiveVar": false,
30041
+ "Router": false,
30042
+ "Session": false,
30043
+ "share": false,
30044
+ "Spacebars": false,
30045
+ "Template": false,
30046
+ "Tinytest": false,
30047
+ "Tracker": false,
30048
+ "UI": false,
30049
+ "Utils": false,
30050
+ "WebApp": false,
30051
+ "WebAppInternals": false
30052
+ },
30053
+ "mongo": {
30054
+ "_isWindows": false,
30055
+ "_rand": false,
30056
+ "BulkWriteResult": false,
30057
+ "cat": false,
30058
+ "cd": false,
30059
+ "connect": false,
30060
+ "db": false,
30061
+ "getHostName": false,
30062
+ "getMemInfo": false,
30063
+ "hostname": false,
30064
+ "listFiles": false,
30065
+ "load": false,
30066
+ "ls": false,
30067
+ "md5sumFile": false,
30068
+ "mkdir": false,
30069
+ "Mongo": false,
30070
+ "ObjectId": false,
30071
+ "PlanCache": false,
30072
+ "pwd": false,
30073
+ "quit": false,
30074
+ "removeFile": false,
30075
+ "rs": false,
30076
+ "sh": false,
30077
+ "UUID": false,
30078
+ "version": false,
30079
+ "WriteResult": false
30022
30080
  }
30023
30081
  }
30024
30082
 
30025
- },{}],186:[function(require,module,exports){
30083
+ },{}],185:[function(require,module,exports){
30026
30084
  module.exports = require('./globals.json');
30027
30085
 
30028
- },{"./globals.json":185}],187:[function(require,module,exports){
30086
+ },{"./globals.json":184}],186:[function(require,module,exports){
30029
30087
  function combine () {
30030
30088
  return new RegExp('('+[].slice.call(arguments).map(function (e) {
30031
30089
  var e = e.toString()
@@ -30100,6 +30158,56 @@ module.exports.type = function (e) {
30100
30158
  return 'invalid'
30101
30159
  }
30102
30160
 
30161
+ },{}],187:[function(require,module,exports){
30162
+ // intentionally commented out as it makes it slower...
30163
+ //'use strict';
30164
+
30165
+ var arr = [];
30166
+ var charCodeCache = [];
30167
+
30168
+ module.exports = function (a, b) {
30169
+ if (a === b) {
30170
+ return 0;
30171
+ }
30172
+
30173
+ var aLen = a.length;
30174
+ var bLen = b.length;
30175
+
30176
+ if (aLen === 0) {
30177
+ return bLen;
30178
+ }
30179
+
30180
+ if (bLen === 0) {
30181
+ return aLen;
30182
+ }
30183
+
30184
+ var bCharCode;
30185
+ var ret;
30186
+ var tmp;
30187
+ var tmp2;
30188
+ var i = 0;
30189
+ var j = 0;
30190
+
30191
+ while (i < aLen) {
30192
+ charCodeCache[i] = a.charCodeAt(i);
30193
+ arr[i] = ++i;
30194
+ }
30195
+
30196
+ while (j < bLen) {
30197
+ bCharCode = b.charCodeAt(j);
30198
+ tmp = j++;
30199
+ ret = j;
30200
+
30201
+ for (i = 0; i < aLen; i++) {
30202
+ tmp2 = bCharCode === charCodeCache[i] ? tmp : tmp + 1;
30203
+ tmp = arr[i];
30204
+ ret = arr[i] = tmp > ret ? tmp2 > ret ? ret + 1 : tmp2 : tmp2 > tmp ? tmp + 1 : tmp2;
30205
+ }
30206
+ }
30207
+
30208
+ return ret;
30209
+ };
30210
+
30103
30211
  },{}],188:[function(require,module,exports){
30104
30212
  /**
30105
30213
  * Creates an array with all falsey values removed. The values `false`, `null`,
@@ -30166,7 +30274,7 @@ function flatten(array, isDeep, guard) {
30166
30274
 
30167
30275
  module.exports = flatten;
30168
30276
 
30169
- },{"../internal/baseFlatten":216,"../internal/isIterateeCall":255}],190:[function(require,module,exports){
30277
+ },{"../internal/baseFlatten":216,"../internal/isIterateeCall":256}],190:[function(require,module,exports){
30170
30278
  /**
30171
30279
  * Gets the last element of `array`.
30172
30280
  *
@@ -30258,6 +30366,10 @@ var baseCallback = require('../internal/baseCallback'),
30258
30366
  * If a property name is provided for `predicate` the created "_.property"
30259
30367
  * style callback returns the property value of the given element.
30260
30368
  *
30369
+ * If value is also provided for `thisArg` the created "_.matchesProperty"
30370
+ * style callback returns `true` for elements that have a matching property
30371
+ * value, else `false`.
30372
+ *
30261
30373
  * If an object is provided for `predicate` the created "_.matches" style
30262
30374
  * callback returns `true` for elements that have the properties of the given
30263
30375
  * object, else `false`.
@@ -30314,7 +30426,7 @@ function uniq(array, isSorted, iteratee, thisArg) {
30314
30426
 
30315
30427
  module.exports = uniq;
30316
30428
 
30317
- },{"../internal/baseCallback":210,"../internal/baseUniq":236,"../internal/isIterateeCall":255,"../internal/sortedUniq":262}],193:[function(require,module,exports){
30429
+ },{"../internal/baseCallback":210,"../internal/baseUniq":237,"../internal/isIterateeCall":256,"../internal/sortedUniq":263}],193:[function(require,module,exports){
30318
30430
  module.exports = require('./includes');
30319
30431
 
30320
30432
  },{"./includes":197}],194:[function(require,module,exports){
@@ -30346,7 +30458,7 @@ var arrayEach = require('../internal/arrayEach'),
30346
30458
  * @returns {Array|Object|string} Returns `collection`.
30347
30459
  * @example
30348
30460
  *
30349
- * _([1, 2, 3]).forEach(function(n) { console.log(n); });
30461
+ * _([1, 2, 3]).forEach(function(n) { console.log(n); }).value();
30350
30462
  * // => logs each value from left to right and returns the array
30351
30463
  *
30352
30464
  * _.forEach({ 'one': 1, 'two': 2, 'three': 3 }, function(n, key) { console.log(n, key); });
@@ -30360,7 +30472,7 @@ function forEach(collection, iteratee, thisArg) {
30360
30472
 
30361
30473
  module.exports = forEach;
30362
30474
 
30363
- },{"../internal/arrayEach":204,"../internal/baseEach":214,"../internal/bindCallback":238,"../lang/isArray":267}],196:[function(require,module,exports){
30475
+ },{"../internal/arrayEach":204,"../internal/baseEach":214,"../internal/bindCallback":239,"../lang/isArray":268}],196:[function(require,module,exports){
30364
30476
  var createAggregator = require('../internal/createAggregator');
30365
30477
 
30366
30478
  /** Used for native method references. */
@@ -30379,6 +30491,10 @@ var hasOwnProperty = objectProto.hasOwnProperty;
30379
30491
  * If a property name is provided for `predicate` the created "_.property"
30380
30492
  * style callback returns the property value of the given element.
30381
30493
  *
30494
+ * If value is also provided for `thisArg` the created "_.matchesProperty"
30495
+ * style callback returns `true` for elements that have a matching property
30496
+ * value, else `false`.
30497
+ *
30382
30498
  * If an object is provided for `predicate` the created "_.matches" style
30383
30499
  * callback returns `true` for elements that have the properties of the given
30384
30500
  * object, else `false`.
@@ -30414,7 +30530,7 @@ var groupBy = createAggregator(function(result, value, key) {
30414
30530
 
30415
30531
  module.exports = groupBy;
30416
30532
 
30417
- },{"../internal/createAggregator":243}],197:[function(require,module,exports){
30533
+ },{"../internal/createAggregator":244}],197:[function(require,module,exports){
30418
30534
  var baseIndexOf = require('../internal/baseIndexOf'),
30419
30535
  isArray = require('../lang/isArray'),
30420
30536
  isLength = require('../internal/isLength'),
@@ -30477,7 +30593,7 @@ function includes(collection, target, fromIndex) {
30477
30593
 
30478
30594
  module.exports = includes;
30479
30595
 
30480
- },{"../internal/baseIndexOf":222,"../internal/isLength":256,"../lang/isArray":267,"../lang/isString":276,"../object/values":286}],198:[function(require,module,exports){
30596
+ },{"../internal/baseIndexOf":222,"../internal/isLength":257,"../lang/isArray":268,"../lang/isString":277,"../object/values":287}],198:[function(require,module,exports){
30481
30597
  var arrayMap = require('../internal/arrayMap'),
30482
30598
  baseCallback = require('../internal/baseCallback'),
30483
30599
  baseMap = require('../internal/baseMap'),
@@ -30491,10 +30607,23 @@ var arrayMap = require('../internal/arrayMap'),
30491
30607
  * If a property name is provided for `predicate` the created "_.property"
30492
30608
  * style callback returns the property value of the given element.
30493
30609
  *
30610
+ * If value is also provided for `thisArg` the created "_.matchesProperty"
30611
+ * style callback returns `true` for elements that have a matching property
30612
+ * value, else `false`.
30613
+ *
30494
30614
  * If an object is provided for `predicate` the created "_.matches" style
30495
30615
  * callback returns `true` for elements that have the properties of the given
30496
30616
  * object, else `false`.
30497
30617
  *
30618
+ * Many lodash methods are guarded to work as interatees for methods like
30619
+ * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
30620
+ *
30621
+ * The guarded methods are:
30622
+ * `ary`, `callback`, `chunk`, `clone`, `create`, `curry`, `curryRight`, `drop`,
30623
+ * `dropRight`, `fill`, `flatten`, `invert`, `max`, `min`, `parseInt`, `slice`,
30624
+ * `sortBy`, `take`, `takeRight`, `template`, `trim`, `trimLeft`, `trimRight`,
30625
+ * `trunc`, `random`, `range`, `sample`, `uniq`, and `words`
30626
+ *
30498
30627
  * @static
30499
30628
  * @memberOf _
30500
30629
  * @alias collect
@@ -30530,7 +30659,7 @@ function map(collection, iteratee, thisArg) {
30530
30659
 
30531
30660
  module.exports = map;
30532
30661
 
30533
- },{"../internal/arrayMap":205,"../internal/baseCallback":210,"../internal/baseMap":226,"../lang/isArray":267}],199:[function(require,module,exports){
30662
+ },{"../internal/arrayMap":205,"../internal/baseCallback":210,"../internal/baseMap":226,"../lang/isArray":268}],199:[function(require,module,exports){
30534
30663
  var arrayReduceRight = require('../internal/arrayReduceRight'),
30535
30664
  baseCallback = require('../internal/baseCallback'),
30536
30665
  baseEachRight = require('../internal/baseEachRight'),
@@ -30563,7 +30692,7 @@ function reduceRight(collection, iteratee, accumulator, thisArg) {
30563
30692
 
30564
30693
  module.exports = reduceRight;
30565
30694
 
30566
- },{"../internal/arrayReduceRight":206,"../internal/baseCallback":210,"../internal/baseEachRight":215,"../internal/baseReduce":231,"../lang/isArray":267}],200:[function(require,module,exports){
30695
+ },{"../internal/arrayReduceRight":206,"../internal/baseCallback":210,"../internal/baseEachRight":215,"../internal/baseReduce":232,"../lang/isArray":268}],200:[function(require,module,exports){
30567
30696
  var arraySome = require('../internal/arraySome'),
30568
30697
  baseCallback = require('../internal/baseCallback'),
30569
30698
  baseSome = require('../internal/baseSome'),
@@ -30578,6 +30707,10 @@ var arraySome = require('../internal/arraySome'),
30578
30707
  * If a property name is provided for `predicate` the created "_.property"
30579
30708
  * style callback returns the property value of the given element.
30580
30709
  *
30710
+ * If value is also provided for `thisArg` the created "_.matchesProperty"
30711
+ * style callback returns `true` for elements that have a matching property
30712
+ * value, else `false`.
30713
+ *
30581
30714
  * If an object is provided for `predicate` the created "_.matches" style
30582
30715
  * callback returns `true` for elements that have the properties of the given
30583
30716
  * object, else `false`.
@@ -30603,13 +30736,17 @@ var arraySome = require('../internal/arraySome'),
30603
30736
  * { 'user': 'fred', 'age': 40, 'active': true }
30604
30737
  * ];
30605
30738
  *
30739
+ * // using the "_.matches" callback shorthand
30740
+ * _.some(users, { 'age': 1, 'active': true });
30741
+ * // => false
30742
+ *
30743
+ * // using the "_.matchesProperty" callback shorthand
30744
+ * _.some(users, 'active', false);
30745
+ * // => true
30746
+ *
30606
30747
  * // using the "_.property" callback shorthand
30607
30748
  * _.some(users, 'active');
30608
30749
  * // => true
30609
- *
30610
- * // using the "_.matches" callback shorthand
30611
- * _.some(users, { 'age': 1 });
30612
- * // => false
30613
30750
  */
30614
30751
  function some(collection, predicate, thisArg) {
30615
30752
  var func = isArray(collection) ? arraySome : baseSome;
@@ -30621,7 +30758,7 @@ function some(collection, predicate, thisArg) {
30621
30758
 
30622
30759
  module.exports = some;
30623
30760
 
30624
- },{"../internal/arraySome":207,"../internal/baseCallback":210,"../internal/baseSome":233,"../lang/isArray":267}],201:[function(require,module,exports){
30761
+ },{"../internal/arraySome":207,"../internal/baseCallback":210,"../internal/baseSome":234,"../lang/isArray":268}],201:[function(require,module,exports){
30625
30762
  var baseCallback = require('../internal/baseCallback'),
30626
30763
  baseEach = require('../internal/baseEach'),
30627
30764
  baseSortBy = require('../internal/baseSortBy'),
@@ -30639,6 +30776,10 @@ var baseCallback = require('../internal/baseCallback'),
30639
30776
  * If a property name is provided for `predicate` the created "_.property"
30640
30777
  * style callback returns the property value of the given element.
30641
30778
  *
30779
+ * If value is also provided for `thisArg` the created "_.matchesProperty"
30780
+ * style callback returns `true` for elements that have a matching property
30781
+ * value, else `false`.
30782
+ *
30642
30783
  * If an object is provided for `predicate` the created "_.matches" style
30643
30784
  * callback returns `true` for elements that have the properties of the given
30644
30785
  * object, else `false`.
@@ -30687,7 +30828,7 @@ function sortBy(collection, iteratee, thisArg) {
30687
30828
 
30688
30829
  module.exports = sortBy;
30689
30830
 
30690
- },{"../internal/baseCallback":210,"../internal/baseEach":214,"../internal/baseSortBy":234,"../internal/compareAscending":242,"../internal/isIterateeCall":255,"../internal/isLength":256}],202:[function(require,module,exports){
30831
+ },{"../internal/baseCallback":210,"../internal/baseEach":214,"../internal/baseSortBy":235,"../internal/compareAscending":243,"../internal/isIterateeCall":256,"../internal/isLength":257}],202:[function(require,module,exports){
30691
30832
  (function (global){
30692
30833
  var cachePush = require('./cachePush'),
30693
30834
  isNative = require('../lang/isNative');
@@ -30720,7 +30861,7 @@ SetCache.prototype.push = cachePush;
30720
30861
  module.exports = SetCache;
30721
30862
 
30722
30863
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
30723
- },{"../lang/isNative":271,"./cachePush":241}],203:[function(require,module,exports){
30864
+ },{"../lang/isNative":272,"./cachePush":242}],203:[function(require,module,exports){
30724
30865
  /**
30725
30866
  * Copies the values of `source` to `array`.
30726
30867
  *
@@ -30875,7 +31016,7 @@ function baseAssign(object, source, customizer) {
30875
31016
  return baseCopy(source, object, props);
30876
31017
  }
30877
31018
  var index = -1,
30878
- length = props.length
31019
+ length = props.length;
30879
31020
 
30880
31021
  while (++index < length) {
30881
31022
  var key = props[index],
@@ -30892,10 +31033,10 @@ function baseAssign(object, source, customizer) {
30892
31033
 
30893
31034
  module.exports = baseAssign;
30894
31035
 
30895
- },{"../object/keys":283,"./baseCopy":213}],210:[function(require,module,exports){
31036
+ },{"../object/keys":284,"./baseCopy":213}],210:[function(require,module,exports){
30896
31037
  var baseMatches = require('./baseMatches'),
31038
+ baseMatchesProperty = require('./baseMatchesProperty'),
30897
31039
  baseProperty = require('./baseProperty'),
30898
- baseToString = require('./baseToString'),
30899
31040
  bindCallback = require('./bindCallback'),
30900
31041
  identity = require('../utility/identity'),
30901
31042
  isBindable = require('./isBindable');
@@ -30920,15 +31061,17 @@ function baseCallback(func, thisArg, argCount) {
30920
31061
  if (func == null) {
30921
31062
  return identity;
30922
31063
  }
30923
- // Handle "_.property" and "_.matches" style callback shorthands.
30924
- return type == 'object'
30925
- ? baseMatches(func, !argCount)
30926
- : baseProperty(argCount ? baseToString(func) : func);
31064
+ if (type == 'object') {
31065
+ return baseMatches(func);
31066
+ }
31067
+ return typeof thisArg == 'undefined'
31068
+ ? baseProperty(func + '')
31069
+ : baseMatchesProperty(func + '', thisArg);
30927
31070
  }
30928
31071
 
30929
31072
  module.exports = baseCallback;
30930
31073
 
30931
- },{"../utility/identity":290,"./baseMatches":227,"./baseProperty":230,"./baseToString":235,"./bindCallback":238,"./isBindable":253}],211:[function(require,module,exports){
31074
+ },{"../utility/identity":291,"./baseMatches":227,"./baseMatchesProperty":228,"./baseProperty":231,"./bindCallback":239,"./isBindable":254}],211:[function(require,module,exports){
30932
31075
  var arrayCopy = require('./arrayCopy'),
30933
31076
  arrayEach = require('./arrayEach'),
30934
31077
  baseCopy = require('./baseCopy'),
@@ -31060,7 +31203,7 @@ function baseClone(value, isDeep, customizer, key, object, stackA, stackB) {
31060
31203
 
31061
31204
  module.exports = baseClone;
31062
31205
 
31063
- },{"../lang/isArray":267,"../lang/isObject":273,"../object/keys":283,"./arrayCopy":203,"./arrayEach":204,"./baseCopy":213,"./baseForOwn":219,"./initCloneArray":250,"./initCloneByTag":251,"./initCloneObject":252}],212:[function(require,module,exports){
31206
+ },{"../lang/isArray":268,"../lang/isObject":274,"../object/keys":284,"./arrayCopy":203,"./arrayEach":204,"./baseCopy":213,"./baseForOwn":219,"./initCloneArray":251,"./initCloneByTag":252,"./initCloneObject":253}],212:[function(require,module,exports){
31064
31207
  /**
31065
31208
  * The base implementation of `compareAscending` which compares values and
31066
31209
  * sorts them in ascending order without guaranteeing a stable sort.
@@ -31146,7 +31289,7 @@ function baseEach(collection, iteratee) {
31146
31289
 
31147
31290
  module.exports = baseEach;
31148
31291
 
31149
- },{"./baseForOwn":219,"./isLength":256,"./toObject":263}],215:[function(require,module,exports){
31292
+ },{"./baseForOwn":219,"./isLength":257,"./toObject":264}],215:[function(require,module,exports){
31150
31293
  var baseForOwnRight = require('./baseForOwnRight'),
31151
31294
  isLength = require('./isLength'),
31152
31295
  toObject = require('./toObject');
@@ -31176,7 +31319,7 @@ function baseEachRight(collection, iteratee) {
31176
31319
 
31177
31320
  module.exports = baseEachRight;
31178
31321
 
31179
- },{"./baseForOwnRight":220,"./isLength":256,"./toObject":263}],216:[function(require,module,exports){
31322
+ },{"./baseForOwnRight":220,"./isLength":257,"./toObject":264}],216:[function(require,module,exports){
31180
31323
  var isArguments = require('../lang/isArguments'),
31181
31324
  isArray = require('../lang/isArray'),
31182
31325
  isLength = require('./isLength'),
@@ -31223,7 +31366,7 @@ function baseFlatten(array, isDeep, isStrict, fromIndex) {
31223
31366
 
31224
31367
  module.exports = baseFlatten;
31225
31368
 
31226
- },{"../lang/isArguments":266,"../lang/isArray":267,"./isLength":256,"./isObjectLike":257}],217:[function(require,module,exports){
31369
+ },{"../lang/isArguments":267,"../lang/isArray":268,"./isLength":257,"./isObjectLike":258}],217:[function(require,module,exports){
31227
31370
  var toObject = require('./toObject');
31228
31371
 
31229
31372
  /**
@@ -31255,7 +31398,7 @@ function baseFor(object, iteratee, keysFunc) {
31255
31398
 
31256
31399
  module.exports = baseFor;
31257
31400
 
31258
- },{"./toObject":263}],218:[function(require,module,exports){
31401
+ },{"./toObject":264}],218:[function(require,module,exports){
31259
31402
  var baseFor = require('./baseFor'),
31260
31403
  keysIn = require('../object/keysIn');
31261
31404
 
@@ -31274,7 +31417,7 @@ function baseForIn(object, iteratee) {
31274
31417
 
31275
31418
  module.exports = baseForIn;
31276
31419
 
31277
- },{"../object/keysIn":284,"./baseFor":217}],219:[function(require,module,exports){
31420
+ },{"../object/keysIn":285,"./baseFor":217}],219:[function(require,module,exports){
31278
31421
  var baseFor = require('./baseFor'),
31279
31422
  keys = require('../object/keys');
31280
31423
 
@@ -31293,7 +31436,7 @@ function baseForOwn(object, iteratee) {
31293
31436
 
31294
31437
  module.exports = baseForOwn;
31295
31438
 
31296
- },{"../object/keys":283,"./baseFor":217}],220:[function(require,module,exports){
31439
+ },{"../object/keys":284,"./baseFor":217}],220:[function(require,module,exports){
31297
31440
  var baseForRight = require('./baseForRight'),
31298
31441
  keys = require('../object/keys');
31299
31442
 
@@ -31312,7 +31455,7 @@ function baseForOwnRight(object, iteratee) {
31312
31455
 
31313
31456
  module.exports = baseForOwnRight;
31314
31457
 
31315
- },{"../object/keys":283,"./baseForRight":221}],221:[function(require,module,exports){
31458
+ },{"../object/keys":284,"./baseForRight":221}],221:[function(require,module,exports){
31316
31459
  var toObject = require('./toObject');
31317
31460
 
31318
31461
  /**
@@ -31341,7 +31484,7 @@ function baseForRight(object, iteratee, keysFunc) {
31341
31484
 
31342
31485
  module.exports = baseForRight;
31343
31486
 
31344
- },{"./toObject":263}],222:[function(require,module,exports){
31487
+ },{"./toObject":264}],222:[function(require,module,exports){
31345
31488
  var indexOfNaN = require('./indexOfNaN');
31346
31489
 
31347
31490
  /**
@@ -31370,7 +31513,7 @@ function baseIndexOf(array, value, fromIndex) {
31370
31513
 
31371
31514
  module.exports = baseIndexOf;
31372
31515
 
31373
- },{"./indexOfNaN":249}],223:[function(require,module,exports){
31516
+ },{"./indexOfNaN":250}],223:[function(require,module,exports){
31374
31517
  var baseIsEqualDeep = require('./baseIsEqualDeep');
31375
31518
 
31376
31519
  /**
@@ -31509,7 +31652,7 @@ function baseIsEqualDeep(object, other, equalFunc, customizer, isWhere, stackA,
31509
31652
 
31510
31653
  module.exports = baseIsEqualDeep;
31511
31654
 
31512
- },{"../lang/isArray":267,"../lang/isTypedArray":277,"./equalArrays":246,"./equalByTag":247,"./equalObjects":248}],225:[function(require,module,exports){
31655
+ },{"../lang/isArray":268,"../lang/isTypedArray":278,"./equalArrays":247,"./equalByTag":248,"./equalObjects":249}],225:[function(require,module,exports){
31513
31656
  var baseIsEqual = require('./baseIsEqual');
31514
31657
 
31515
31658
  /** Used for native method references. */
@@ -31523,7 +31666,7 @@ var hasOwnProperty = objectProto.hasOwnProperty;
31523
31666
  * shorthands or `this` binding.
31524
31667
  *
31525
31668
  * @private
31526
- * @param {Object} source The object to inspect.
31669
+ * @param {Object} object The object to inspect.
31527
31670
  * @param {Array} props The source property names to match.
31528
31671
  * @param {Array} values The source values to match.
31529
31672
  * @param {Array} strictCompareFlags Strict comparison flags for source values.
@@ -31592,8 +31735,7 @@ function baseMap(collection, iteratee) {
31592
31735
  module.exports = baseMap;
31593
31736
 
31594
31737
  },{"./baseEach":214}],227:[function(require,module,exports){
31595
- var baseClone = require('./baseClone'),
31596
- baseIsMatch = require('./baseIsMatch'),
31738
+ var baseIsMatch = require('./baseIsMatch'),
31597
31739
  isStrictComparable = require('./isStrictComparable'),
31598
31740
  keys = require('../object/keys');
31599
31741
 
@@ -31604,15 +31746,13 @@ var objectProto = Object.prototype;
31604
31746
  var hasOwnProperty = objectProto.hasOwnProperty;
31605
31747
 
31606
31748
  /**
31607
- * The base implementation of `_.matches` which supports specifying whether
31608
- * `source` should be cloned.
31749
+ * The base implementation of `_.matches` which does not clone `source`.
31609
31750
  *
31610
31751
  * @private
31611
31752
  * @param {Object} source The object of property values to match.
31612
- * @param {boolean} [isCloned] Specify cloning the source object.
31613
31753
  * @returns {Function} Returns the new function.
31614
31754
  */
31615
- function baseMatches(source, isCloned) {
31755
+ function baseMatches(source) {
31616
31756
  var props = keys(source),
31617
31757
  length = props.length;
31618
31758
 
@@ -31626,9 +31766,6 @@ function baseMatches(source, isCloned) {
31626
31766
  };
31627
31767
  }
31628
31768
  }
31629
- if (isCloned) {
31630
- source = baseClone(source, true);
31631
- }
31632
31769
  var values = Array(length),
31633
31770
  strictCompareFlags = Array(length);
31634
31771
 
@@ -31644,7 +31781,33 @@ function baseMatches(source, isCloned) {
31644
31781
 
31645
31782
  module.exports = baseMatches;
31646
31783
 
31647
- },{"../object/keys":283,"./baseClone":211,"./baseIsMatch":225,"./isStrictComparable":258}],228:[function(require,module,exports){
31784
+ },{"../object/keys":284,"./baseIsMatch":225,"./isStrictComparable":259}],228:[function(require,module,exports){
31785
+ var baseIsEqual = require('./baseIsEqual'),
31786
+ isStrictComparable = require('./isStrictComparable');
31787
+
31788
+ /**
31789
+ * The base implementation of `_.matchesProperty` which does not coerce `key`
31790
+ * to a string.
31791
+ *
31792
+ * @private
31793
+ * @param {string} key The key of the property to get.
31794
+ * @param {*} value The value to compare.
31795
+ * @returns {Function} Returns the new function.
31796
+ */
31797
+ function baseMatchesProperty(key, value) {
31798
+ if (isStrictComparable(value)) {
31799
+ return function(object) {
31800
+ return object != null && object[key] === value;
31801
+ };
31802
+ }
31803
+ return function(object) {
31804
+ return object != null && baseIsEqual(value, object[key], null, true);
31805
+ };
31806
+ }
31807
+
31808
+ module.exports = baseMatchesProperty;
31809
+
31810
+ },{"./baseIsEqual":223,"./isStrictComparable":259}],229:[function(require,module,exports){
31648
31811
  var arrayEach = require('./arrayEach'),
31649
31812
  baseForOwn = require('./baseForOwn'),
31650
31813
  baseMergeDeep = require('./baseMergeDeep'),
@@ -31691,7 +31854,7 @@ function baseMerge(object, source, customizer, stackA, stackB) {
31691
31854
 
31692
31855
  module.exports = baseMerge;
31693
31856
 
31694
- },{"../lang/isArray":267,"../lang/isTypedArray":277,"./arrayEach":204,"./baseForOwn":219,"./baseMergeDeep":229,"./isLength":256,"./isObjectLike":257}],229:[function(require,module,exports){
31857
+ },{"../lang/isArray":268,"../lang/isTypedArray":278,"./arrayEach":204,"./baseForOwn":219,"./baseMergeDeep":230,"./isLength":257,"./isObjectLike":258}],230:[function(require,module,exports){
31695
31858
  var arrayCopy = require('./arrayCopy'),
31696
31859
  isArguments = require('../lang/isArguments'),
31697
31860
  isArray = require('../lang/isArray'),
@@ -31741,6 +31904,9 @@ function baseMergeDeep(object, source, key, mergeFunc, customizer, stackA, stack
31741
31904
  ? toPlainObject(value)
31742
31905
  : (isPlainObject(value) ? value : {});
31743
31906
  }
31907
+ else {
31908
+ isCommon = false;
31909
+ }
31744
31910
  }
31745
31911
  // Add the source value to the stack of traversed objects and associate
31746
31912
  // it with its merged value.
@@ -31757,7 +31923,7 @@ function baseMergeDeep(object, source, key, mergeFunc, customizer, stackA, stack
31757
31923
 
31758
31924
  module.exports = baseMergeDeep;
31759
31925
 
31760
- },{"../lang/isArguments":266,"../lang/isArray":267,"../lang/isPlainObject":274,"../lang/isTypedArray":277,"../lang/toPlainObject":278,"./arrayCopy":203,"./isLength":256}],230:[function(require,module,exports){
31926
+ },{"../lang/isArguments":267,"../lang/isArray":268,"../lang/isPlainObject":275,"../lang/isTypedArray":278,"../lang/toPlainObject":279,"./arrayCopy":203,"./isLength":257}],231:[function(require,module,exports){
31761
31927
  /**
31762
31928
  * The base implementation of `_.property` which does not coerce `key` to a string.
31763
31929
  *
@@ -31773,7 +31939,7 @@ function baseProperty(key) {
31773
31939
 
31774
31940
  module.exports = baseProperty;
31775
31941
 
31776
- },{}],231:[function(require,module,exports){
31942
+ },{}],232:[function(require,module,exports){
31777
31943
  /**
31778
31944
  * The base implementation of `_.reduce` and `_.reduceRight` without support
31779
31945
  * for callback shorthands or `this` binding, which iterates over `collection`
@@ -31792,14 +31958,14 @@ function baseReduce(collection, iteratee, accumulator, initFromCollection, eachF
31792
31958
  eachFunc(collection, function(value, index, collection) {
31793
31959
  accumulator = initFromCollection
31794
31960
  ? (initFromCollection = false, value)
31795
- : iteratee(accumulator, value, index, collection)
31961
+ : iteratee(accumulator, value, index, collection);
31796
31962
  });
31797
31963
  return accumulator;
31798
31964
  }
31799
31965
 
31800
31966
  module.exports = baseReduce;
31801
31967
 
31802
- },{}],232:[function(require,module,exports){
31968
+ },{}],233:[function(require,module,exports){
31803
31969
  var identity = require('../utility/identity'),
31804
31970
  metaMap = require('./metaMap');
31805
31971
 
@@ -31818,7 +31984,7 @@ var baseSetData = !metaMap ? identity : function(func, data) {
31818
31984
 
31819
31985
  module.exports = baseSetData;
31820
31986
 
31821
- },{"../utility/identity":290,"./metaMap":259}],233:[function(require,module,exports){
31987
+ },{"../utility/identity":291,"./metaMap":260}],234:[function(require,module,exports){
31822
31988
  var baseEach = require('./baseEach');
31823
31989
 
31824
31990
  /**
@@ -31843,7 +32009,7 @@ function baseSome(collection, predicate) {
31843
32009
 
31844
32010
  module.exports = baseSome;
31845
32011
 
31846
- },{"./baseEach":214}],234:[function(require,module,exports){
32012
+ },{"./baseEach":214}],235:[function(require,module,exports){
31847
32013
  /**
31848
32014
  * The base implementation of `_.sortBy` and `_.sortByAll` which uses `comparer`
31849
32015
  * to define the sort order of `array` and replaces criteria objects with their
@@ -31866,7 +32032,7 @@ function baseSortBy(array, comparer) {
31866
32032
 
31867
32033
  module.exports = baseSortBy;
31868
32034
 
31869
- },{}],235:[function(require,module,exports){
32035
+ },{}],236:[function(require,module,exports){
31870
32036
  /**
31871
32037
  * Converts `value` to a string if it is not one. An empty string is returned
31872
32038
  * for `null` or `undefined` values.
@@ -31884,7 +32050,7 @@ function baseToString(value) {
31884
32050
 
31885
32051
  module.exports = baseToString;
31886
32052
 
31887
- },{}],236:[function(require,module,exports){
32053
+ },{}],237:[function(require,module,exports){
31888
32054
  var baseIndexOf = require('./baseIndexOf'),
31889
32055
  cacheIndexOf = require('./cacheIndexOf'),
31890
32056
  createCache = require('./createCache');
@@ -31943,7 +32109,7 @@ function baseUniq(array, iteratee) {
31943
32109
 
31944
32110
  module.exports = baseUniq;
31945
32111
 
31946
- },{"./baseIndexOf":222,"./cacheIndexOf":240,"./createCache":245}],237:[function(require,module,exports){
32112
+ },{"./baseIndexOf":222,"./cacheIndexOf":241,"./createCache":246}],238:[function(require,module,exports){
31947
32113
  /**
31948
32114
  * The base implementation of `_.values` and `_.valuesIn` which creates an
31949
32115
  * array of `object` property values corresponding to the property names
@@ -31967,7 +32133,7 @@ function baseValues(object, props) {
31967
32133
 
31968
32134
  module.exports = baseValues;
31969
32135
 
31970
- },{}],238:[function(require,module,exports){
32136
+ },{}],239:[function(require,module,exports){
31971
32137
  var identity = require('../utility/identity');
31972
32138
 
31973
32139
  /**
@@ -32008,7 +32174,7 @@ function bindCallback(func, thisArg, argCount) {
32008
32174
 
32009
32175
  module.exports = bindCallback;
32010
32176
 
32011
- },{"../utility/identity":290}],239:[function(require,module,exports){
32177
+ },{"../utility/identity":291}],240:[function(require,module,exports){
32012
32178
  (function (global){
32013
32179
  var constant = require('../utility/constant'),
32014
32180
  isNative = require('../lang/isNative');
@@ -32067,7 +32233,7 @@ if (!bufferSlice) {
32067
32233
  module.exports = bufferClone;
32068
32234
 
32069
32235
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32070
- },{"../lang/isNative":271,"../utility/constant":289}],240:[function(require,module,exports){
32236
+ },{"../lang/isNative":272,"../utility/constant":290}],241:[function(require,module,exports){
32071
32237
  var isObject = require('../lang/isObject');
32072
32238
 
32073
32239
  /**
@@ -32088,7 +32254,7 @@ function cacheIndexOf(cache, value) {
32088
32254
 
32089
32255
  module.exports = cacheIndexOf;
32090
32256
 
32091
- },{"../lang/isObject":273}],241:[function(require,module,exports){
32257
+ },{"../lang/isObject":274}],242:[function(require,module,exports){
32092
32258
  var isObject = require('../lang/isObject');
32093
32259
 
32094
32260
  /**
@@ -32110,7 +32276,7 @@ function cachePush(value) {
32110
32276
 
32111
32277
  module.exports = cachePush;
32112
32278
 
32113
- },{"../lang/isObject":273}],242:[function(require,module,exports){
32279
+ },{"../lang/isObject":274}],243:[function(require,module,exports){
32114
32280
  var baseCompareAscending = require('./baseCompareAscending');
32115
32281
 
32116
32282
  /**
@@ -32128,7 +32294,7 @@ function compareAscending(object, other) {
32128
32294
 
32129
32295
  module.exports = compareAscending;
32130
32296
 
32131
- },{"./baseCompareAscending":212}],243:[function(require,module,exports){
32297
+ },{"./baseCompareAscending":212}],244:[function(require,module,exports){
32132
32298
  var baseCallback = require('./baseCallback'),
32133
32299
  baseEach = require('./baseEach'),
32134
32300
  isArray = require('../lang/isArray');
@@ -32136,8 +32302,7 @@ var baseCallback = require('./baseCallback'),
32136
32302
  /**
32137
32303
  * Creates a function that aggregates a collection, creating an accumulator
32138
32304
  * object composed from the results of running each element in the collection
32139
- * through an iteratee. The `setter` sets the keys and values of the accumulator
32140
- * object. If `initializer` is provided initializes the accumulator object.
32305
+ * through an iteratee.
32141
32306
  *
32142
32307
  * @private
32143
32308
  * @param {Function} setter The function to set keys and values of the accumulator object.
@@ -32168,7 +32333,7 @@ function createAggregator(setter, initializer) {
32168
32333
 
32169
32334
  module.exports = createAggregator;
32170
32335
 
32171
- },{"../lang/isArray":267,"./baseCallback":210,"./baseEach":214}],244:[function(require,module,exports){
32336
+ },{"../lang/isArray":268,"./baseCallback":210,"./baseEach":214}],245:[function(require,module,exports){
32172
32337
  var bindCallback = require('./bindCallback'),
32173
32338
  isIterateeCall = require('./isIterateeCall');
32174
32339
 
@@ -32210,7 +32375,7 @@ function createAssigner(assigner) {
32210
32375
 
32211
32376
  module.exports = createAssigner;
32212
32377
 
32213
- },{"./bindCallback":238,"./isIterateeCall":255}],245:[function(require,module,exports){
32378
+ },{"./bindCallback":239,"./isIterateeCall":256}],246:[function(require,module,exports){
32214
32379
  (function (global){
32215
32380
  var SetCache = require('./SetCache'),
32216
32381
  constant = require('../utility/constant'),
@@ -32236,7 +32401,7 @@ var createCache = !(nativeCreate && Set) ? constant(null) : function(values) {
32236
32401
  module.exports = createCache;
32237
32402
 
32238
32403
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32239
- },{"../lang/isNative":271,"../utility/constant":289,"./SetCache":202}],246:[function(require,module,exports){
32404
+ },{"../lang/isNative":272,"../utility/constant":290,"./SetCache":202}],247:[function(require,module,exports){
32240
32405
  /**
32241
32406
  * A specialized version of `baseIsEqualDeep` for arrays with support for
32242
32407
  * partial deep comparisons.
@@ -32292,9 +32457,7 @@ function equalArrays(array, other, equalFunc, customizer, isWhere, stackA, stack
32292
32457
 
32293
32458
  module.exports = equalArrays;
32294
32459
 
32295
- },{}],247:[function(require,module,exports){
32296
- var baseToString = require('./baseToString');
32297
-
32460
+ },{}],248:[function(require,module,exports){
32298
32461
  /** `Object#toString` result references. */
32299
32462
  var boolTag = '[object Boolean]',
32300
32463
  dateTag = '[object Date]',
@@ -32338,14 +32501,14 @@ function equalByTag(object, other, tag) {
32338
32501
  case stringTag:
32339
32502
  // Coerce regexes to strings and treat strings primitives and string
32340
32503
  // objects as equal. See https://es5.github.io/#x15.10.6.4 for more details.
32341
- return object == baseToString(other);
32504
+ return object == (other + '');
32342
32505
  }
32343
32506
  return false;
32344
32507
  }
32345
32508
 
32346
32509
  module.exports = equalByTag;
32347
32510
 
32348
- },{"./baseToString":235}],248:[function(require,module,exports){
32511
+ },{}],249:[function(require,module,exports){
32349
32512
  var keys = require('../object/keys');
32350
32513
 
32351
32514
  /** Used for native method references. */
@@ -32419,7 +32582,7 @@ function equalObjects(object, other, equalFunc, customizer, isWhere, stackA, sta
32419
32582
 
32420
32583
  module.exports = equalObjects;
32421
32584
 
32422
- },{"../object/keys":283}],249:[function(require,module,exports){
32585
+ },{"../object/keys":284}],250:[function(require,module,exports){
32423
32586
  /**
32424
32587
  * Gets the index at which the first occurrence of `NaN` is found in `array`.
32425
32588
  * If `fromRight` is provided elements of `array` are iterated from right to left.
@@ -32445,7 +32608,7 @@ function indexOfNaN(array, fromIndex, fromRight) {
32445
32608
 
32446
32609
  module.exports = indexOfNaN;
32447
32610
 
32448
- },{}],250:[function(require,module,exports){
32611
+ },{}],251:[function(require,module,exports){
32449
32612
  /** Used for native method references. */
32450
32613
  var objectProto = Object.prototype;
32451
32614
 
@@ -32473,7 +32636,7 @@ function initCloneArray(array) {
32473
32636
 
32474
32637
  module.exports = initCloneArray;
32475
32638
 
32476
- },{}],251:[function(require,module,exports){
32639
+ },{}],252:[function(require,module,exports){
32477
32640
  var bufferClone = require('./bufferClone');
32478
32641
 
32479
32642
  /** `Object#toString` result references. */
@@ -32539,7 +32702,7 @@ function initCloneByTag(object, tag, isDeep) {
32539
32702
 
32540
32703
  module.exports = initCloneByTag;
32541
32704
 
32542
- },{"./bufferClone":239}],252:[function(require,module,exports){
32705
+ },{"./bufferClone":240}],253:[function(require,module,exports){
32543
32706
  /**
32544
32707
  * Initializes an object clone.
32545
32708
  *
@@ -32557,7 +32720,7 @@ function initCloneObject(object) {
32557
32720
 
32558
32721
  module.exports = initCloneObject;
32559
32722
 
32560
- },{}],253:[function(require,module,exports){
32723
+ },{}],254:[function(require,module,exports){
32561
32724
  var baseSetData = require('./baseSetData'),
32562
32725
  isNative = require('../lang/isNative'),
32563
32726
  support = require('../support');
@@ -32597,10 +32760,10 @@ function isBindable(func) {
32597
32760
 
32598
32761
  module.exports = isBindable;
32599
32762
 
32600
- },{"../lang/isNative":271,"../support":288,"./baseSetData":232}],254:[function(require,module,exports){
32763
+ },{"../lang/isNative":272,"../support":289,"./baseSetData":233}],255:[function(require,module,exports){
32601
32764
  /**
32602
32765
  * Used as the maximum length of an array-like value.
32603
- * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength)
32766
+ * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
32604
32767
  * for more details.
32605
32768
  */
32606
32769
  var MAX_SAFE_INTEGER = Math.pow(2, 53) - 1;
@@ -32621,7 +32784,7 @@ function isIndex(value, length) {
32621
32784
 
32622
32785
  module.exports = isIndex;
32623
32786
 
32624
- },{}],255:[function(require,module,exports){
32787
+ },{}],256:[function(require,module,exports){
32625
32788
  var isIndex = require('./isIndex'),
32626
32789
  isLength = require('./isLength'),
32627
32790
  isObject = require('../lang/isObject');
@@ -32644,17 +32807,17 @@ function isIterateeCall(value, index, object) {
32644
32807
  var length = object.length,
32645
32808
  prereq = isLength(length) && isIndex(index, length);
32646
32809
  } else {
32647
- prereq = type == 'string' && index in value;
32810
+ prereq = type == 'string' && index in object;
32648
32811
  }
32649
32812
  return prereq && object[index] === value;
32650
32813
  }
32651
32814
 
32652
32815
  module.exports = isIterateeCall;
32653
32816
 
32654
- },{"../lang/isObject":273,"./isIndex":254,"./isLength":256}],256:[function(require,module,exports){
32817
+ },{"../lang/isObject":274,"./isIndex":255,"./isLength":257}],257:[function(require,module,exports){
32655
32818
  /**
32656
32819
  * Used as the maximum length of an array-like value.
32657
- * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength)
32820
+ * See the [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
32658
32821
  * for more details.
32659
32822
  */
32660
32823
  var MAX_SAFE_INTEGER = Math.pow(2, 53) - 1;
@@ -32662,6 +32825,10 @@ var MAX_SAFE_INTEGER = Math.pow(2, 53) - 1;
32662
32825
  /**
32663
32826
  * Checks if `value` is a valid array-like length.
32664
32827
  *
32828
+ * **Note:** This function is based on ES `ToLength`. See the
32829
+ * [ES spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength)
32830
+ * for more details.
32831
+ *
32665
32832
  * @private
32666
32833
  * @param {*} value The value to check.
32667
32834
  * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
@@ -32672,7 +32839,7 @@ function isLength(value) {
32672
32839
 
32673
32840
  module.exports = isLength;
32674
32841
 
32675
- },{}],257:[function(require,module,exports){
32842
+ },{}],258:[function(require,module,exports){
32676
32843
  /**
32677
32844
  * Checks if `value` is object-like.
32678
32845
  *
@@ -32686,7 +32853,7 @@ function isObjectLike(value) {
32686
32853
 
32687
32854
  module.exports = isObjectLike;
32688
32855
 
32689
- },{}],258:[function(require,module,exports){
32856
+ },{}],259:[function(require,module,exports){
32690
32857
  var isObject = require('../lang/isObject');
32691
32858
 
32692
32859
  /**
@@ -32703,7 +32870,7 @@ function isStrictComparable(value) {
32703
32870
 
32704
32871
  module.exports = isStrictComparable;
32705
32872
 
32706
- },{"../lang/isObject":273}],259:[function(require,module,exports){
32873
+ },{"../lang/isObject":274}],260:[function(require,module,exports){
32707
32874
  (function (global){
32708
32875
  var isNative = require('../lang/isNative');
32709
32876
 
@@ -32716,7 +32883,7 @@ var metaMap = WeakMap && new WeakMap;
32716
32883
  module.exports = metaMap;
32717
32884
 
32718
32885
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
32719
- },{"../lang/isNative":271}],260:[function(require,module,exports){
32886
+ },{"../lang/isNative":272}],261:[function(require,module,exports){
32720
32887
  var baseForIn = require('./baseForIn'),
32721
32888
  isObjectLike = require('./isObjectLike');
32722
32889
 
@@ -32769,7 +32936,7 @@ function shimIsPlainObject(value) {
32769
32936
 
32770
32937
  module.exports = shimIsPlainObject;
32771
32938
 
32772
- },{"./baseForIn":218,"./isObjectLike":257}],261:[function(require,module,exports){
32939
+ },{"./baseForIn":218,"./isObjectLike":258}],262:[function(require,module,exports){
32773
32940
  var isArguments = require('../lang/isArguments'),
32774
32941
  isArray = require('../lang/isArray'),
32775
32942
  isIndex = require('./isIndex'),
@@ -32813,7 +32980,7 @@ function shimKeys(object) {
32813
32980
 
32814
32981
  module.exports = shimKeys;
32815
32982
 
32816
- },{"../lang/isArguments":266,"../lang/isArray":267,"../object/keysIn":284,"../support":288,"./isIndex":254,"./isLength":256}],262:[function(require,module,exports){
32983
+ },{"../lang/isArguments":267,"../lang/isArray":268,"../object/keysIn":285,"../support":289,"./isIndex":255,"./isLength":257}],263:[function(require,module,exports){
32817
32984
  /**
32818
32985
  * An implementation of `_.uniq` optimized for sorted arrays without support
32819
32986
  * for callback shorthands and `this` binding.
@@ -32844,7 +33011,7 @@ function sortedUniq(array, iteratee) {
32844
33011
 
32845
33012
  module.exports = sortedUniq;
32846
33013
 
32847
- },{}],263:[function(require,module,exports){
33014
+ },{}],264:[function(require,module,exports){
32848
33015
  var isObject = require('../lang/isObject');
32849
33016
 
32850
33017
  /**
@@ -32860,7 +33027,7 @@ function toObject(value) {
32860
33027
 
32861
33028
  module.exports = toObject;
32862
33029
 
32863
- },{"../lang/isObject":273}],264:[function(require,module,exports){
33030
+ },{"../lang/isObject":274}],265:[function(require,module,exports){
32864
33031
  var baseClone = require('../internal/baseClone'),
32865
33032
  bindCallback = require('../internal/bindCallback'),
32866
33033
  isIterateeCall = require('../internal/isIterateeCall');
@@ -32927,7 +33094,7 @@ function clone(value, isDeep, customizer, thisArg) {
32927
33094
 
32928
33095
  module.exports = clone;
32929
33096
 
32930
- },{"../internal/baseClone":211,"../internal/bindCallback":238,"../internal/isIterateeCall":255}],265:[function(require,module,exports){
33097
+ },{"../internal/baseClone":211,"../internal/bindCallback":239,"../internal/isIterateeCall":256}],266:[function(require,module,exports){
32931
33098
  var baseClone = require('../internal/baseClone'),
32932
33099
  bindCallback = require('../internal/bindCallback');
32933
33100
 
@@ -32981,7 +33148,7 @@ function cloneDeep(value, customizer, thisArg) {
32981
33148
 
32982
33149
  module.exports = cloneDeep;
32983
33150
 
32984
- },{"../internal/baseClone":211,"../internal/bindCallback":238}],266:[function(require,module,exports){
33151
+ },{"../internal/baseClone":211,"../internal/bindCallback":239}],267:[function(require,module,exports){
32985
33152
  var isLength = require('../internal/isLength'),
32986
33153
  isObjectLike = require('../internal/isObjectLike');
32987
33154
 
@@ -33021,7 +33188,7 @@ function isArguments(value) {
33021
33188
 
33022
33189
  module.exports = isArguments;
33023
33190
 
33024
- },{"../internal/isLength":256,"../internal/isObjectLike":257}],267:[function(require,module,exports){
33191
+ },{"../internal/isLength":257,"../internal/isObjectLike":258}],268:[function(require,module,exports){
33025
33192
  var isLength = require('../internal/isLength'),
33026
33193
  isNative = require('./isNative'),
33027
33194
  isObjectLike = require('../internal/isObjectLike');
@@ -33064,7 +33231,7 @@ var isArray = nativeIsArray || function(value) {
33064
33231
 
33065
33232
  module.exports = isArray;
33066
33233
 
33067
- },{"../internal/isLength":256,"../internal/isObjectLike":257,"./isNative":271}],268:[function(require,module,exports){
33234
+ },{"../internal/isLength":257,"../internal/isObjectLike":258,"./isNative":272}],269:[function(require,module,exports){
33068
33235
  var isObjectLike = require('../internal/isObjectLike');
33069
33236
 
33070
33237
  /** `Object#toString` result references. */
@@ -33102,7 +33269,7 @@ function isBoolean(value) {
33102
33269
 
33103
33270
  module.exports = isBoolean;
33104
33271
 
33105
- },{"../internal/isObjectLike":257}],269:[function(require,module,exports){
33272
+ },{"../internal/isObjectLike":258}],270:[function(require,module,exports){
33106
33273
  var isArguments = require('./isArguments'),
33107
33274
  isArray = require('./isArray'),
33108
33275
  isFunction = require('./isFunction'),
@@ -33152,7 +33319,7 @@ function isEmpty(value) {
33152
33319
 
33153
33320
  module.exports = isEmpty;
33154
33321
 
33155
- },{"../internal/isLength":256,"../internal/isObjectLike":257,"../object/keys":283,"./isArguments":266,"./isArray":267,"./isFunction":270,"./isString":276}],270:[function(require,module,exports){
33322
+ },{"../internal/isLength":257,"../internal/isObjectLike":258,"../object/keys":284,"./isArguments":267,"./isArray":268,"./isFunction":271,"./isString":277}],271:[function(require,module,exports){
33156
33323
  (function (global){
33157
33324
  var isNative = require('./isNative');
33158
33325
 
@@ -33206,7 +33373,7 @@ if (isFunction(/x/) || (Uint8Array && !isFunction(Uint8Array))) {
33206
33373
  module.exports = isFunction;
33207
33374
 
33208
33375
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
33209
- },{"./isNative":271}],271:[function(require,module,exports){
33376
+ },{"./isNative":272}],272:[function(require,module,exports){
33210
33377
  var escapeRegExp = require('../string/escapeRegExp'),
33211
33378
  isObjectLike = require('../internal/isObjectLike');
33212
33379
 
@@ -33263,7 +33430,7 @@ function isNative(value) {
33263
33430
 
33264
33431
  module.exports = isNative;
33265
33432
 
33266
- },{"../internal/isObjectLike":257,"../string/escapeRegExp":287}],272:[function(require,module,exports){
33433
+ },{"../internal/isObjectLike":258,"../string/escapeRegExp":288}],273:[function(require,module,exports){
33267
33434
  var isObjectLike = require('../internal/isObjectLike');
33268
33435
 
33269
33436
  /** `Object#toString` result references. */
@@ -33307,7 +33474,7 @@ function isNumber(value) {
33307
33474
 
33308
33475
  module.exports = isNumber;
33309
33476
 
33310
- },{"../internal/isObjectLike":257}],273:[function(require,module,exports){
33477
+ },{"../internal/isObjectLike":258}],274:[function(require,module,exports){
33311
33478
  /**
33312
33479
  * Checks if `value` is the language type of `Object`.
33313
33480
  * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
@@ -33339,7 +33506,7 @@ function isObject(value) {
33339
33506
 
33340
33507
  module.exports = isObject;
33341
33508
 
33342
- },{}],274:[function(require,module,exports){
33509
+ },{}],275:[function(require,module,exports){
33343
33510
  var isNative = require('./isNative'),
33344
33511
  shimIsPlainObject = require('../internal/shimIsPlainObject');
33345
33512
 
@@ -33403,7 +33570,7 @@ var isPlainObject = !getPrototypeOf ? shimIsPlainObject : function(value) {
33403
33570
 
33404
33571
  module.exports = isPlainObject;
33405
33572
 
33406
- },{"../internal/shimIsPlainObject":260,"./isNative":271}],275:[function(require,module,exports){
33573
+ },{"../internal/shimIsPlainObject":261,"./isNative":272}],276:[function(require,module,exports){
33407
33574
  var isObjectLike = require('../internal/isObjectLike');
33408
33575
 
33409
33576
  /** `Object#toString` result references. */
@@ -33441,7 +33608,7 @@ function isRegExp(value) {
33441
33608
 
33442
33609
  module.exports = isRegExp;
33443
33610
 
33444
- },{"../internal/isObjectLike":257}],276:[function(require,module,exports){
33611
+ },{"../internal/isObjectLike":258}],277:[function(require,module,exports){
33445
33612
  var isObjectLike = require('../internal/isObjectLike');
33446
33613
 
33447
33614
  /** `Object#toString` result references. */
@@ -33479,7 +33646,7 @@ function isString(value) {
33479
33646
 
33480
33647
  module.exports = isString;
33481
33648
 
33482
- },{"../internal/isObjectLike":257}],277:[function(require,module,exports){
33649
+ },{"../internal/isObjectLike":258}],278:[function(require,module,exports){
33483
33650
  var isLength = require('../internal/isLength'),
33484
33651
  isObjectLike = require('../internal/isObjectLike');
33485
33652
 
@@ -33556,7 +33723,7 @@ function isTypedArray(value) {
33556
33723
 
33557
33724
  module.exports = isTypedArray;
33558
33725
 
33559
- },{"../internal/isLength":256,"../internal/isObjectLike":257}],278:[function(require,module,exports){
33726
+ },{"../internal/isLength":257,"../internal/isObjectLike":258}],279:[function(require,module,exports){
33560
33727
  var baseCopy = require('../internal/baseCopy'),
33561
33728
  keysIn = require('../object/keysIn');
33562
33729
 
@@ -33589,7 +33756,7 @@ function toPlainObject(value) {
33589
33756
 
33590
33757
  module.exports = toPlainObject;
33591
33758
 
33592
- },{"../internal/baseCopy":213,"../object/keysIn":284}],279:[function(require,module,exports){
33759
+ },{"../internal/baseCopy":213,"../object/keysIn":285}],280:[function(require,module,exports){
33593
33760
  var baseAssign = require('../internal/baseAssign'),
33594
33761
  createAssigner = require('../internal/createAssigner');
33595
33762
 
@@ -33626,7 +33793,7 @@ var assign = createAssigner(baseAssign);
33626
33793
 
33627
33794
  module.exports = assign;
33628
33795
 
33629
- },{"../internal/baseAssign":209,"../internal/createAssigner":244}],280:[function(require,module,exports){
33796
+ },{"../internal/baseAssign":209,"../internal/createAssigner":245}],281:[function(require,module,exports){
33630
33797
  var arrayCopy = require('../internal/arrayCopy'),
33631
33798
  assign = require('./assign'),
33632
33799
  assignDefaults = require('../internal/assignDefaults');
@@ -33658,10 +33825,10 @@ function defaults(object) {
33658
33825
 
33659
33826
  module.exports = defaults;
33660
33827
 
33661
- },{"../internal/arrayCopy":203,"../internal/assignDefaults":208,"./assign":279}],281:[function(require,module,exports){
33828
+ },{"../internal/arrayCopy":203,"../internal/assignDefaults":208,"./assign":280}],282:[function(require,module,exports){
33662
33829
  module.exports = require('./assign');
33663
33830
 
33664
- },{"./assign":279}],282:[function(require,module,exports){
33831
+ },{"./assign":280}],283:[function(require,module,exports){
33665
33832
  /** Used for native method references. */
33666
33833
  var objectProto = Object.prototype;
33667
33834
 
@@ -33689,7 +33856,7 @@ function has(object, key) {
33689
33856
 
33690
33857
  module.exports = has;
33691
33858
 
33692
- },{}],283:[function(require,module,exports){
33859
+ },{}],284:[function(require,module,exports){
33693
33860
  var isLength = require('../internal/isLength'),
33694
33861
  isNative = require('../lang/isNative'),
33695
33862
  isObject = require('../lang/isObject'),
@@ -33739,7 +33906,7 @@ var keys = !nativeKeys ? shimKeys : function(object) {
33739
33906
 
33740
33907
  module.exports = keys;
33741
33908
 
33742
- },{"../internal/isLength":256,"../internal/shimKeys":261,"../lang/isNative":271,"../lang/isObject":273}],284:[function(require,module,exports){
33909
+ },{"../internal/isLength":257,"../internal/shimKeys":262,"../lang/isNative":272,"../lang/isObject":274}],285:[function(require,module,exports){
33743
33910
  var isArguments = require('../lang/isArguments'),
33744
33911
  isArray = require('../lang/isArray'),
33745
33912
  isIndex = require('../internal/isIndex'),
@@ -33788,7 +33955,7 @@ function keysIn(object) {
33788
33955
 
33789
33956
  var Ctor = object.constructor,
33790
33957
  index = -1,
33791
- isProto = typeof Ctor == 'function' && Ctor.prototype == object,
33958
+ isProto = typeof Ctor == 'function' && Ctor.prototype === object,
33792
33959
  result = Array(length),
33793
33960
  skipIndexes = length > 0;
33794
33961
 
@@ -33806,7 +33973,7 @@ function keysIn(object) {
33806
33973
 
33807
33974
  module.exports = keysIn;
33808
33975
 
33809
- },{"../internal/isIndex":254,"../internal/isLength":256,"../lang/isArguments":266,"../lang/isArray":267,"../lang/isObject":273,"../support":288}],285:[function(require,module,exports){
33976
+ },{"../internal/isIndex":255,"../internal/isLength":257,"../lang/isArguments":267,"../lang/isArray":268,"../lang/isObject":274,"../support":289}],286:[function(require,module,exports){
33810
33977
  var baseMerge = require('../internal/baseMerge'),
33811
33978
  createAssigner = require('../internal/createAssigner');
33812
33979
 
@@ -33860,7 +34027,7 @@ var merge = createAssigner(baseMerge);
33860
34027
 
33861
34028
  module.exports = merge;
33862
34029
 
33863
- },{"../internal/baseMerge":228,"../internal/createAssigner":244}],286:[function(require,module,exports){
34030
+ },{"../internal/baseMerge":229,"../internal/createAssigner":245}],287:[function(require,module,exports){
33864
34031
  var baseValues = require('../internal/baseValues'),
33865
34032
  keys = require('./keys');
33866
34033
 
@@ -33895,7 +34062,7 @@ function values(object) {
33895
34062
 
33896
34063
  module.exports = values;
33897
34064
 
33898
- },{"../internal/baseValues":237,"./keys":283}],287:[function(require,module,exports){
34065
+ },{"../internal/baseValues":238,"./keys":284}],288:[function(require,module,exports){
33899
34066
  var baseToString = require('../internal/baseToString');
33900
34067
 
33901
34068
  /**
@@ -33929,7 +34096,7 @@ function escapeRegExp(string) {
33929
34096
 
33930
34097
  module.exports = escapeRegExp;
33931
34098
 
33932
- },{"../internal/baseToString":235}],288:[function(require,module,exports){
34099
+ },{"../internal/baseToString":236}],289:[function(require,module,exports){
33933
34100
  (function (global){
33934
34101
  var isNative = require('./lang/isNative');
33935
34102
 
@@ -34008,7 +34175,7 @@ var support = {};
34008
34175
  module.exports = support;
34009
34176
 
34010
34177
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
34011
- },{"./lang/isNative":271}],289:[function(require,module,exports){
34178
+ },{"./lang/isNative":272}],290:[function(require,module,exports){
34012
34179
  /**
34013
34180
  * Creates a function that returns `value`.
34014
34181
  *
@@ -34032,7 +34199,7 @@ function constant(value) {
34032
34199
 
34033
34200
  module.exports = constant;
34034
34201
 
34035
- },{}],290:[function(require,module,exports){
34202
+ },{}],291:[function(require,module,exports){
34036
34203
  /**
34037
34204
  * This method returns the first argument provided to it.
34038
34205
  *
@@ -34053,7 +34220,7 @@ function identity(value) {
34053
34220
 
34054
34221
  module.exports = identity;
34055
34222
 
34056
- },{}],291:[function(require,module,exports){
34223
+ },{}],292:[function(require,module,exports){
34057
34224
  "use strict";
34058
34225
 
34059
34226
  var originalObject = Object;
@@ -34184,7 +34351,7 @@ function makeAccessor(secretCreatorFn) {
34184
34351
 
34185
34352
  defProp(exports, "makeAccessor", makeAccessor);
34186
34353
 
34187
- },{}],292:[function(require,module,exports){
34354
+ },{}],293:[function(require,module,exports){
34188
34355
  /**
34189
34356
  * Copyright (c) 2014, Facebook, Inc.
34190
34357
  * All rights reserved.
@@ -35378,7 +35545,7 @@ Ep.explodeExpression = function(path, ignoreResult) {
35378
35545
  }
35379
35546
  };
35380
35547
 
35381
- },{"./leap":294,"./meta":295,"./util":296,"assert":139,"ast-types":137}],293:[function(require,module,exports){
35548
+ },{"./leap":295,"./meta":296,"./util":297,"assert":138,"ast-types":136}],294:[function(require,module,exports){
35382
35549
  /**
35383
35550
  * Copyright (c) 2014, Facebook, Inc.
35384
35551
  * All rights reserved.
@@ -35533,7 +35700,7 @@ exports.hoist = function(funPath) {
35533
35700
  return b.variableDeclaration("var", declarations);
35534
35701
  };
35535
35702
 
35536
- },{"assert":139,"ast-types":137}],294:[function(require,module,exports){
35703
+ },{"assert":138,"ast-types":136}],295:[function(require,module,exports){
35537
35704
  /**
35538
35705
  * Copyright (c) 2014, Facebook, Inc.
35539
35706
  * All rights reserved.
@@ -35712,7 +35879,7 @@ LMp.getContinueLoc = function(label) {
35712
35879
  return this._findLeapLocation("continueLoc", label);
35713
35880
  };
35714
35881
 
35715
- },{"./emit":292,"assert":139,"ast-types":137,"util":164}],295:[function(require,module,exports){
35882
+ },{"./emit":293,"assert":138,"ast-types":136,"util":163}],296:[function(require,module,exports){
35716
35883
  /**
35717
35884
  * Copyright (c) 2014, Facebook, Inc.
35718
35885
  * All rights reserved.
@@ -35814,7 +35981,7 @@ for (var type in leapTypes) {
35814
35981
  exports.hasSideEffects = makePredicate("hasSideEffects", sideEffectTypes);
35815
35982
  exports.containsLeap = makePredicate("containsLeap", leapTypes);
35816
35983
 
35817
- },{"assert":139,"ast-types":137,"private":291}],296:[function(require,module,exports){
35984
+ },{"assert":138,"ast-types":136,"private":292}],297:[function(require,module,exports){
35818
35985
  /**
35819
35986
  * Copyright (c) 2014, Facebook, Inc.
35820
35987
  * All rights reserved.
@@ -35916,7 +36083,7 @@ exports.isReference = function(path, name) {
35916
36083
  }
35917
36084
  };
35918
36085
 
35919
- },{"assert":139,"ast-types":137}],297:[function(require,module,exports){
36086
+ },{"assert":138,"ast-types":136}],298:[function(require,module,exports){
35920
36087
  /**
35921
36088
  * Copyright (c) 2014, Facebook, Inc.
35922
36089
  * All rights reserved.
@@ -36029,6 +36196,7 @@ var visitor = types.PathVisitor.fromMethodsObject({
36029
36196
 
36030
36197
  outerBody.push(b.returnStatement(wrapCall));
36031
36198
  node.body = b.blockStatement(outerBody);
36199
+ node.body._declarations = bodyBlock._declarations;
36032
36200
 
36033
36201
  if (shouldTransformAsync) {
36034
36202
  node.async = false;
@@ -36177,7 +36345,7 @@ var awaitVisitor = types.PathVisitor.fromMethodsObject({
36177
36345
  }
36178
36346
  });
36179
36347
 
36180
- },{"./emit":292,"./hoist":293,"./util":296,"assert":139,"ast-types":137,"fs":138}],298:[function(require,module,exports){
36348
+ },{"./emit":293,"./hoist":294,"./util":297,"assert":138,"ast-types":136,"fs":137}],299:[function(require,module,exports){
36181
36349
  (function (__dirname){
36182
36350
  /**
36183
36351
  * Copyright (c) 2014, Facebook, Inc.
@@ -36229,7 +36397,7 @@ runtime.path = path.join(__dirname, "runtime.js");
36229
36397
  exports.transform = transform;
36230
36398
 
36231
36399
  }).call(this,"/node_modules/regenerator-babel")
36232
- },{"./lib/util":296,"./lib/visit":297,"./runtime":300,"assert":139,"ast-types":137,"fs":138,"path":147,"through":299}],299:[function(require,module,exports){
36400
+ },{"./lib/util":297,"./lib/visit":298,"./runtime":301,"assert":138,"ast-types":136,"fs":137,"path":146,"through":300}],300:[function(require,module,exports){
36233
36401
  (function (process){
36234
36402
  var Stream = require('stream')
36235
36403
 
@@ -36341,7 +36509,7 @@ function through (write, end, opts) {
36341
36509
 
36342
36510
 
36343
36511
  }).call(this,require('_process'))
36344
- },{"_process":148,"stream":160}],300:[function(require,module,exports){
36512
+ },{"_process":147,"stream":159}],301:[function(require,module,exports){
36345
36513
  (function (global){
36346
36514
  /**
36347
36515
  * Copyright (c) 2014, Facebook, Inc.
@@ -36872,7 +37040,7 @@ function through (write, end, opts) {
36872
37040
  );
36873
37041
 
36874
37042
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
36875
- },{}],301:[function(require,module,exports){
37043
+ },{}],302:[function(require,module,exports){
36876
37044
  // Generated by `/scripts/character-class-escape-sets.js`. Do not edit.
36877
37045
  var regenerate = require('regenerate');
36878
37046
 
@@ -36978,7 +37146,7 @@ exports.UNICODE_IGNORE_CASE = {
36978
37146
  .addRange(0x7B, 0x10FFFF)
36979
37147
  };
36980
37148
 
36981
- },{"regenerate":303}],302:[function(require,module,exports){
37149
+ },{"regenerate":304}],303:[function(require,module,exports){
36982
37150
  module.exports={
36983
37151
  "75": 8490,
36984
37152
  "83": 383,
@@ -37174,7 +37342,7 @@ module.exports={
37174
37342
  "71903": 71871
37175
37343
  }
37176
37344
 
37177
- },{}],303:[function(require,module,exports){
37345
+ },{}],304:[function(require,module,exports){
37178
37346
  (function (global){
37179
37347
  /*! https://mths.be/regenerate v1.2.0 by @mathias | MIT license */
37180
37348
  ;(function(root) {
@@ -38336,7 +38504,7 @@ module.exports={
38336
38504
  }(this));
38337
38505
 
38338
38506
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
38339
- },{}],304:[function(require,module,exports){
38507
+ },{}],305:[function(require,module,exports){
38340
38508
  (function (global){
38341
38509
  /*!
38342
38510
  * RegJSGen
@@ -38748,7 +38916,7 @@ module.exports={
38748
38916
  }.call(this));
38749
38917
 
38750
38918
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
38751
- },{}],305:[function(require,module,exports){
38919
+ },{}],306:[function(require,module,exports){
38752
38920
  // regjsparser
38753
38921
  //
38754
38922
  // ==================================================================
@@ -39671,7 +39839,7 @@ module.exports={
39671
39839
 
39672
39840
  }());
39673
39841
 
39674
- },{}],306:[function(require,module,exports){
39842
+ },{}],307:[function(require,module,exports){
39675
39843
  var generate = require('regjsgen').generate;
39676
39844
  var parse = require('regjsparser').parse;
39677
39845
  var regenerate = require('regenerate');
@@ -39738,6 +39906,9 @@ function assign(target, source) {
39738
39906
 
39739
39907
  function update(item, pattern) {
39740
39908
  // TODO: Test if memoizing `pattern` here is worth the effort.
39909
+ if (!pattern) {
39910
+ return;
39911
+ }
39741
39912
  var tree = parse(pattern, '');
39742
39913
  switch (tree.type) {
39743
39914
  case 'characterClass':
@@ -39863,7 +40034,16 @@ module.exports = function(pattern, flags) {
39863
40034
  return generate(tree);
39864
40035
  };
39865
40036
 
39866
- },{"./data/character-class-escape-sets.js":301,"./data/iu-mappings.json":302,"regenerate":303,"regjsgen":304,"regjsparser":305}],307:[function(require,module,exports){
40037
+ },{"./data/character-class-escape-sets.js":302,"./data/iu-mappings.json":303,"regenerate":304,"regjsgen":305,"regjsparser":306}],308:[function(require,module,exports){
40038
+ (function (Buffer){
40039
+ 'use strict';
40040
+ module.exports = function (val) {
40041
+ var base64 = new Buffer(JSON.stringify(val)).toString('base64');
40042
+ return '//# sourceMappingURL=data:application/json;base64,' + base64;
40043
+ };
40044
+
40045
+ }).call(this,require("buffer").Buffer)
40046
+ },{"buffer":139}],309:[function(require,module,exports){
39867
40047
  /*
39868
40048
  * Copyright 2009-2011 Mozilla Foundation and contributors
39869
40049
  * Licensed under the New BSD license. See LICENSE.txt or:
@@ -39873,7 +40053,7 @@ exports.SourceMapGenerator = require('./source-map/source-map-generator').Source
39873
40053
  exports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;
39874
40054
  exports.SourceNode = require('./source-map/source-node').SourceNode;
39875
40055
 
39876
- },{"./source-map/source-map-consumer":313,"./source-map/source-map-generator":314,"./source-map/source-node":315}],308:[function(require,module,exports){
40056
+ },{"./source-map/source-map-consumer":315,"./source-map/source-map-generator":316,"./source-map/source-node":317}],310:[function(require,module,exports){
39877
40057
  /* -*- Mode: js; js-indent-level: 2; -*- */
39878
40058
  /*
39879
40059
  * Copyright 2011 Mozilla Foundation and contributors
@@ -39972,7 +40152,7 @@ define(function (require, exports, module) {
39972
40152
 
39973
40153
  });
39974
40154
 
39975
- },{"./util":316,"amdefine":317}],309:[function(require,module,exports){
40155
+ },{"./util":318,"amdefine":319}],311:[function(require,module,exports){
39976
40156
  /* -*- Mode: js; js-indent-level: 2; -*- */
39977
40157
  /*
39978
40158
  * Copyright 2011 Mozilla Foundation and contributors
@@ -40116,7 +40296,7 @@ define(function (require, exports, module) {
40116
40296
 
40117
40297
  });
40118
40298
 
40119
- },{"./base64":310,"amdefine":317}],310:[function(require,module,exports){
40299
+ },{"./base64":312,"amdefine":319}],312:[function(require,module,exports){
40120
40300
  /* -*- Mode: js; js-indent-level: 2; -*- */
40121
40301
  /*
40122
40302
  * Copyright 2011 Mozilla Foundation and contributors
@@ -40160,7 +40340,7 @@ define(function (require, exports, module) {
40160
40340
 
40161
40341
  });
40162
40342
 
40163
- },{"amdefine":317}],311:[function(require,module,exports){
40343
+ },{"amdefine":319}],313:[function(require,module,exports){
40164
40344
  /* -*- Mode: js; js-indent-level: 2; -*- */
40165
40345
  /*
40166
40346
  * Copyright 2011 Mozilla Foundation and contributors
@@ -40242,7 +40422,7 @@ define(function (require, exports, module) {
40242
40422
 
40243
40423
  });
40244
40424
 
40245
- },{"amdefine":317}],312:[function(require,module,exports){
40425
+ },{"amdefine":319}],314:[function(require,module,exports){
40246
40426
  /* -*- Mode: js; js-indent-level: 2; -*- */
40247
40427
  /*
40248
40428
  * Copyright 2014 Mozilla Foundation and contributors
@@ -40330,7 +40510,7 @@ define(function (require, exports, module) {
40330
40510
 
40331
40511
  });
40332
40512
 
40333
- },{"./util":316,"amdefine":317}],313:[function(require,module,exports){
40513
+ },{"./util":318,"amdefine":319}],315:[function(require,module,exports){
40334
40514
  /* -*- Mode: js; js-indent-level: 2; -*- */
40335
40515
  /*
40336
40516
  * Copyright 2011 Mozilla Foundation and contributors
@@ -40907,7 +41087,7 @@ define(function (require, exports, module) {
40907
41087
 
40908
41088
  });
40909
41089
 
40910
- },{"./array-set":308,"./base64-vlq":309,"./binary-search":311,"./util":316,"amdefine":317}],314:[function(require,module,exports){
41090
+ },{"./array-set":310,"./base64-vlq":311,"./binary-search":313,"./util":318,"amdefine":319}],316:[function(require,module,exports){
40911
41091
  /* -*- Mode: js; js-indent-level: 2; -*- */
40912
41092
  /*
40913
41093
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41309,7 +41489,7 @@ define(function (require, exports, module) {
41309
41489
 
41310
41490
  });
41311
41491
 
41312
- },{"./array-set":308,"./base64-vlq":309,"./mapping-list":312,"./util":316,"amdefine":317}],315:[function(require,module,exports){
41492
+ },{"./array-set":310,"./base64-vlq":311,"./mapping-list":314,"./util":318,"amdefine":319}],317:[function(require,module,exports){
41313
41493
  /* -*- Mode: js; js-indent-level: 2; -*- */
41314
41494
  /*
41315
41495
  * Copyright 2011 Mozilla Foundation and contributors
@@ -41725,7 +41905,7 @@ define(function (require, exports, module) {
41725
41905
 
41726
41906
  });
41727
41907
 
41728
- },{"./source-map-generator":314,"./util":316,"amdefine":317}],316:[function(require,module,exports){
41908
+ },{"./source-map-generator":316,"./util":318,"amdefine":319}],318:[function(require,module,exports){
41729
41909
  /* -*- Mode: js; js-indent-level: 2; -*- */
41730
41910
  /*
41731
41911
  * Copyright 2011 Mozilla Foundation and contributors
@@ -42046,7 +42226,7 @@ define(function (require, exports, module) {
42046
42226
 
42047
42227
  });
42048
42228
 
42049
- },{"amdefine":317}],317:[function(require,module,exports){
42229
+ },{"amdefine":319}],319:[function(require,module,exports){
42050
42230
  (function (process,__filename){
42051
42231
  /** vim: et:ts=4:sw=4:sts=4
42052
42232
  * @license amdefine 0.1.0 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
@@ -42349,54 +42529,11 @@ function amdefine(module, requireFn) {
42349
42529
  module.exports = amdefine;
42350
42530
 
42351
42531
  }).call(this,require('_process'),"/node_modules/source-map/node_modules/amdefine/amdefine.js")
42352
- },{"_process":148,"path":147}],318:[function(require,module,exports){
42353
- (function (process){
42354
- 'use strict';
42355
- var argv = process.argv;
42356
-
42357
- module.exports = (function () {
42358
- if (argv.indexOf('--no-color') !== -1 ||
42359
- argv.indexOf('--no-colors') !== -1 ||
42360
- argv.indexOf('--color=false') !== -1) {
42361
- return false;
42362
- }
42363
-
42364
- if (argv.indexOf('--color') !== -1 ||
42365
- argv.indexOf('--colors') !== -1 ||
42366
- argv.indexOf('--color=true') !== -1 ||
42367
- argv.indexOf('--color=always') !== -1) {
42368
- return true;
42369
- }
42370
-
42371
- if (process.stdout && !process.stdout.isTTY) {
42372
- return false;
42373
- }
42374
-
42375
- if (process.platform === 'win32') {
42376
- return true;
42377
- }
42378
-
42379
- if ('COLORTERM' in process.env) {
42380
- return true;
42381
- }
42382
-
42383
- if (process.env.TERM === 'dumb') {
42384
- return false;
42385
- }
42386
-
42387
- if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(process.env.TERM)) {
42388
- return true;
42389
- }
42390
-
42391
- return false;
42392
- })();
42393
-
42394
- }).call(this,require('_process'))
42395
- },{"_process":148}],319:[function(require,module,exports){
42532
+ },{"_process":147,"path":146}],320:[function(require,module,exports){
42396
42533
  module.exports={
42397
42534
  "name": "babel",
42398
42535
  "description": "Turn ES6 code into readable vanilla ES5 with source maps",
42399
- "version": "4.0.1",
42536
+ "version": "4.0.2",
42400
42537
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
42401
42538
  "homepage": "https://babeljs.io/",
42402
42539
  "repository": "babel/babel",
@@ -42436,43 +42573,42 @@ module.exports={
42436
42573
  "acorn-babel": "0.11.1-32",
42437
42574
  "ast-types": "~0.6.1",
42438
42575
  "chalk": "^0.5.1",
42439
- "chokidar": "0.12.6",
42440
- "commander": "2.6.0",
42576
+ "chokidar": "^0.12.6",
42577
+ "commander": "^2.6.0",
42441
42578
  "core-js": "^0.5.4",
42442
42579
  "debug": "^2.1.1",
42443
- "detect-indent": "3.0.0",
42444
- "estraverse": "1.9.1",
42445
- "esutils": "1.1.6",
42446
- "fs-readdir-recursive": "0.1.0",
42447
- "globals": "^5.1.0",
42448
- "js-tokenizer": "1.3.3",
42449
- "lodash": "3.0.0",
42450
- "output-file-sync": "1.1.0",
42451
- "private": "0.1.6",
42452
- "regenerator-babel": "0.8.10-1",
42453
- "regexpu": "1.1.0",
42454
- "roadrunner": "1.0.4",
42455
- "source-map": "0.1.43",
42456
- "source-map-support": "0.2.9",
42457
- "supports-color": "1.2.0",
42458
- "useragent": "^2.1.5"
42580
+ "detect-indent": "^3.0.0",
42581
+ "estraverse": "^1.9.1",
42582
+ "esutils": "^1.1.6",
42583
+ "fs-readdir-recursive": "^0.1.0",
42584
+ "globals": "^6.2.0",
42585
+ "js-tokenizer": "^1.3.3",
42586
+ "leven": "^1.0.1",
42587
+ "lodash": "^3.2.0",
42588
+ "output-file-sync": "^1.1.0",
42589
+ "private": "^0.1.6",
42590
+ "regenerator-babel": "0.8.10-2",
42591
+ "regexpu": "^1.1.1",
42592
+ "source-map": "^0.1.43",
42593
+ "source-map-support": "^0.2.9",
42594
+ "source-map-to-comment": "^1.0.0"
42459
42595
  },
42460
42596
  "devDependencies": {
42461
- "browserify": "8.1.1",
42462
- "chai": "1.10.0",
42463
- "esvalid": "1.1.0",
42464
- "istanbul": "0.3.5",
42465
- "jscs": "1.10.0",
42466
- "jshint": "2.6.0",
42467
- "jshint-stylish": "1.0.0",
42468
- "matcha": "0.6.0",
42469
- "mocha": "2.1.0",
42470
- "rimraf": "2.2.8",
42471
- "uglify-js": "2.4.16"
42597
+ "browserify": "^8.1.3",
42598
+ "chai": "^2.0.0",
42599
+ "esvalid": "^1.1.0",
42600
+ "istanbul": "^0.3.5",
42601
+ "jscs": "^1.11.3",
42602
+ "jshint": "^2.6.0",
42603
+ "jshint-stylish": "^1.0.0",
42604
+ "matcha": "^0.6.0",
42605
+ "mocha": "^2.1.0",
42606
+ "rimraf": "^2.2.8",
42607
+ "uglify-js": "^2.4.16"
42472
42608
  }
42473
42609
  }
42474
42610
 
42475
- },{}],320:[function(require,module,exports){
42611
+ },{}],321:[function(require,module,exports){
42476
42612
  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":{"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},"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":"LabeledStatement","start":null,"end":null,"loc":null,"range":null,"body":{"type":"WhileStatement","start":null,"end":null,"loc":null,"range":null,"test":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":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},"tail-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":"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":"Tail","_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":"func","_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},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"context","_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":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"func","_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":"func","_declarations":null,"extendedRange":null,"_scopeInfo":null,"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":"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":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"args","_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":"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},{"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":"ThisExpression","start":null,"end":null,"loc":null,"range":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"context","_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":"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}],"_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":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"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":"Tail","_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":"_isTailDescriptor","_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},{"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":"isRunning","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":false,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"kind":"var","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"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":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"func","_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},{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"context","_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":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"init":{"type":"NewExpression","start":null,"end":null,"loc":null,"range":null,"callee":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Tail","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"arguments":[{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"func","_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},{"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}],"kind":"var","_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":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isRunning","_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":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"isRunning","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":true,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"DoWhileStatement","start":null,"end":null,"loc":null,"range":null,"body":{"type":"BlockStatement","start":null,"end":null,"loc":null,"range":null,"body":[{"type":"ExpressionStatement","start":null,"end":null,"loc":null,"range":null,"expression":{"type":"AssignmentExpression","start":null,"end":null,"loc":null,"range":null,"operator":"=","left":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_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":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"func","_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":"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":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"context","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"computed":false,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},{"type":"MemberExpression","start":null,"end":null,"loc":null,"range":null,"object":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"args","_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},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null}],"_scopeInfo":null,"_declarations":null,"extendedRange":null,"tokens":null,"raw":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":"instanceof","right":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"Tail","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":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":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"result","_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":"result","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"property":{"type":"Identifier","start":null,"end":null,"loc":null,"range":null,"name":"_isTailDescriptor","_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},{"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":"isRunning","_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"right":{"type":"Literal","start":null,"end":null,"loc":null,"range":null,"value":false,"raw":null,"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null},"_declarations":null,"extendedRange":null,"_scopeInfo":null,"tokens":null,"raw":null},"_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":"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}],"_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},"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},"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}}
42477
42613
  },{}]},{},[1])(1)
42478
42614
  });