Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsbuild/
DamdModulesWithOut.ts82 addSpread(fs, "lib", "file0");
85 addSpread(fs, "app", "file4");
DoutFile.ts321 addSpread(fs, "first", "first_part3");
323 addSpread(fs, "second", "second_part2");
325 addSpread(fs, "third", "third_part1");
337 addSpread(fs, "second", "second_part1");
Dhelpers.ts702 export function addSpread(fs: vfs.FileSystem, project: string, file: string) { function