(node, line, col)
| 23 | transformers: [ |
| 24 | { |
| 25 | span(node, line, col) { |
| 26 | node.properties['data-token'] = `token:${line}:${col}` |
| 27 | node.properties['class'] = `${node.properties['class']} text-wrap` |
| 28 | }, |
| 29 | }, |
| 30 | ], |
| 31 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected