mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Minor cleanup, added getScriptLexicalStructureWalker.ts Jakefile.
This commit is contained in:
1
Jakefile
1
Jakefile
@@ -54,6 +54,7 @@ var servicesSources = [
|
||||
}).concat([
|
||||
"services.ts",
|
||||
"shims.ts",
|
||||
"getScriptLexicalStructureWalker.ts"
|
||||
].map(function (f) {
|
||||
return path.join(servicesDirectory, f);
|
||||
}));
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
////}
|
||||
////function bar() {
|
||||
////}
|
||||
debugger;
|
||||
|
||||
goTo.marker("file1");
|
||||
verify.getScriptLexicalStructureListCount(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user