mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-20 18:09:32 -05:00
Merge pull request #230 from maxdeepfield/patch-1
Missing semicolon fix
This commit is contained in:
4
Jakefile
4
Jakefile
@@ -8,7 +8,7 @@ var compilerDirectory = "src/compiler/";
|
||||
var servicesDirectory = "src/services/";
|
||||
var harnessDirectory = "src/harness/";
|
||||
var libraryDirectory = "src/lib/";
|
||||
var scriptsDirectory = "scripts/"
|
||||
var scriptsDirectory = "scripts/";
|
||||
|
||||
var builtDirectory = "built/";
|
||||
var builtLocalDirectory = "built/local/";
|
||||
@@ -464,4 +464,4 @@ var perftcPath = "tests/perftc.ts";
|
||||
var perftcJsPath = "built/local/perftc.js";
|
||||
compileFile(perftcJsPath, [perftcPath], [tcFile, perftcPath, "tests/perfsys.ts"].concat(libraryTargets), [], true);
|
||||
desc("Builds augmented version of the compiler for perf tests");
|
||||
task("perftc", [perftcJsPath]);
|
||||
task("perftc", [perftcJsPath]);
|
||||
|
||||
Reference in New Issue
Block a user