Searched refs:addSpread (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | amdModulesWithOut.ts | 82 addSpread(fs, "lib", "file0"); 85 addSpread(fs, "app", "file4");
|
D | outFile.ts | 321 addSpread(fs, "first", "first_part3"); 323 addSpread(fs, "second", "second_part2"); 325 addSpread(fs, "third", "third_part1"); 337 addSpread(fs, "second", "second_part1");
|
D | helpers.ts | 702 export function addSpread(fs: vfs.FileSystem, project: string, file: string) { function
|