Skip to content

Private methods wrongly formatted #197

Description

@janpeterka

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions