Home
last modified time | relevance | path

Searched defs:tripleSlashXMLCommentStartRegEx (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dparser.ts11152 const tripleSlashXMLCommentStartRegEx = /^\/\/\/\s*<(\S+)\s.*?\/>/im; enumerator
/third_party/typescript/lib/
DtypingsInstaller.js25969 var tripleSlashXMLCommentStartRegEx = /^\/\/\/\s*<(\S+)\s.*?\/>/im; variable