Searched refs:currentLineText (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | utilities.ts | 4866 const currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); constant 4867 if (currentLineText) { 4869 writer.writeComment(currentLineText);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 17702 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); 17703 if (currentLineText) { 17705 writer.writeComment(currentLineText);
|
D | tsc.js | 13826 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); 13827 if (currentLineText) { 13828 writer.writeComment(currentLineText);
|
D | tsserver.js | 17713 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); 17714 if (currentLineText) { 17716 writer.writeComment(currentLineText);
|
D | typescriptServices.js | 17907 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); 17908 if (currentLineText) { 17910 writer.writeComment(currentLineText);
|
D | tsserverlibrary.js | 17907 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); 17908 if (currentLineText) { 17910 writer.writeComment(currentLineText);
|
D | typescript.js | 17907 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); 17908 if (currentLineText) { 17910 writer.writeComment(currentLineText);
|