Skip to content

Commit 02787cf

Browse files
authored
Make LKG and nightly declaration emit the same (#48641)
1 parent 15c2120 commit 02787cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecatedCompat/deprecations.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ namespace ts {
10921092
}
10931093
return factory.createYieldExpression(asteriskToken, expression);
10941094
} as {
1095-
(expression?: Expression): YieldExpression;
1095+
(expression?: Expression | undefined): YieldExpression;
10961096
(asteriskToken: AsteriskToken | undefined, expression: Expression): YieldExpression;
10971097
}, factoryDeprecation);
10981098

0 commit comments

Comments
 (0)