Skip to content

Commit 5d8355c

Browse files
committed
make helper internal
1 parent 8b332fe commit 5d8355c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/factoryPublic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,6 +2057,7 @@ namespace ts {
20572057
: node;
20582058
}
20592059

2060+
/* @internal */
20602061
export function updateFunctionLikeBody(declaration: FunctionLikeDeclaration, body: Block): FunctionLikeDeclaration {
20612062
switch (declaration.kind) {
20622063
case SyntaxKind.FunctionDeclaration:

0 commit comments

Comments
 (0)