Niek de Wit

Results 1 comments of Niek de Wit

I am experiencing the same issue. ``` Code: construct.js 2 | var setPrototypeOf = require("./setPrototypeOf.js"); 3 | function _construct(t, e, r) { > 4 | if (isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);...