MCPcopy
hub / github.com/prettier/prettier / html-elements-attributes.evaluate.js

File html-elements-attributes.evaluate.js

src/language-html/utilities/html-elements-attributes.evaluate.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { htmlElementAttributes } from "html-element-attributes";
2
3const HTML_ELEMENT_ATTRIBUTES = new Map(
4 Object.entries(htmlElementAttributes).map(([tagName, attributes]) => [

Callers

nothing calls this directly

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected