File tree 5 files changed +17
-0
lines changed
5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -49453,6 +49453,9 @@ var ts;
49453
49453
function getNonBoundSourceFile(fileName) {
49454
49454
return syntaxTreeCache.getCurrentSourceFile(fileName);
49455
49455
}
49456
+ function getSourceFile(fileName) {
49457
+ return getNonBoundSourceFile(fileName);
49458
+ }
49456
49459
function getNameOrDottedNameSpan(fileName, startPos, endPos) {
49457
49460
var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
49458
49461
var node = ts.getTouchingPropertyName(sourceFile, startPos);
@@ -50273,6 +50276,7 @@ var ts;
50273
50276
isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
50274
50277
getEmitOutput: getEmitOutput,
50275
50278
getNonBoundSourceFile: getNonBoundSourceFile,
50279
+ getSourceFile: getSourceFile,
50276
50280
getProgram: getProgram
50277
50281
};
50278
50282
}
Original file line number Diff line number Diff line change @@ -8001,6 +8001,7 @@ declare namespace ts {
8001
8001
getEmitOutput ( fileName : string ) : EmitOutput ;
8002
8002
getProgram ( ) : Program ;
8003
8003
getNonBoundSourceFile ( fileName : string ) : SourceFile ;
8004
+ getSourceFile ( fileName : string ) : SourceFile ;
8004
8005
dispose ( ) : void ;
8005
8006
}
8006
8007
interface Classifications {
Original file line number Diff line number Diff line change @@ -49453,6 +49453,9 @@ var ts;
49453
49453
function getNonBoundSourceFile(fileName) {
49454
49454
return syntaxTreeCache.getCurrentSourceFile(fileName);
49455
49455
}
49456
+ function getSourceFile(fileName) {
49457
+ return getNonBoundSourceFile(fileName);
49458
+ }
49456
49459
function getNameOrDottedNameSpan(fileName, startPos, endPos) {
49457
49460
var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
49458
49461
var node = ts.getTouchingPropertyName(sourceFile, startPos);
@@ -50273,6 +50276,7 @@ var ts;
50273
50276
isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
50274
50277
getEmitOutput: getEmitOutput,
50275
50278
getNonBoundSourceFile: getNonBoundSourceFile,
50279
+ getSourceFile: getSourceFile,
50276
50280
getProgram: getProgram
50277
50281
};
50278
50282
}
Original file line number Diff line number Diff line change @@ -58753,6 +58753,9 @@ var ts;
58753
58753
function getNonBoundSourceFile(fileName) {
58754
58754
return syntaxTreeCache.getCurrentSourceFile(fileName);
58755
58755
}
58756
+ function getSourceFile(fileName) {
58757
+ return getNonBoundSourceFile(fileName);
58758
+ }
58756
58759
function getNameOrDottedNameSpan(fileName, startPos, endPos) {
58757
58760
var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
58758
58761
// Get node at the location
@@ -59761,6 +59764,7 @@ var ts;
59761
59764
isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
59762
59765
getEmitOutput: getEmitOutput,
59763
59766
getNonBoundSourceFile: getNonBoundSourceFile,
59767
+ getSourceFile: getSourceFile,
59764
59768
getProgram: getProgram
59765
59769
};
59766
59770
}
Original file line number Diff line number Diff line change @@ -58753,6 +58753,9 @@ var ts;
58753
58753
function getNonBoundSourceFile(fileName) {
58754
58754
return syntaxTreeCache.getCurrentSourceFile(fileName);
58755
58755
}
58756
+ function getSourceFile(fileName) {
58757
+ return getNonBoundSourceFile(fileName);
58758
+ }
58756
58759
function getNameOrDottedNameSpan(fileName, startPos, endPos) {
58757
58760
var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
58758
58761
// Get node at the location
@@ -59761,6 +59764,7 @@ var ts;
59761
59764
isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
59762
59765
getEmitOutput: getEmitOutput,
59763
59766
getNonBoundSourceFile: getNonBoundSourceFile,
59767
+ getSourceFile: getSourceFile,
59764
59768
getProgram: getProgram
59765
59769
};
59766
59770
}
You can’t perform that action at this time.
0 commit comments