dillon1000/react

Commit

feat(compiler): Implement constant string concat propagation (#29621)

## Summary

Resolves #29617

## How did you test this change?
I verified the implementation using the test.
Browse files
Changed paths3 files
First-parent comparison
M compiler/packages/babel-plugin-react-compiler/src/Optimization/ConstantPropagation.ts ModifiedA compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/constant-propagation-string-concat.expect.md AddedA compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/constant-propagation-string-concat.js Added
Patch

Files changed

Rendering syntax-highlighted changes…