- Linting: As per latest ash-nazg

- Docs: Add feature and PR templates
- npm: Update devDeps.
This commit is contained in:
Brett Zamir
2020-06-20 15:55:23 +08:00
parent b7e11f1bf8
commit ce2a8fb1e8
23 changed files with 3042 additions and 1108 deletions

View File

@@ -211,7 +211,7 @@
function _createSuper(Derived) {
var hasNativeReflectConstruct = _isNativeReflectConstruct();
return function () {
return function _createSuperInternal() {
var Super = _getPrototypeOf(Derived),
result;