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!
Hi, I have code:
but on formatting,
#someprivatemethodis changed to# someprivatemethod, which breaks code.It was fixed in js-beautify long time ago. Why is it not working here?
Thanks!