Searched refs:posOfNode (Results 1 – 4 of 4) sorted by relevance
49 … const posOfNode: ts.LineAndCharacter = sourceFile.getLineAndCharacterOfPosition(item.pos); constant50 item.line = posOfNode.line + 1;51 item.column = posOfNode.character + 1;
89 const posOfNode: ts.LineAndCharacter = sourceFile.getLineAndCharacterOfPosition(pos); constant93 line: posOfNode.line + 1,94 column: posOfNode.character + 1,
441 …const posOfNode: ts.LineAndCharacter = sourceFile.getLineAndCharacterOfPosition(moduleNode.getStar… constant442 const line: number = posOfNode.line + 1;443 const column: number = posOfNode.character + 1;
342 let posOfNode: ts.LineAndCharacter;347 posOfNode = sourceNode.getLineAndCharacterOfPosition(getRealNodePos(node) - 22);349 if (posOfNode.line === 0) {354 posOfNode = transformLog.sourceFile.getLineAndCharacterOfPosition(getRealNodePos(node));360 `(${posOfNode.line + line}:${posOfNode.character + col})`;