MCPcopy
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
64export interface Matcher {
65 hasStaticAttr(name: string): boolean
66 hasDynamicAttr(name: string): boolean
67 hasFunction(name: string): boolean
68}

Callers 9

transformHtmlFunction · 0.80
AttrNodeFunction · 0.80
isClassAttrFunction · 0.80
JSXAttributeFunction · 0.80
transformAstroFunction · 0.80
transformMarkoFunction · 0.80
AttributeFunction · 0.80
transformPugFunction · 0.80
transformSvelteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected