@@ -4214,7 +4214,11 @@ Generated by [AVA](https://avajs.dev).
42144214 var f = n.default;β
42154215 if (typeof f == "function") {β
42164216 var a = function a () {β
4217- if (this instanceof a) {β
4217+ var isInstance = false;β
4218+ try {β
4219+ isInstance = this instanceof a;β
4220+ } catch {}β
4221+ if (isInstance) {β
42184222 return Reflect.construct(f, arguments, this.constructor);β
42194223 }β
42204224 return f.apply(this, arguments);β
@@ -4312,7 +4316,11 @@ Generated by [AVA](https://avajs.dev).
43124316 var f = n.default;β
43134317 if (typeof f == "function") {β
43144318 var a = function a () {β
4315- if (this instanceof a) {β
4319+ var isInstance = false;β
4320+ try {β
4321+ isInstance = this instanceof a;β
4322+ } catch {}β
4323+ if (isInstance) {β
43164324 return Reflect.construct(f, arguments, this.constructor);β
43174325 }β
43184326 return f.apply(this, arguments);β
@@ -4404,7 +4412,11 @@ Generated by [AVA](https://avajs.dev).
44044412 var f = n.default;β
44054413 if (typeof f == "function") {β
44064414 var a = function a () {β
4407- if (this instanceof a) {β
4415+ var isInstance = false;β
4416+ try {β
4417+ isInstance = this instanceof a;β
4418+ } catch {}β
4419+ if (isInstance) {β
44084420 return Reflect.construct(f, arguments, this.constructor);β
44094421 }β
44104422 return f.apply(this, arguments);β
@@ -4540,7 +4552,11 @@ Generated by [AVA](https://avajs.dev).
45404552 var f = n.default;β
45414553 if (typeof f == "function") {β
45424554 var a = function a () {β
4543- if (this instanceof a) {β
4555+ var isInstance = false;β
4556+ try {β
4557+ isInstance = this instanceof a;β
4558+ } catch {}β
4559+ if (isInstance) {β
45444560 return Reflect.construct(f, arguments, this.constructor);β
45454561 }β
45464562 return f.apply(this, arguments);β
@@ -4644,7 +4660,11 @@ Generated by [AVA](https://avajs.dev).
46444660 var f = n.default;β
46454661 if (typeof f == "function") {β
46464662 var a = function a () {β
4647- if (this instanceof a) {β
4663+ var isInstance = false;β
4664+ try {β
4665+ isInstance = this instanceof a;β
4666+ } catch {}β
4667+ if (isInstance) {β
46484668 return Reflect.construct(f, arguments, this.constructor);β
46494669 }β
46504670 return f.apply(this, arguments);β
@@ -4713,7 +4733,11 @@ Generated by [AVA](https://avajs.dev).
47134733 var f = n.default;β
47144734 if (typeof f == "function") {β
47154735 var a = function a () {β
4716- if (this instanceof a) {β
4736+ var isInstance = false;β
4737+ try {β
4738+ isInstance = this instanceof a;β
4739+ } catch {}β
4740+ if (isInstance) {β
47174741 return Reflect.construct(f, arguments, this.constructor);β
47184742 }β
47194743 return f.apply(this, arguments);β
@@ -4982,7 +5006,11 @@ Generated by [AVA](https://avajs.dev).
49825006 var f = n.default;β
49835007 if (typeof f == "function") {β
49845008 var a = function a () {β
4985- if (this instanceof a) {β
5009+ var isInstance = false;β
5010+ try {β
5011+ isInstance = this instanceof a;β
5012+ } catch {}β
5013+ if (isInstance) {β
49865014 return Reflect.construct(f, arguments, this.constructor);β
49875015 }β
49885016 return f.apply(this, arguments);β
@@ -5271,7 +5299,11 @@ Generated by [AVA](https://avajs.dev).
52715299 var f = n.default;β
52725300 if (typeof f == "function") {β
52735301 var a = function a () {β
5274- if (this instanceof a) {β
5302+ var isInstance = false;β
5303+ try {β
5304+ isInstance = this instanceof a;β
5305+ } catch {}β
5306+ if (isInstance) {β
52755307 return Reflect.construct(f, arguments, this.constructor);β
52765308 }β
52775309 return f.apply(this, arguments);β
@@ -5394,7 +5426,11 @@ Generated by [AVA](https://avajs.dev).
53945426 var f = n.default;β
53955427 if (typeof f == "function") {β
53965428 var a = function a () {β
5397- if (this instanceof a) {β
5429+ var isInstance = false;β
5430+ try {β
5431+ isInstance = this instanceof a;β
5432+ } catch {}β
5433+ if (isInstance) {β
53985434 return Reflect.construct(f, arguments, this.constructor);β
53995435 }β
54005436 return f.apply(this, arguments);β
@@ -5624,7 +5660,11 @@ Generated by [AVA](https://avajs.dev).
56245660 var f = n.default;β
56255661 if (typeof f == "function") {β
56265662 var a = function a () {β
5627- if (this instanceof a) {β
5663+ var isInstance = false;β
5664+ try {β
5665+ isInstance = this instanceof a;β
5666+ } catch {}β
5667+ if (isInstance) {β
56285668 return Reflect.construct(f, arguments, this.constructor);β
56295669 }β
56305670 return f.apply(this, arguments);β
@@ -5974,7 +6014,11 @@ Generated by [AVA](https://avajs.dev).
59746014 var f = n.default;β
59756015 if (typeof f == "function") {β
59766016 var a = function a () {β
5977- if (this instanceof a) {β
6017+ var isInstance = false;β
6018+ try {β
6019+ isInstance = this instanceof a;β
6020+ } catch {}β
6021+ if (isInstance) {β
59786022 return Reflect.construct(f, arguments, this.constructor);β
59796023 }β
59806024 return f.apply(this, arguments);β
@@ -6089,7 +6133,11 @@ Generated by [AVA](https://avajs.dev).
60896133 var f = n.default;β
60906134 if (typeof f == "function") {β
60916135 var a = function a () {β
6092- if (this instanceof a) {β
6136+ var isInstance = false;β
6137+ try {β
6138+ isInstance = this instanceof a;β
6139+ } catch {}β
6140+ if (isInstance) {β
60936141 return Reflect.construct(f, arguments, this.constructor);β
60946142 }β
60956143 return f.apply(this, arguments);β
@@ -7539,7 +7587,11 @@ Generated by [AVA](https://avajs.dev).
75397587 var f = n.default;β
75407588 if (typeof f == "function") {β
75417589 var a = function a () {β
7542- if (this instanceof a) {β
7590+ var isInstance = false;β
7591+ try {β
7592+ isInstance = this instanceof a;β
7593+ } catch {}β
7594+ if (isInstance) {β
75437595 return Reflect.construct(f, arguments, this.constructor);β
75447596 }β
75457597 return f.apply(this, arguments);β
@@ -8285,7 +8337,11 @@ Generated by [AVA](https://avajs.dev).
82858337 var f = n.default;β
82868338 if (typeof f == "function") {β
82878339 var a = function a () {β
8288- if (this instanceof a) {β
8340+ var isInstance = false;β
8341+ try {β
8342+ isInstance = this instanceof a;β
8343+ } catch {}β
8344+ if (isInstance) {β
82898345 return Reflect.construct(f, arguments, this.constructor);β
82908346 }β
82918347 return f.apply(this, arguments);β
@@ -8348,7 +8404,11 @@ Generated by [AVA](https://avajs.dev).
83488404 var f = n.default;β
83498405 if (typeof f == "function") {β
83508406 var a = function a () {β
8351- if (this instanceof a) {β
8407+ var isInstance = false;β
8408+ try {β
8409+ isInstance = this instanceof a;β
8410+ } catch {}β
8411+ if (isInstance) {β
83528412 return Reflect.construct(f, arguments, this.constructor);β
83538413 }β
83548414 return f.apply(this, arguments);β
@@ -9594,7 +9654,11 @@ Generated by [AVA](https://avajs.dev).
95949654 var f = n.default;β
95959655 if (typeof f == "function") {β
95969656 var a = function a () {β
9597- if (this instanceof a) {β
9657+ var isInstance = false;β
9658+ try {β
9659+ isInstance = this instanceof a;β
9660+ } catch {}β
9661+ if (isInstance) {β
95989662 return Reflect.construct(f, arguments, this.constructor);β
95999663 }β
96009664 return f.apply(this, arguments);β
@@ -9652,7 +9716,11 @@ Generated by [AVA](https://avajs.dev).
96529716 var f = n.default;β
96539717 if (typeof f == "function") {β
96549718 var a = function a () {β
9655- if (this instanceof a) {β
9719+ var isInstance = false;β
9720+ try {β
9721+ isInstance = this instanceof a;β
9722+ } catch {}β
9723+ if (isInstance) {β
96569724 return Reflect.construct(f, arguments, this.constructor);β
96579725 }β
96589726 return f.apply(this, arguments);β
0 commit comments