Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dsourcemap.ts324 const sourceMapCommentRegExp = /^\/\/[@#] source[M]appingURL=(.+)\r?\n?$/; constant
349 const comment = sourceMapCommentRegExp.exec(line);
/third_party/typescript/lib/
DtypingsInstaller.js94406 var sourceMapCommentRegExp = /^\/\/[@#] source[M]appingURL=(.+)\r?\n?$/;
94423 var comment = sourceMapCommentRegExp.exec(line);
Dtsc.js79861 var sourceMapCommentRegExp = /^\/\/[@#] source[M]appingURL=(.+)\r?\n?$/;
79873 var comment = sourceMapCommentRegExp.exec(line);