Searched refs:isInsideJsxElement (Results 1 – 2 of 2) sorted by relevance
2219 const isJsx = isInsideJsxElement(sourceFile, lineStarts[firstLine]);2286 … const isJsx = isInsideJsx !== undefined ? isInsideJsx : isInsideJsxElement(sourceFile, pos);2416 end += isInsideJsxElement(sourceFile, pos) ? 2 : 1;
1462 export function isInsideJsxElement(sourceFile: SourceFile, position: number): boolean { function