* Converts the text node into a DOM text node.
()
| 6697 | |
| 6698 | |
| 6699 | toNode() { |
| 6700 | return document.createTextNode(this.text); |
| 6701 | } |
| 6702 | /** |
| 6703 | * Converts the text node into escaped HTML markup |
| 6704 | * (representing the text itself). |
nothing calls this directly
no outgoing calls
no test coverage detected