We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b48e1 commit 6595f69Copy full SHA for 6595f69
compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts
@@ -2412,7 +2412,9 @@ function lowerExpression(
2412
}
2413
case 'TSSatisfiesExpression':
2414
case 'TSAsExpression': {
2415
- let expr = exprPath as NodePath<t.TSAsExpression | t.TSSatisfiesExpression>;
+ let expr = exprPath as NodePath<
2416
+ t.TSAsExpression | t.TSSatisfiesExpression
2417
+ >;
2418
const typeAnnotation = expr.get('typeAnnotation');
2419
return {
2420
kind: 'TypeCastExpression',
0 commit comments