Следующий код выдает ошибку:
Код: Выделить всё
class Conf {
constructor(metadata) {
}
}
Код: Выделить всё
this.config = new Conf(metadata);
Подробнее здесь: https://stackoverflow.com/questions/792 ... e-shell-45
Код: Выделить всё
class Conf {
constructor(metadata) {
}
}
Код: Выделить всё
this.config = new Conf(metadata);