Skip to content

Commit

Permalink
make helper internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingwl committed Mar 26, 2020
1 parent 8b332fe commit 5d8355c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/factoryPublic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,7 @@ namespace ts {
: node;
}

/* @internal */
export function updateFunctionLikeBody(declaration: FunctionLikeDeclaration, body: Block): FunctionLikeDeclaration {
switch (declaration.kind) {
case SyntaxKind.FunctionDeclaration:
Expand Down

0 comments on commit 5d8355c

Please sign in to comment.