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

Function isStringLiteral

src/index.ts:460–464  ·  view source on GitHub ↗
(node: any)

Source from the content-addressed store, hash-verified

458}
459
460function isStringLiteral(node: any) {
461 return (
462 node.type === 'StringLiteral' || (node.type === 'Literal' && typeof node.value === 'string')
463 )
464}
465
466function sortTemplateLiteral(
467 node: any,

Callers 3

LiteralFunction · 0.85
sortInsideFunction · 0.85
JSXAttributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…