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 0de903e commit 626480dCopy full SHA for 626480d
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -6094,9 +6094,9 @@ declare namespace ts {
6094
function nodeIsMissing(node: Node | undefined): boolean;
6095
function nodeIsPresent(node: Node | undefined): boolean;
6096
/**
6097
- * Prepends statements to an array taking care of prologue directives.
+ * Prepends statements to an array while taking care of prologue directives.
6098
*/
6099
- function prependStatements<T extends Statement>(to: T[], from: ReadonlyArray<T> | undefined): T[];
+ function addStatementsAfterPrologue<T extends Statement>(to: T[], from: ReadonlyArray<T> | undefined): T[];
6100
6101
* Determine if the given comment is a triple-slash
6102
*
0 commit comments