Hi, I have code:
export default class extends Controller {
(...)
#someprivatemethod(){do_something}
}
but on formatting, #someprivatemethod is changed to # someprivatemethod, which breaks code.
It was fixed in js-beautify long time ago. Why is it not working here?
Thanks!