Skip to content

Commit 18ae354

Browse files
author
Andy Hanson
committed
Update API (#24966)
1 parent 38fa0aa commit 18ae354

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
@@ -11511,7 +11511,7 @@ declare namespace ts.textChanges {
1151111511
private readonly changes;
1151211512
private readonly newFiles;
1151311513
private readonly classesWithNodesInsertedAtStart;
11514-
private readonly deletedDeclarations;
11514+
private readonly deletedNodes;
1151511515
static fromContext(context: TextChangesContext): ChangeTracker;
1151611516
static with(context: TextChangesContext, cb: (tracker: ChangeTracker) => void): FileTextChanges[];
1151711517
/** Public for tests only. Other callers should use `ChangeTracker.with`. */

0 commit comments

Comments
 (0)