mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
updating test 1
This commit is contained in:
@@ -796,6 +796,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CommentRange extends TextRange {
|
||||
hasTrailingNewLine?: boolean;
|
||||
kind: SyntaxKind;
|
||||
}
|
||||
interface SourceFile extends Declaration {
|
||||
statements: NodeArray<ModuleElement>;
|
||||
|
||||
@@ -2419,6 +2419,10 @@ declare module "typescript" {
|
||||
|
||||
hasTrailingNewLine?: boolean;
|
||||
>hasTrailingNewLine : boolean
|
||||
|
||||
kind: SyntaxKind;
|
||||
>kind : SyntaxKind
|
||||
>SyntaxKind : SyntaxKind
|
||||
}
|
||||
interface SourceFile extends Declaration {
|
||||
>SourceFile : SourceFile
|
||||
|
||||
Reference in New Issue
Block a user