Searched refs:commentNode (Results 1 – 5 of 5) sorted by relevance
177 exports.getCommentNodeContent = function(commentNode) { argument178 return commentNode.data;
176 const commentNode = children[children.length - 1];178 this.treeAdapter.setNodeSourceCodeLocation(commentNode, token.location);
304 exports.getCommentNodeContent = function(commentNode) { argument305 return commentNode.data;
195 ▸ **getCommentNodeContent**(commentNode: *CommentNode*): `string`203 | commentNode | CommentNode | Comment node. |
603 const commentNode = this.treeAdapter.createCommentNode(token.data);605 this.treeAdapter.appendChild(parent, commentNode);