Home
last modified time | relevance | path

Searched refs:currentLineText (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts4866 const currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, ""); constant
4867 if (currentLineText) {
4869 writer.writeComment(currentLineText);
/third_party/typescript/lib/
DtypingsInstaller.js17702 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, "");
17703 if (currentLineText) {
17705 writer.writeComment(currentLineText);
Dtsc.js13826 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, "");
13827 if (currentLineText) {
13828 writer.writeComment(currentLineText);
Dtsserver.js17713 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, "");
17714 if (currentLineText) {
17716 writer.writeComment(currentLineText);
DtypescriptServices.js17907 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, "");
17908 if (currentLineText) {
17910 writer.writeComment(currentLineText);
Dtsserverlibrary.js17907 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, "");
17908 if (currentLineText) {
17910 writer.writeComment(currentLineText);
Dtypescript.js17907 var currentLineText = text.substring(pos, end).replace(/^\s+|\s+$/g, "");
17908 if (currentLineText) {
17910 writer.writeComment(currentLineText);