@@ -400,7 +400,7 @@ define(defaultAssert, { '__esModule': true });
400
400
defaultAssert['default'] = defaultAssert;
401
401
module.exports = defaultAssert;
402
402
403
- },{"assert":7,"define-properties":126,"empower":134,"power-assert-formatter":174,"universal-deep-strict-equal":191,"xtend/mutable":197 }],2:[function(_dereq_,module,exports){
403
+ },{"assert":7,"define-properties":126,"empower":134,"power-assert-formatter":174,"universal-deep-strict-equal":191,"xtend/mutable":196 }],2:[function(_dereq_,module,exports){
404
404
module.exports = function(acorn) {
405
405
switch (parseInt(acorn.version)) {
406
406
case 2:
@@ -9418,7 +9418,7 @@ function numberIsNaN (obj) {
9418
9418
}
9419
9419
9420
9420
}).call(this)}).call(this,_dereq_("buffer").Buffer)
9421
- },{"base64-js":12,"buffer":13,"ieee754":154 }],14:[function(_dereq_,module,exports){
9421
+ },{"base64-js":12,"buffer":13,"ieee754":155 }],14:[function(_dereq_,module,exports){
9422
9422
'use strict';
9423
9423
9424
9424
var GetIntrinsic = _dereq_('get-intrinsic');
@@ -9435,7 +9435,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
9435
9435
return intrinsic;
9436
9436
};
9437
9437
9438
- },{"./":15,"get-intrinsic":148 }],15:[function(_dereq_,module,exports){
9438
+ },{"./":15,"get-intrinsic":149 }],15:[function(_dereq_,module,exports){
9439
9439
'use strict';
9440
9440
9441
9441
var bind = _dereq_('function-bind');
@@ -9484,7 +9484,7 @@ if ($defineProperty) {
9484
9484
module.exports.apply = applyBind;
9485
9485
}
9486
9486
9487
- },{"function-bind":147 ,"get-intrinsic":148 }],16:[function(_dereq_,module,exports){
9487
+ },{"function-bind":148 ,"get-intrinsic":149 }],16:[function(_dereq_,module,exports){
9488
9488
'use strict';
9489
9489
module.exports.parse = parse;
9490
9490
module.exports.generate = generate;
@@ -14215,6 +14215,23 @@ module.exports = function defaultOptions () {
14215
14215
},{"core-js/library/fn/object/assign":26,"empower-core":129}],137:[function(_dereq_,module,exports){
14216
14216
arguments[4][133][0].apply(exports,arguments)
14217
14217
},{"core-js/library/fn/array/for-each":18,"core-js/library/fn/object/define-property":28,"core-js/library/fn/object/keys":29,"dup":133}],138:[function(_dereq_,module,exports){
14218
+ 'use strict';
14219
+
14220
+ var GetIntrinsic = _dereq_('get-intrinsic');
14221
+
14222
+ var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%');
14223
+ if ($gOPD) {
14224
+ try {
14225
+ $gOPD([], 'length');
14226
+ } catch (e) {
14227
+ // IE 8 has a broken gOPD
14228
+ $gOPD = null;
14229
+ }
14230
+ }
14231
+
14232
+ module.exports = $gOPD;
14233
+
14234
+ },{"get-intrinsic":149}],139:[function(_dereq_,module,exports){
14218
14235
/**
14219
14236
* espurify - Clone new AST without extra properties
14220
14237
*
@@ -14238,7 +14255,7 @@ espurify.customize = createCloneFunction;
14238
14255
espurify.cloneWithWhitelist = cloneWithWhitelist;
14239
14256
module.exports = espurify;
14240
14257
14241
- },{"./lib/clone-ast":140 ,"./lib/create-whitelist":141 }],139 :[function(_dereq_,module,exports){
14258
+ },{"./lib/clone-ast":141 ,"./lib/create-whitelist":142 }],140 :[function(_dereq_,module,exports){
14242
14259
module.exports = {
14243
14260
ArrayExpression: ['type', 'elements'],
14244
14261
ArrayPattern: ['type', 'elements'],
@@ -14308,7 +14325,7 @@ module.exports = {
14308
14325
YieldExpression: ['type', 'argument', 'delegate']
14309
14326
};
14310
14327
14311
- },{}],140 :[function(_dereq_,module,exports){
14328
+ },{}],141 :[function(_dereq_,module,exports){
14312
14329
'use strict';
14313
14330
14314
14331
var isArray = _dereq_('core-js/library/fn/array/is-array');
@@ -14394,7 +14411,7 @@ module.exports = function cloneWithWhitelist (astWhiteList) {
14394
14411
return cloneRoot;
14395
14412
};
14396
14413
14397
- },{"core-js/library/fn/array/index-of":19,"core-js/library/fn/array/is-array":20,"core-js/library/fn/array/reduce":23,"core-js/library/fn/map":25,"core-js/library/fn/object/keys":29}],141 :[function(_dereq_,module,exports){
14414
+ },{"core-js/library/fn/array/index-of":19,"core-js/library/fn/array/is-array":20,"core-js/library/fn/array/reduce":23,"core-js/library/fn/map":25,"core-js/library/fn/object/keys":29}],142 :[function(_dereq_,module,exports){
14398
14415
'use strict';
14399
14416
14400
14417
var defaultProps = _dereq_('./ast-properties');
@@ -14413,7 +14430,7 @@ module.exports = function createWhitelist (options) {
14413
14430
return result;
14414
14431
};
14415
14432
14416
- },{"./ast-properties":139 ,"core-js/library/fn/object/assign":26,"core-js/library/fn/object/keys":29}],142 :[function(_dereq_,module,exports){
14433
+ },{"./ast-properties":140 ,"core-js/library/fn/object/assign":26,"core-js/library/fn/object/keys":29}],143 :[function(_dereq_,module,exports){
14417
14434
/*
14418
14435
Copyright (C) 2012-2013 Yusuke Suzuki <
[email protected] >
14419
14436
Copyright (C) 2012 Ariya Hidayat <
[email protected] >
@@ -15264,9 +15281,9 @@ module.exports = function createWhitelist (options) {
15264
15281
}(exports));
15265
15282
/* vim: set sw=4 ts=4 et tw=80 : */
15266
15283
15267
- },{"./package.json":143 }],143 :[function(_dereq_,module,exports){
15284
+ },{"./package.json":144 }],144 :[function(_dereq_,module,exports){
15268
15285
module.exports={"name":"estraverse","version":"4.2.0"}
15269
- },{}],144 :[function(_dereq_,module,exports){
15286
+ },{}],145 :[function(_dereq_,module,exports){
15270
15287
// Copyright Joyent, Inc. and other Node contributors.
15271
15288
//
15272
15289
// Permission is hereby granted, free of charge, to any person obtaining a
@@ -15765,7 +15782,7 @@ function eventTargetAgnosticAddListener(emitter, name, listener, flags) {
15765
15782
}
15766
15783
}
15767
15784
15768
- },{}],145 :[function(_dereq_,module,exports){
15785
+ },{}],146 :[function(_dereq_,module,exports){
15769
15786
15770
15787
var hasOwn = Object.prototype.hasOwnProperty;
15771
15788
var toString = Object.prototype.toString;
@@ -15789,7 +15806,7 @@ module.exports = function forEach (obj, fn, ctx) {
15789
15806
};
15790
15807
15791
15808
15792
- },{}],146 :[function(_dereq_,module,exports){
15809
+ },{}],147 :[function(_dereq_,module,exports){
15793
15810
'use strict';
15794
15811
15795
15812
/* eslint no-invalid-this: 1 */
@@ -15843,14 +15860,14 @@ module.exports = function bind(that) {
15843
15860
return bound;
15844
15861
};
15845
15862
15846
- },{}],147 :[function(_dereq_,module,exports){
15863
+ },{}],148 :[function(_dereq_,module,exports){
15847
15864
'use strict';
15848
15865
15849
15866
var implementation = _dereq_('./implementation');
15850
15867
15851
15868
module.exports = Function.prototype.bind || implementation;
15852
15869
15853
- },{"./implementation":146 }],148 :[function(_dereq_,module,exports){
15870
+ },{"./implementation":147 }],149 :[function(_dereq_,module,exports){
15854
15871
'use strict';
15855
15872
15856
15873
var undefined;
@@ -16181,7 +16198,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
16181
16198
return value;
16182
16199
};
16183
16200
16184
- },{"function-bind":147 ,"has":153 ,"has-symbols":149 }],149 :[function(_dereq_,module,exports){
16201
+ },{"function-bind":148 ,"has":154 ,"has-symbols":150 }],150 :[function(_dereq_,module,exports){
16185
16202
'use strict';
16186
16203
16187
16204
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -16196,7 +16213,7 @@ module.exports = function hasNativeSymbols() {
16196
16213
return hasSymbolSham();
16197
16214
};
16198
16215
16199
- },{"./shams":150 }],150 :[function(_dereq_,module,exports){
16216
+ },{"./shams":151 }],151 :[function(_dereq_,module,exports){
16200
16217
'use strict';
16201
16218
16202
16219
/* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -16240,9 +16257,9 @@ module.exports = function hasSymbols() {
16240
16257
return true;
16241
16258
};
16242
16259
16243
- },{}],151 :[function(_dereq_,module,exports){
16244
- arguments[4][150 ][0].apply(exports,arguments)
16245
- },{"dup":150 }],152 :[function(_dereq_,module,exports){
16260
+ },{}],152 :[function(_dereq_,module,exports){
16261
+ arguments[4][151 ][0].apply(exports,arguments)
16262
+ },{"dup":151 }],153 :[function(_dereq_,module,exports){
16246
16263
'use strict';
16247
16264
16248
16265
var hasSymbols = _dereq_('has-symbols/shams');
@@ -16251,14 +16268,14 @@ module.exports = function hasToStringTagShams() {
16251
16268
return hasSymbols() && !!Symbol.toStringTag;
16252
16269
};
16253
16270
16254
- },{"has-symbols/shams":151 }],153 :[function(_dereq_,module,exports){
16271
+ },{"has-symbols/shams":152 }],154 :[function(_dereq_,module,exports){
16255
16272
'use strict';
16256
16273
16257
16274
var bind = _dereq_('function-bind');
16258
16275
16259
16276
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
16260
16277
16261
- },{"function-bind":147 }],154 :[function(_dereq_,module,exports){
16278
+ },{"function-bind":148 }],155 :[function(_dereq_,module,exports){
16262
16279
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
16263
16280
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
16264
16281
var e, m
@@ -16345,7 +16362,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
16345
16362
buffer[offset + i - d] |= s * 128
16346
16363
}
16347
16364
16348
- },{}],155 :[function(_dereq_,module,exports){
16365
+ },{}],156 :[function(_dereq_,module,exports){
16349
16366
16350
16367
var indexOf = [].indexOf;
16351
16368
@@ -16356,9 +16373,9 @@ module.exports = function(arr, obj){
16356
16373
}
16357
16374
return -1;
16358
16375
};
16359
- },{}],156 :[function(_dereq_,module,exports){
16376
+ },{}],157 :[function(_dereq_,module,exports){
16360
16377
arguments[4][8][0].apply(exports,arguments)
16361
- },{"dup":8}],157 :[function(_dereq_,module,exports){
16378
+ },{"dup":8}],158 :[function(_dereq_,module,exports){
16362
16379
'use strict';
16363
16380
16364
16381
var hasToStringTag = _dereq_('has-tostringtag/shams')();
@@ -16393,7 +16410,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
16393
16410
16394
16411
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
16395
16412
16396
- },{"call-bind/callBound":14,"has-tostringtag/shams":152 }],158 :[function(_dereq_,module,exports){
16413
+ },{"call-bind/callBound":14,"has-tostringtag/shams":153 }],159 :[function(_dereq_,module,exports){
16397
16414
'use strict';
16398
16415
16399
16416
var toStr = Object.prototype.toString;
@@ -16433,7 +16450,7 @@ module.exports = function isGeneratorFunction(fn) {
16433
16450
return getProto(fn) === GeneratorFunction;
16434
16451
};
16435
16452
16436
- },{"has-tostringtag/shams":152 }],159 :[function(_dereq_,module,exports){
16453
+ },{"has-tostringtag/shams":153 }],160 :[function(_dereq_,module,exports){
16437
16454
(function (global){(function (){
16438
16455
'use strict';
16439
16456
@@ -16496,24 +16513,7 @@ module.exports = function isTypedArray(value) {
16496
16513
};
16497
16514
16498
16515
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
16499
- },{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":160,"foreach":145,"has-tostringtag/shams":152}],160:[function(_dereq_,module,exports){
16500
- 'use strict';
16501
-
16502
- var GetIntrinsic = _dereq_('get-intrinsic');
16503
-
16504
- var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%');
16505
- if ($gOPD) {
16506
- try {
16507
- $gOPD([], 'length');
16508
- } catch (e) {
16509
- // IE 8 has a broken gOPD
16510
- $gOPD = null;
16511
- }
16512
- }
16513
-
16514
- module.exports = $gOPD;
16515
-
16516
- },{"get-intrinsic":148}],161:[function(_dereq_,module,exports){
16516
+ },{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":138,"foreach":146,"has-tostringtag/shams":153}],161:[function(_dereq_,module,exports){
16517
16517
/*
16518
16518
object-assign
16519
16519
(c) Sindre Sorhus
@@ -17042,7 +17042,7 @@ function offsetAndSlimDownTokens (tokens) {
17042
17042
return result;
17043
17043
}
17044
17044
17045
- },{"acorn":5,"acorn-es7-plugin":2,"core-js/library/fn/object/assign":26,"espurify":138 ,"estraverse":142 }],171:[function(_dereq_,module,exports){
17045
+ },{"acorn":5,"acorn-es7-plugin":2,"core-js/library/fn/object/assign":26,"espurify":139 ,"estraverse":143 }],171:[function(_dereq_,module,exports){
17046
17046
module.exports = _dereq_('./lib/context-traversal');
17047
17047
17048
17048
},{"./lib/context-traversal":172}],172:[function(_dereq_,module,exports){
@@ -17124,7 +17124,7 @@ function createEsNode (path, currentNode, espathToValue, jsCode, tokens, parent)
17124
17124
17125
17125
module.exports = ContextTraversal;
17126
17126
17127
- },{"./location":173,"core-js/library/fn/array/for-each":18,"core-js/library/fn/array/reduce":23,"core-js/library/fn/object/assign":26,"estraverse":142 ,"events":144 ,"util":194}],173:[function(_dereq_,module,exports){
17127
+ },{"./location":173,"core-js/library/fn/array/for-each":18,"core-js/library/fn/array/reduce":23,"core-js/library/fn/object/assign":26,"estraverse":143 ,"events":145 ,"util":194}],173:[function(_dereq_,module,exports){
17128
17128
'use strict';
17129
17129
17130
17130
var syntax = _dereq_('estraverse').Syntax;
@@ -17206,7 +17206,7 @@ function searchToken(tokens, predicate) {
17206
17206
17207
17207
module.exports = locationOf;
17208
17208
17209
- },{"estraverse":142 }],174:[function(_dereq_,module,exports){
17209
+ },{"estraverse":143 }],174:[function(_dereq_,module,exports){
17210
17210
/**
17211
17211
* power-assert-formatter.js - Power Assert output formatter
17212
17212
*
@@ -19083,7 +19083,7 @@ function objEquiv(a, b, strict, actualVisitedObjects) {
19083
19083
19084
19084
module.exports = _deepEqual;
19085
19085
19086
- },{"array-filter":6,"buffer":13,"indexof":155 ,"object-keys":163}],192:[function(_dereq_,module,exports){
19086
+ },{"array-filter":6,"buffer":13,"indexof":156 ,"object-keys":163}],192:[function(_dereq_,module,exports){
19087
19087
arguments[4][9][0].apply(exports,arguments)
19088
19088
},{"dup":9}],193:[function(_dereq_,module,exports){
19089
19089
// Currently in sync with Node.js lib/internal/util/types.js
@@ -19420,7 +19420,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
19420
19420
});
19421
19421
});
19422
19422
19423
- },{"is-arguments":157 ,"is-generator-function":158 ,"is-typed-array":159 ,"which-typed-array":195}],194:[function(_dereq_,module,exports){
19423
+ },{"is-arguments":158 ,"is-generator-function":159 ,"is-typed-array":160 ,"which-typed-array":195}],194:[function(_dereq_,module,exports){
19424
19424
(function (process){(function (){
19425
19425
// Copyright Joyent, Inc. and other Node contributors.
19426
19426
//
@@ -20139,7 +20139,7 @@ function callbackify(original) {
20139
20139
exports.callbackify = callbackify;
20140
20140
20141
20141
}).call(this)}).call(this,_dereq_('_process'))
20142
- },{"./support/isBuffer":192,"./support/types":193,"_process":186,"inherits":156 }],195:[function(_dereq_,module,exports){
20142
+ },{"./support/isBuffer":192,"./support/types":193,"_process":186,"inherits":157 }],195:[function(_dereq_,module,exports){
20143
20143
(function (global){(function (){
20144
20144
'use strict';
20145
20145
@@ -20197,9 +20197,7 @@ module.exports = function whichTypedArray(value) {
20197
20197
};
20198
20198
20199
20199
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
20200
- },{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":196,"foreach":145,"has-tostringtag/shams":152,"is-typed-array":159}],196:[function(_dereq_,module,exports){
20201
- arguments[4][160][0].apply(exports,arguments)
20202
- },{"dup":160,"get-intrinsic":148}],197:[function(_dereq_,module,exports){
20200
+ },{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":138,"foreach":146,"has-tostringtag/shams":153,"is-typed-array":160}],196:[function(_dereq_,module,exports){
20203
20201
module.exports = extend
20204
20202
20205
20203
var hasOwnProperty = Object.prototype.hasOwnProperty;
0 commit comments