Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dservices.ts2547 const multiLineCommentStart = /(?:\/\*+\s*)/.source; constant
2553 …SpacesAndAsterisksAtStartOfLine + "|" + singleLineCommentStart + "|" + multiLineCommentStart + ")";