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

Interface PugNode

src/index.ts:1287–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285})
1286
1287interface PugNode {
1288 content: string
1289 tokens: import('pug-lexer').Token[]
1290}
1291
1292let pug = defineTransform<PugNode>({
1293 staticAttrs: ['class'],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…