This commit is contained in:
vvakame
2016-12-03 11:30:36 +09:00
parent 7ea3734240
commit 570575ad43
660 changed files with 3350 additions and 3350 deletions

View File

@@ -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 __());
};`