mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
address feedback
This commit is contained in:
@@ -3338,7 +3338,11 @@ namespace ts {
|
||||
priority: 0,
|
||||
text: `
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
Object.setPrototypeOf(d, b);
|
||||
if (typeof Object.setPrototypeOf === "function") {
|
||||
Object.setPrototypeOf(d, b);
|
||||
} else {
|
||||
d.__proto__ = b;
|
||||
}
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};`
|
||||
|
||||
Reference in New Issue
Block a user