mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
updating tests
This commit is contained in:
parent
8a49ce7c9f
commit
2e41e45e64
2114
tests/baselines/reference/APISample_linter.js.bak
Normal file
2114
tests/baselines/reference/APISample_linter.js.bak
Normal file
File diff suppressed because it is too large
Load Diff
6438
tests/baselines/reference/APISample_linter.types.bak
Normal file
6438
tests/baselines/reference/APISample_linter.types.bak
Normal file
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user