Searched refs:detachedComments (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | utilities.ts | 4756 const detachedComments: CommentRange[] = []; constant 4772 detachedComments.push(comment); 4776 if (detachedComments.length) { 4780 … const lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, last(detachedComments).end); 4785 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara… 4786 …rentDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: last(detachedComments).end };
|
/third_party/typescript/lib/ |
D | tsc.js | 13757 var detachedComments = []; 13768 detachedComments.push(comment); 13771 if (detachedComments.length) { 13772 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, ts.last(detachedComments).end); 13776 … emitComments(text, lineMap, writer, detachedComments, false, true, newLine, writeComment); 13777 …tDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: ts.last(detachedComments).end };
|
D | typingsInstaller.js | 17605 var detachedComments = []; 17619 detachedComments.push(comment); 17622 if (detachedComments.length) { 17626 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, ts.last(detachedComments).end); 17631 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara… 17632 …tDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: ts.last(detachedComments).end };
|
D | tsserverlibrary.js | 17810 var detachedComments = []; 17824 detachedComments.push(comment); 17827 if (detachedComments.length) { 17831 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, ts.last(detachedComments).end); 17836 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara… 17837 …tDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: ts.last(detachedComments).end };
|
D | typescript.js | 17810 var detachedComments = []; 17824 detachedComments.push(comment); 17827 if (detachedComments.length) { 17831 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, ts.last(detachedComments).end); 17836 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara… 17837 …tDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: ts.last(detachedComments).end };
|
D | tsserver.js | 17616 var detachedComments = []; 17630 detachedComments.push(comment); 17633 if (detachedComments.length) { 17637 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, ts.last(detachedComments).end); 17642 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara… 17643 …tDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: ts.last(detachedComments).end };
|
D | typescriptServices.js | 17810 var detachedComments = []; 17824 detachedComments.push(comment); 17827 if (detachedComments.length) { 17831 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, ts.last(detachedComments).end); 17836 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara… 17837 …tDetachedCommentInfo = { nodePos: node.pos, detachedCommentEndPos: ts.last(detachedComments).end };
|