updating tests

This commit is contained in:
Ahmad Farid 2015-04-03 14:55:39 -07:00
parent 8a49ce7c9f
commit 2e41e45e64
6 changed files with 8562 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -828,6 +828,7 @@ declare module "typescript" {
}
interface CommentRange extends TextRange {
hasTrailingNewLine?: boolean;
kind: SyntaxKind;
}
interface SourceFile extends Declaration {
statements: NodeArray<ModuleElement>;

View File

@ -2515,6 +2515,10 @@ declare module "typescript" {
hasTrailingNewLine?: boolean;
>hasTrailingNewLine : boolean
kind: SyntaxKind;
>kind : SyntaxKind
>SyntaxKind : SyntaxKind
}
interface SourceFile extends Declaration {
>SourceFile : SourceFile

View File

@ -865,6 +865,7 @@ declare module "typescript" {
}
interface CommentRange extends TextRange {
hasTrailingNewLine?: boolean;
kind: SyntaxKind;
}
interface SourceFile extends Declaration {
statements: NodeArray<ModuleElement>;

View File

@ -2688,6 +2688,10 @@ declare module "typescript" {
hasTrailingNewLine?: boolean;
>hasTrailingNewLine : boolean
kind: SyntaxKind;
>kind : SyntaxKind
>SyntaxKind : SyntaxKind
}
interface SourceFile extends Declaration {
>SourceFile : SourceFile