dillon1000/react
Commit
Browse files feat(compiler): Compiler Logical Negation Constant Propagation (#29623)
## Summary Resolves #29622 ## How did you test this change? I verified the implementation using the test. Note: This PR was done without waiting for approval in #29622, so feel free to just close it.
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-unary.expect.md AddedA compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/constant-propagation-unary.js AddedPatch
Files changed
Rendering syntax-highlighted changes…