Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dsourcemap.ts326 const whitespaceOrMapCommentRegExp = /^\s*(\/\/[@#] .*)?$/; constant
354 else if (!line.match(whitespaceOrMapCommentRegExp)) {
/third_party/typescript/lib/
DtypingsInstaller.js94407 var whitespaceOrMapCommentRegExp = /^\s*(\/\/[@#] .*)?$/;
94428 else if (!line.match(whitespaceOrMapCommentRegExp)) {
Dtsc.js79862 var whitespaceOrMapCommentRegExp = /^\s*(\/\/[@#] .*)?$/;
79877 else if (!line.match(whitespaceOrMapCommentRegExp)) {