Skip to content

Commit f451235

Browse files
author
Andy Hanson
committed
Update API (#24966)
1 parent 0361bdf commit f451235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10690,7 +10690,7 @@ declare namespace ts {
1069010690
*/
1069110691
function getTouchingToken(sourceFile: SourceFile, position: number, includeJsDocComment: boolean, includePrecedingTokenAtEndPosition?: (n: Node) => boolean): Node;
1069210692
/** Returns a token if position is in [start-of-leading-trivia, end) */
10693-
function getTokenAtPosition(sourceFile: SourceFile, position: number, includeJsDocComment: boolean, includeEndPosition?: boolean): Node;
10693+
function getTokenAtPosition(sourceFile: SourceFile, position: number, includeJsDocComment?: boolean): Node;
1069410694
/**
1069510695
* The token on the left of the position is the token that strictly includes the position
1069610696
* or sits to the left of the cursor if it is on a boundary. For example

0 commit comments

Comments
 (0)