(node)
| 97 | node.properties.className.push("line--highlighted") |
| 98 | }, |
| 99 | onVisitHighlightedWord(node) { |
| 100 | node.properties.className = ["word--highlighted"] |
| 101 | }, |
| 102 | }, |
| 103 | ], |
| 104 | [ |
nothing calls this directly
no outgoing calls
no test coverage detected