MCPcopy Create free account
hub / github.com/csskit/csskit / define

Method define

website/script/index.js:590–592  ·  view source on GitHub ↗
(tagName = "error-diagnostic-count")

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

defineMethod · 0.45

Tested by

no test coverage detected