Skip to content

Commit fc2b262

Browse files
committed
[squash] no longer use esNext flag
Signed-off-by: Ashley Claymore <[email protected]>
1 parent 01c7042 commit fc2b262

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/factory/nodeFactory.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,9 +2801,6 @@ namespace ts {
28012801
else if (isLogicalOrCoalescingAssignmentOperator(operatorKind)) {
28022802
node.transformFlags |= TransformFlags.ContainsES2021;
28032803
}
2804-
else if (operatorKind === SyntaxKind.InKeyword && isPrivateIdentifier(left)) {
2805-
node.transformFlags |= TransformFlags.ContainsESNext;
2806-
}
28072804
return node;
28082805
}
28092806

0 commit comments

Comments
 (0)