File tree Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -49453,6 +49453,9 @@ var ts;
4945349453 function getNonBoundSourceFile(fileName) {
4945449454 return syntaxTreeCache.getCurrentSourceFile(fileName);
4945549455 }
49456+ function getSourceFile(fileName) {
49457+ return getNonBoundSourceFile(fileName);
49458+ }
4945649459 function getNameOrDottedNameSpan(fileName, startPos, endPos) {
4945749460 var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
4945849461 var node = ts.getTouchingPropertyName(sourceFile, startPos);
@@ -50273,6 +50276,7 @@ var ts;
5027350276 isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
5027450277 getEmitOutput: getEmitOutput,
5027550278 getNonBoundSourceFile: getNonBoundSourceFile,
50279+ getSourceFile: getSourceFile,
5027650280 getProgram: getProgram
5027750281 };
5027850282 }
Original file line number Diff line number Diff line change @@ -8001,6 +8001,7 @@ declare namespace ts {
80018001 getEmitOutput ( fileName : string ) : EmitOutput ;
80028002 getProgram ( ) : Program ;
80038003 getNonBoundSourceFile ( fileName : string ) : SourceFile ;
8004+ getSourceFile ( fileName : string ) : SourceFile ;
80048005 dispose ( ) : void ;
80058006 }
80068007 interface Classifications {
Original file line number Diff line number Diff line change @@ -49453,6 +49453,9 @@ var ts;
4945349453 function getNonBoundSourceFile(fileName) {
4945449454 return syntaxTreeCache.getCurrentSourceFile(fileName);
4945549455 }
49456+ function getSourceFile(fileName) {
49457+ return getNonBoundSourceFile(fileName);
49458+ }
4945649459 function getNameOrDottedNameSpan(fileName, startPos, endPos) {
4945749460 var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
4945849461 var node = ts.getTouchingPropertyName(sourceFile, startPos);
@@ -50273,6 +50276,7 @@ var ts;
5027350276 isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
5027450277 getEmitOutput: getEmitOutput,
5027550278 getNonBoundSourceFile: getNonBoundSourceFile,
50279+ getSourceFile: getSourceFile,
5027650280 getProgram: getProgram
5027750281 };
5027850282 }
Original file line number Diff line number Diff line change @@ -58753,6 +58753,9 @@ var ts;
5875358753 function getNonBoundSourceFile(fileName) {
5875458754 return syntaxTreeCache.getCurrentSourceFile(fileName);
5875558755 }
58756+ function getSourceFile(fileName) {
58757+ return getNonBoundSourceFile(fileName);
58758+ }
5875658759 function getNameOrDottedNameSpan(fileName, startPos, endPos) {
5875758760 var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
5875858761 // Get node at the location
@@ -59761,6 +59764,7 @@ var ts;
5976159764 isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
5976259765 getEmitOutput: getEmitOutput,
5976359766 getNonBoundSourceFile: getNonBoundSourceFile,
59767+ getSourceFile: getSourceFile,
5976459768 getProgram: getProgram
5976559769 };
5976659770 }
Original file line number Diff line number Diff line change @@ -58753,6 +58753,9 @@ var ts;
5875358753 function getNonBoundSourceFile(fileName) {
5875458754 return syntaxTreeCache.getCurrentSourceFile(fileName);
5875558755 }
58756+ function getSourceFile(fileName) {
58757+ return getNonBoundSourceFile(fileName);
58758+ }
5875658759 function getNameOrDottedNameSpan(fileName, startPos, endPos) {
5875758760 var sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
5875858761 // Get node at the location
@@ -59761,6 +59764,7 @@ var ts;
5976159764 isValidBraceCompletionAtPosition: isValidBraceCompletionAtPosition,
5976259765 getEmitOutput: getEmitOutput,
5976359766 getNonBoundSourceFile: getNonBoundSourceFile,
59767+ getSourceFile: getSourceFile,
5976459768 getProgram: getProgram
5976559769 };
5976659770 }
You can’t perform that action at this time.
0 commit comments