(text)
| 6745 | /*#__PURE__*/ |
| 6746 | function () { |
| 6747 | function TextNode(text) { |
| 6748 | this.text = void 0; |
| 6749 | this.text = text; |
| 6750 | } |
| 6751 | /** |
| 6752 | * Converts the text node into a DOM text node. |
| 6753 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected