I have a question about dynamic imports in javascript.
In a class like this one:
class A { constructor() {} } A.prototype.method1 = function