mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
updating tests
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -828,6 +828,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CommentRange extends TextRange {
|
||||
hasTrailingNewLine?: boolean;
|
||||
kind: SyntaxKind;
|
||||
}
|
||||
interface SourceFile extends Declaration {
|
||||
statements: NodeArray<ModuleElement>;
|
||||
|
||||
@@ -2515,6 +2515,10 @@ declare module "typescript" {
|
||||
|
||||
hasTrailingNewLine?: boolean;
|
||||
>hasTrailingNewLine : boolean
|
||||
|
||||
kind: SyntaxKind;
|
||||
>kind : SyntaxKind
|
||||
>SyntaxKind : SyntaxKind
|
||||
}
|
||||
interface SourceFile extends Declaration {
|
||||
>SourceFile : SourceFile
|
||||
|
||||
@@ -865,6 +865,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CommentRange extends TextRange {
|
||||
hasTrailingNewLine?: boolean;
|
||||
kind: SyntaxKind;
|
||||
}
|
||||
interface SourceFile extends Declaration {
|
||||
statements: NodeArray<ModuleElement>;
|
||||
|
||||
@@ -2688,6 +2688,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