Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsbuild/
DamdModulesWithOut.ts70 addShebang(fs, "lib", "file0");
71 addShebang(fs, "lib", "file1");
72 addShebang(fs, "app", "file3");
DoutFile.ts275 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"),
Dhelpers.ts671 export function addShebang(fs: vfs.FileSystem, project: string, file: string) { function