dillon1000/react
Commit
Browse files feat(compiler): Implement constant string concat propagation (#29621)
## Summary Resolves #29617 ## How did you test this change? I verified the implementation using the test.
Changed paths3 files
First-parent comparisoncompiler/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 AddedPatch
Files changed
Rendering syntax-highlighted changes…