PAMapp/node_modules/@babel/runtime/helpers/esm/inherits.js @@ -11,5 +11,8 @@ configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) setPrototypeOf(subClass, superClass); }