I have a code that uses private methods syntax in my index.js file:
class A { #field; constructor() { this.#field = \'foo\'; } publicMethod() {