mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
address #12622
This commit is contained in:
@@ -3337,12 +3337,12 @@ namespace ts {
|
||||
scoped: false,
|
||||
priority: 0,
|
||||
text: `
|
||||
var __extendStatics = (this && this.__extendStatics) ||
|
||||
Object.setPrototypeOf ||
|
||||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
||||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
if (typeof Object.setPrototypeOf === "function") {
|
||||
Object.setPrototypeOf(d, b);
|
||||
} else {
|
||||
d.__proto__ = b;
|
||||
}
|
||||
__extendStatics(d, b);
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};`
|
||||
|
||||
Reference in New Issue
Block a user