runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
317 stars 36 forks source link

colorpicking a private JS function #291

Open jongmana opened 1 year ago

jongmana commented 1 year ago

when I call a private JS method (#) starting the name add in the html tag function, a colorpicker will be shown.

 <button @click="${this.#addRepair}">

Not sure if the problem originates from this extension, but when I disable the extension the problem disappears.