Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts4862 const currentLineText = trimString(text.substring(pos, end)); constant
4863 if (currentLineText) {
4865 writer.writeComment(currentLineText);
/third_party/typescript/lib/
DtypingsInstaller.js19103 var currentLineText = ts.trimString(text.substring(pos, end));
19104 if (currentLineText) {
19106 writer.writeComment(currentLineText);
Dtsc.js15017 var currentLineText = ts.trimString(text.substring(pos, end));
15018 if (currentLineText) {
15019 writer.writeComment(currentLineText);