Searched refs:commentNode (Results 1 – 5 of 5) sorted by relevance
37 const testYAMLComment = (commentNode) => { argument40 commentNode?.value?.substring(0, 21),45 throw addMarkdownPathToErrorStack(e, commentNode);
22 commentNode: CommentNode; property105 getCommentNodeContent(commentNode: T['commentNode']): string;
269 getCommentNodeContent(commentNode: CommentNode): string {270 return commentNode.data;
248 getCommentNodeContent(commentNode: Comment): string {249 return commentNode.data;
436 const commentNode = this.treeAdapter.createCommentNode(token.data); constant438 this.treeAdapter.appendChild(parent, commentNode);440 this.treeAdapter.setNodeSourceCodeLocation(commentNode, token.location);