mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
updating tests
This commit is contained in:
parent
a4b8276ff1
commit
854d5496b4
@ -549,7 +549,7 @@ module ts {
|
||||
result = [];
|
||||
}
|
||||
|
||||
result.push({ pos: startPos, end: pos, hasTrailingNewLine: hasTrailingNewLine, kind });
|
||||
result.push({ pos: startPos, end: pos, hasTrailingNewLine: hasTrailingNewLine, kind: kind });
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -2565,6 +2565,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