Fix insufficiently merged baselines (#41803)

This commit is contained in:
Nathan Shively-Sanders
2020-12-03 08:59:14 -08:00
committed by GitHub
parent add10ec61f
commit 8d952cb43e

View File

@@ -23,6 +23,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 __());