Merge pull request #1080 from Microsoft/breakpointTypeAlias

Breakpoint type alias
This commit is contained in:
Sheetal Nandi
2014-11-06 16:24:56 -08:00
3 changed files with 95 additions and 1 deletions

View File

@@ -194,8 +194,9 @@ module ts.BreakpointResolver {
// span in statement
return spanInNode((<WithStatement>node).statement);
// No breakpoint in interface
// No breakpoint in interface, type alias
case SyntaxKind.InterfaceDeclaration:
case SyntaxKind.TypeAliasDeclaration:
return undefined;
// Tokens: