mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 16:56:06 -05:00
Clean up of jakefile
This commit is contained in:
10
Jakefile.js
10
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
|
||||
|
||||
Reference in New Issue
Block a user