Skip to content

Commit 7a837f4

Browse files
author
Andy Hanson
committed
Update API (#24966)
1 parent c5c8a76 commit 7a837f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10707,7 +10707,7 @@ declare namespace ts {
1070710707
*/
1070810708
function getTouchingToken(sourceFile: SourceFile, position: number, includeJsDocComment: boolean, includePrecedingTokenAtEndPosition?: (n: Node) => boolean): Node;
1070910709
/** Returns a token if position is in [start-of-leading-trivia, end) */
10710-
function getTokenAtPosition(sourceFile: SourceFile, position: number, includeJsDocComment?: boolean): Node;
10710+
function getTokenAtPosition(sourceFile: SourceFile, position: number, ignoreJsDocComment?: boolean): Node;
1071110711
/**
1071210712
* The token on the left of the position is the token that strictly includes the position
1071310713
* or sits to the left of the cursor if it is on a boundary. For example

0 commit comments

Comments
 (0)