Searched refs:addShebang (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | amdModulesWithOut.ts | 70 addShebang(fs, "lib", "file0"); 71 addShebang(fs, "lib", "file1"); 72 addShebang(fs, "app", "file3");
|
D | outFile.ts | 275 addShebang(fs, "first", "first_PART1"); 276 addShebang(fs, "first", "first_part2"); 277 addShebang(fs, "second", "second_part1"); 278 addShebang(fs, "third", "third_part1"); 285 modifyFs: fs => addShebang(fs, "second", "second_part1"),
|
D | helpers.ts | 671 export function addShebang(fs: vfs.FileSystem, project: string, file: string) { function
|