Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
Dutil.ts92 export function removeByteOrderMark(text: string): string { function
DsourceMapRecorder.ts160 return line === 0 ? Utils.removeByteOrderMark(text) : text;
DfakesHosts.ts47 return content === undefined ? undefined : Utils.removeByteOrderMark(content);
DharnessIO.ts487 … dtsFiles.push({ unitName: declFile.file, content: Utils.removeByteOrderMark(declFile.text) });
964 …dupeCase), "/*====== " + outputFile.file + " ======*/\r\n" + Utils.removeByteOrderMark(outputFile.…