updating test 2

This commit is contained in:
Ahmad Farid
2015-04-03 14:39:44 -07:00
parent d1c7f9927f
commit 8a49ce7c9f
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -2565,6 +2565,10 @@ declare module "typescript" {
>NodeArray : NodeArray<T>
>TypeNode : TypeNode
arguments: NodeArray<Expression>;
>arguments : NodeArray<Expression>
>NodeArray : NodeArray<T>
>Expression : Expression
}