MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / Matcher

Interface Matcher

src/options.ts:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64export interface Matcher {
65 hasStaticAttr(name: string): boolean
66 hasDynamicAttr(name: string): boolean
67 hasFunction(name: string): boolean
68}
69
70export function createMatcher(
71 options: RequiredOptions,

Callers 12

transformHtmlFunction · 0.80
AttrNodeFunction · 0.80
isClassAttrFunction · 0.80
JSXAttributeFunction · 0.80
transformAstroFunction · 0.80
transformMarkoFunction · 0.80
AttributeFunction · 0.80
transformPugFunction · 0.80
transformHtmlFunction · 0.80
transformAstroFunction · 0.80
isSortableExpressionFunction · 0.80
CallExpressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…