Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts4021 const templateSubstitutionRegExp = /\$\{/g; constant
4023 return str.replace(templateSubstitutionRegExp, "\\${");
/third_party/typescript/lib/
Dtsc.js13164 var templateSubstitutionRegExp = /\$\{/g;
13166 return str.replace(templateSubstitutionRegExp, "\\${");
DtypingsInstaller.js16939 var templateSubstitutionRegExp = /\$\{/g;
16941 return str.replace(templateSubstitutionRegExp, "\\${");
Dtsserverlibrary.js17144 var templateSubstitutionRegExp = /\$\{/g;
17146 return str.replace(templateSubstitutionRegExp, "\\${");
Dtypescript.js17144 var templateSubstitutionRegExp = /\$\{/g;
17146 return str.replace(templateSubstitutionRegExp, "\\${");
Dtsserver.js16950 var templateSubstitutionRegExp = /\$\{/g;
16952 return str.replace(templateSubstitutionRegExp, "\\${");
DtypescriptServices.js17144 var templateSubstitutionRegExp = /\$\{/g;
17146 return str.replace(templateSubstitutionRegExp, "\\${");