Skip to content

Commit 626480d

Browse files
committed
accept baseline
1 parent 0de903e commit 626480d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6094,9 +6094,9 @@ declare namespace ts {
60946094
function nodeIsMissing(node: Node | undefined): boolean;
60956095
function nodeIsPresent(node: Node | undefined): boolean;
60966096
/**
6097-
* Prepends statements to an array taking care of prologue directives.
6097+
* Prepends statements to an array while taking care of prologue directives.
60986098
*/
6099-
function prependStatements<T extends Statement>(to: T[], from: ReadonlyArray<T> | undefined): T[];
6099+
function addStatementsAfterPrologue<T extends Statement>(to: T[], from: ReadonlyArray<T> | undefined): T[];
61006100
/**
61016101
* Determine if the given comment is a triple-slash
61026102
*

0 commit comments

Comments
 (0)