Merge pull request #2041 from Microsoft/TSServer

TS Server
This commit is contained in:
Steve Lucco
2015-02-19 13:10:21 -08:00
35 changed files with 5150 additions and 28 deletions

View File

@@ -991,6 +991,7 @@ module ts {
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
PlaceOpenBraceOnNewLineForFunctions: boolean;
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
[s: string]: boolean | number| string;
}
export interface DefinitionInfo {