From 3ddfe83386ad56e895a601b87dcff34434b48216 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Fri, 9 Oct 2015 15:20:52 -0700 Subject: [PATCH] Clean up of jakefile --- Jakefile.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Jakefile.js b/Jakefile.js index ec575cf61e0..1b34bc64e2f 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -638,13 +638,6 @@ compileFile(run, harnessSources, [builtLocalDirectory, tscFile].concat(libraryTa diagnostics: true }); -var run2 = path.join(builtLocalDirectory, "run-tx.js"); -compileFile(run2, harnessSources, [builtLocalDirectory, tscFile].concat(libraryTargets).concat(harnessSources), { - useBuiltCompiler: true, - experimentalTransforms: true, - diagnostics: true -}); - var internalTests = "internal/"; var localBaseline = "tests/baselines/local/"; @@ -659,9 +652,6 @@ var refTest262Baseline = path.join(internalTests, "baselines/test262/reference") desc("Builds the test infrastructure using the built compiler"); task("tests", ["local", run].concat(libraryTargets)); -// Temporary task created to compare transform output on typescriptServices.js -task("tx", ["generate-diagnostics", "generate-factory", "lib", tscFile, run, run2]); - function exec(cmd, completeHandler, errorHandler) { var ex = jake.createExec([cmd], {windowsVerbatimArguments: true}); // Add listeners for output and error