Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ htmlElementAttributes } from
"html-element-attributes"
;
2
3
const
HTML_ELEMENT_ATTRIBUTES =
new
Map(
4
Object.entries(htmlElementAttributes).map(([tagName, attributes]) => [
Callers
nothing calls this directly
Calls
1
map
Method · 0.45
Tested by
no test coverage detected