Searched refs:isCommentedNode (Results 1 – 3 of 3) sorted by relevance
43 import {OhPackType, isCommentedNode} from '../../utils/TransformUtil';101 if (isCommentedNode(child, sourceFile)) {
47 import {isCommentedNode, isSuperCallStatement} from '../../utils/TransformUtil';169 if (isCommentedNode(child, sourceFile) ||
80 export function isCommentedNode(node: Node, sourceFile: SourceFile): boolean { function