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

Function CallExpression

src/index.ts:657–665  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

655 },
656
657 CallExpression(node) {
658 node = node as import('@babel/types').CallExpression
659
660 if (!isSortableCallExpression(node, matcher)) {
661 return
662 }
663
664 node.arguments.forEach((arg) => sortInside(arg))
665 },
666
667 TaggedTemplateExpression(node, path) {
668 node = node as import('@babel/types').TaggedTemplateExpression

Callers

nothing calls this directly

Calls 3

isSortableCallExpressionFunction · 0.85
sortInsideFunction · 0.85
hasFunctionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…