From 5d8355c6b1e3fca0d62ab41c7f5924816f2a717b Mon Sep 17 00:00:00 2001 From: kingwl Date: Thu, 26 Mar 2020 23:48:17 +0800 Subject: [PATCH] make helper internal --- src/compiler/factoryPublic.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/factoryPublic.ts b/src/compiler/factoryPublic.ts index a952041cbed40..f0aae0daf938b 100644 --- a/src/compiler/factoryPublic.ts +++ b/src/compiler/factoryPublic.ts @@ -2057,6 +2057,7 @@ namespace ts { : node; } + /* @internal */ export function updateFunctionLikeBody(declaration: FunctionLikeDeclaration, body: Block): FunctionLikeDeclaration { switch (declaration.kind) { case SyntaxKind.FunctionDeclaration: