Accept new baselines

This commit is contained in:
Anders Hejlsberg 2020-12-03 17:32:27 -10:00
parent 9d9dea0e77
commit 7ee42c3021

View File

@ -129,6 +129,8 @@ var __extends = (this && this.__extends) || (function () {
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());