Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DisInMultiLineCommentOnlyTrivia.ts34 const singleLineCommentStart = multilineJsDocEnd + 1; constant
DisInMultiLineComment.ts36 const singleLineCommentStart = multilineJsDocEnd + 1; constant
/third_party/typescript/src/services/
Dservices.ts2409 const singleLineCommentStart = /(?:\/\/+\s*)/.source; constant