| 1285 | }) |
| 1286 | |
| 1287 | interface PugNode { |
| 1288 | content: string |
| 1289 | tokens: import('pug-lexer').Token[] |
| 1290 | } |
| 1291 | |
| 1292 | let pug = defineTransform<PugNode>({ |
| 1293 | staticAttrs: ['class'], |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…