Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/prettier-plugin-tailwindcss
/ hasStaticAttr
Method
hasStaticAttr
src/options.ts:65–65 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
63
64
export
interface
Matcher {
65
hasStaticAttr(name: string): boolean
66
hasDynamicAttr(name: string): boolean
67
hasFunction(name: string): boolean
68
}
Callers
9
transformHtml
Function · 0.80
AttrNode
Function · 0.80
isClassAttr
Function · 0.80
JSXAttribute
Function · 0.80
transformAstro
Function · 0.80
transformMarko
Function · 0.80
Attribute
Function · 0.80
transformPug
Function · 0.80
transformSvelte
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected