We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fa0aa commit 18ae354Copy full SHA for 18ae354
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -11511,7 +11511,7 @@ declare namespace ts.textChanges {
11511
private readonly changes;
11512
private readonly newFiles;
11513
private readonly classesWithNodesInsertedAtStart;
11514
- private readonly deletedDeclarations;
+ private readonly deletedNodes;
11515
static fromContext(context: TextChangesContext): ChangeTracker;
11516
static with(context: TextChangesContext, cb: (tracker: ChangeTracker) => void): FileTextChanges[];
11517
/** Public for tests only. Other callers should use `ChangeTracker.with`. */
0 commit comments