Skip to content

Commit ddf8fad

Browse files
authored
Delete webtsc gulp tasks (#30350)
1 parent 7b55d18 commit ddf8fad

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Gulpfile.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,6 @@ task("baseline-accept").description = "Makes the most recent test results the ne
454454
task("baseline-accept-rwc", () => baselineAccept(localRwcBaseline, refRwcBaseline));
455455
task("baseline-accept-rwc").description = "Makes the most recent rwc test results the new baseline, overwriting the old baseline";
456456

457-
// TODO(rbuckton): Determine if 'webhost' is still in use.
458-
const buildWebHost = () => buildProject("tests/webhost/webtsc.tsconfig.json");
459-
task("webhost", series(lkgPreBuild, buildWebHost));
460-
task("webhost").description = "Builds the tsc web host";
461-
462-
const cleanWebHost = () => cleanProject("tests/webhost/webtsc.tsconfig.json");
463-
cleanTasks.push(cleanWebHost);
464-
task("clean-webhost", cleanWebHost);
465-
task("clean-webhost").description = "Cleans the outputs of the tsc web host";
466-
467457
const buildLoggedIO = async () => {
468458
mkdirp.sync("built/local/temp");
469459
await exec(process.execPath, ["lib/tsc", "--types", "--target", "es5", "--lib", "es5", "--outdir", "built/local/temp", "src/harness/loggedIO.ts"]);

0 commit comments

Comments
 (0)