mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
accept baseline
This commit is contained in:
+2
-2
@@ -6094,9 +6094,9 @@ declare namespace ts {
|
||||
function nodeIsMissing(node: Node | undefined): boolean;
|
||||
function nodeIsPresent(node: Node | undefined): boolean;
|
||||
/**
|
||||
* Prepends statements to an array taking care of prologue directives.
|
||||
* Prepends statements to an array while taking care of prologue directives.
|
||||
*/
|
||||
function prependStatements<T extends Statement>(to: T[], from: ReadonlyArray<T> | undefined): T[];
|
||||
function addStatementsAfterPrologue<T extends Statement>(to: T[], from: ReadonlyArray<T> | undefined): T[];
|
||||
/**
|
||||
* Determine if the given comment is a triple-slash
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user