Skip to content

Commit 5b2300c

Browse files
author
Andy Hanson
committed
Update API baselines (#24966)
1 parent 649d56a commit 5b2300c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -10610,6 +10610,7 @@ declare namespace ts {
1061010610
some(pred: (node: Node) => boolean): boolean;
1061110611
}
1061210612
function getParentNodeInSpan(node: Node | undefined, file: SourceFile, span: TextSpan): Node | undefined;
10613+
function insertImport(changes: textChanges.ChangeTracker, sourceFile: SourceFile, importDecl: Statement): void;
1061310614
}
1061410615
declare namespace ts {
1061510616
function isFirstDeclarationOfSymbolParameter(symbol: Symbol): boolean;

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

+1
Original file line numberDiff line numberDiff line change
@@ -10790,6 +10790,7 @@ declare namespace ts {
1079010790
some(pred: (node: Node) => boolean): boolean;
1079110791
}
1079210792
function getParentNodeInSpan(node: Node | undefined, file: SourceFile, span: TextSpan): Node | undefined;
10793+
function insertImport(changes: textChanges.ChangeTracker, sourceFile: SourceFile, importDecl: Statement): void;
1079310794
}
1079410795
declare namespace ts {
1079510796
function isFirstDeclarationOfSymbolParameter(symbol: Symbol): boolean;

0 commit comments

Comments
 (0)