File tree 9 files changed +4
-59
lines changed
tests/baselines/reference
9 files changed +4
-59
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,10 @@ module ts {
58
58
}
59
59
60
60
export interface SourceFile {
61
- version : string ;
62
- scriptSnapshot : IScriptSnapshot ;
63
- nameTable : Map < string > ;
61
+ /* @internal */ version : string ;
62
+ /* @internal */ scriptSnapshot : IScriptSnapshot ;
63
+ /* @internal */ nameTable : Map < string > ;
64
+
64
65
getNamedDeclarations ( ) : Declaration [ ] ;
65
66
getLineAndCharacterOfPosition ( pos : number ) : LineAndCharacter ;
66
67
getLineStarts ( ) : number [ ] ;
Original file line number Diff line number Diff line change @@ -1518,9 +1518,6 @@ declare module "typescript" {
1518
1518
getDocumentationComment ( ) : SymbolDisplayPart [ ] ;
1519
1519
}
1520
1520
interface SourceFile {
1521
- version : string ;
1522
- scriptSnapshot : IScriptSnapshot ;
1523
- nameTable : Map < string > ;
1524
1521
getNamedDeclarations ( ) : Declaration [ ] ;
1525
1522
getLineAndCharacterOfPosition ( pos : number ) : LineAndCharacter ;
1526
1523
getLineStarts ( ) : number [ ] ;
Original file line number Diff line number Diff line change @@ -4896,17 +4896,6 @@ declare module "typescript" {
4896
4896
interface SourceFile {
4897
4897
>SourceFile : SourceFile
4898
4898
4899
- version: string;
4900
- >version : string
4901
-
4902
- scriptSnapshot: IScriptSnapshot;
4903
- >scriptSnapshot : IScriptSnapshot
4904
- >IScriptSnapshot : IScriptSnapshot
4905
-
4906
- nameTable: Map<string>;
4907
- >nameTable : Map<string>
4908
- >Map : Map<T>
4909
-
4910
4899
getNamedDeclarations(): Declaration[];
4911
4900
>getNamedDeclarations : () => Declaration[]
4912
4901
>Declaration : Declaration
Original file line number Diff line number Diff line change @@ -1549,9 +1549,6 @@ declare module "typescript" {
1549
1549
getDocumentationComment ( ) : SymbolDisplayPart [ ] ;
1550
1550
}
1551
1551
interface SourceFile {
1552
- version : string ;
1553
- scriptSnapshot : IScriptSnapshot ;
1554
- nameTable : Map < string > ;
1555
1552
getNamedDeclarations ( ) : Declaration [ ] ;
1556
1553
getLineAndCharacterOfPosition ( pos : number ) : LineAndCharacter ;
1557
1554
getLineStarts ( ) : number [ ] ;
Original file line number Diff line number Diff line change @@ -5042,17 +5042,6 @@ declare module "typescript" {
5042
5042
interface SourceFile {
5043
5043
>SourceFile : SourceFile
5044
5044
5045
- version: string;
5046
- >version : string
5047
-
5048
- scriptSnapshot: IScriptSnapshot;
5049
- >scriptSnapshot : IScriptSnapshot
5050
- >IScriptSnapshot : IScriptSnapshot
5051
-
5052
- nameTable: Map<string>;
5053
- >nameTable : Map<string>
5054
- >Map : Map<T>
5055
-
5056
5045
getNamedDeclarations(): Declaration[];
5057
5046
>getNamedDeclarations : () => Declaration[]
5058
5047
>Declaration : Declaration
Original file line number Diff line number Diff line change @@ -1550,9 +1550,6 @@ declare module "typescript" {
1550
1550
getDocumentationComment ( ) : SymbolDisplayPart [ ] ;
1551
1551
}
1552
1552
interface SourceFile {
1553
- version : string ;
1554
- scriptSnapshot : IScriptSnapshot ;
1555
- nameTable : Map < string > ;
1556
1553
getNamedDeclarations ( ) : Declaration [ ] ;
1557
1554
getLineAndCharacterOfPosition ( pos : number ) : LineAndCharacter ;
1558
1555
getLineStarts ( ) : number [ ] ;
Original file line number Diff line number Diff line change @@ -4992,17 +4992,6 @@ declare module "typescript" {
4992
4992
interface SourceFile {
4993
4993
>SourceFile : SourceFile
4994
4994
4995
- version: string;
4996
- >version : string
4997
-
4998
- scriptSnapshot: IScriptSnapshot;
4999
- >scriptSnapshot : IScriptSnapshot
5000
- >IScriptSnapshot : IScriptSnapshot
5001
-
5002
- nameTable: Map<string>;
5003
- >nameTable : Map<string>
5004
- >Map : Map<T>
5005
-
5006
4995
getNamedDeclarations(): Declaration[];
5007
4996
>getNamedDeclarations : () => Declaration[]
5008
4997
>Declaration : Declaration
Original file line number Diff line number Diff line change @@ -1587,9 +1587,6 @@ declare module "typescript" {
1587
1587
getDocumentationComment ( ) : SymbolDisplayPart [ ] ;
1588
1588
}
1589
1589
interface SourceFile {
1590
- version : string ;
1591
- scriptSnapshot : IScriptSnapshot ;
1592
- nameTable : Map < string > ;
1593
1590
getNamedDeclarations ( ) : Declaration [ ] ;
1594
1591
getLineAndCharacterOfPosition ( pos : number ) : LineAndCharacter ;
1595
1592
getLineStarts ( ) : number [ ] ;
Original file line number Diff line number Diff line change @@ -5165,17 +5165,6 @@ declare module "typescript" {
5165
5165
interface SourceFile {
5166
5166
>SourceFile : SourceFile
5167
5167
5168
- version: string;
5169
- >version : string
5170
-
5171
- scriptSnapshot: IScriptSnapshot;
5172
- >scriptSnapshot : IScriptSnapshot
5173
- >IScriptSnapshot : IScriptSnapshot
5174
-
5175
- nameTable: Map<string>;
5176
- >nameTable : Map<string>
5177
- >Map : Map<T>
5178
-
5179
5168
getNamedDeclarations(): Declaration[];
5180
5169
>getNamedDeclarations : () => Declaration[]
5181
5170
>Declaration : Declaration
You can’t perform that action at this time.
0 commit comments