Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DisInMultiLineComment.ts36 const singleLineCommentStart = multilineJsDocEnd + 1; constant
38 goTo.position(singleLineCommentStart + 1);
41 const postNodeCommentStart = singleLineCommentStart + 16;
DisInMultiLineCommentOnlyTrivia.ts34 const singleLineCommentStart = multilineJsDocEnd + 1; constant
36 goTo.position(singleLineCommentStart + 1);
/third_party/typescript/src/services/
Dservices.ts2546 const singleLineCommentStart = /(?:\/\/+\s*)/.source; constant
2553 …amble = "(" + anyNumberOfSpacesAndAsterisksAtStartOfLine + "|" + singleLineCommentStart + "|" + mu…