Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts104 inputFs.diff(initialFs, { includeChangedFileWithSameContent: true }) :
106 const patch = fs.diff(inputFs, { includeChangedFileWithSameContent: true });
/third_party/typescript/src/testRunner/unittests/tsbuild/
DpublicApi.ts69 const patch = fs.diff(inputFs, { includeChangedFileWithSameContent: true });
/third_party/typescript/src/harness/
DvfsUtil.ts36 includeChangedFileWithSameContent?: boolean; property
812 …if (!options.includeChangedFileWithSameContent || changedNode.mtimeMs === baseNode.mtimeMs) return…
819 if (!options.includeChangedFileWithSameContent) return false;