(tagName = "error-diagnostic-count")
| 588 | |
| 589 | class ErrorDiagnosticCount extends HTMLElement { |
| 590 | static define(tagName = "error-diagnostic-count") { |
| 591 | customElements.define(tagName, this); |
| 592 | } |
| 593 | |
| 594 | shadowRoot = this.attachShadow({ mode: "open" }); |
| 595 |