Minor cleanup, added getScriptLexicalStructureWalker.ts Jakefile.

This commit is contained in:
Daniel Rosenwasser
2014-09-30 11:58:56 -07:00
parent a87685b0d2
commit 379f6ce758
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ var servicesSources = [
}).concat([
"services.ts",
"shims.ts",
"getScriptLexicalStructureWalker.ts"
].map(function (f) {
return path.join(servicesDirectory, f);
}));

View File

@@ -28,7 +28,7 @@
////}
////function bar() {
////}
debugger;
goTo.marker("file1");
verify.getScriptLexicalStructureListCount(0);