File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {
39
39
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
40
40
t[p] = s[p];
41
41
if (typeof Object.getOwnPropertySymbols === "function")
42
- for (var i = 0, s = Object.getOwnPropertySymbols(s); i < s .length; i++)
43
- t[i] = s[i ];
42
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p .length; i++)
43
+ t[p[i]] = s[p[i] ];
44
44
}
45
45
return t;
46
46
};` ;
@@ -51,8 +51,8 @@ var __rest = (this && this.__rest) || function (s, e) {
51
51
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
52
52
t[p] = s[p];
53
53
if (typeof Object.getOwnPropertySymbols === "function")
54
- for (var i = 0, s = Object.getOwnPropertySymbols(s); i < s .length; i++) if (e.indexOf(s [i]) > 0)
55
- t[i] = s[i ];
54
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p .length; i++) if (e.indexOf(p [i]) < 0)
55
+ t[p[i]] = s[p[i] ];
56
56
return t;
57
57
};` ;
58
58
You can’t perform that action at this time.
0 commit comments