Skip to content

Commit 226cb0e

Browse files
committed
Upgrade dependencies
1 parent 704d9bf commit 226cb0e

3 files changed

Lines changed: 5005 additions & 2348 deletions

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ var __extends = (this && this.__extends) || (function () {
77
return extendStatics(d, b);
88
};
99
return function (d, b) {
10+
if (typeof b !== "function" && b !== null)
11+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1012
extendStatics(d, b);
1113
function __() { this.constructor = d; }
1214
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

0 commit comments

Comments
 (0)