mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Update baseline of newly merged test
This commit is contained in:
@@ -20,6 +20,9 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {
|
||||
s = arguments[i];
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
||||
t[p] = s[p];
|
||||
if (typeof Object.getOwnPropertySymbols === "function")
|
||||
for (var i = 0, s = Object.getOwnPropertySymbols(s); i < s.length; i++)
|
||||
t[i] = s[i];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user