@samitouri / QOS-React-2 / commits / 71d0896a4a

[forgive] Log inferEffectDependencies (#32996)

This was missed earlier. Co-authored-by: Jordan Brown <jmbrown@meta.com> --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32996). * #33002 * #33001 * #33000 * #32999 * #32998 * #32997 * __->__ #32996 Co-authored-by: Jordan Brown <jmbrown@meta.com>

lauren committed Apr 23, 2025 at 20:49 UTC 71d0896a4a1b31e14baeb7e427fc4724dbe972ff
1 file changed +5
compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts
+5
@@ -392,6 +392,11 @@ function runWithEnvironment(
392
393 if (env.config.inferEffectDependencies) {
394 inferEffectDependencies(hir);
395 + log({
396 + kind: 'hir',
397 + name: 'InferEffectDependencies',
398 + value: hir,
399 + });
400 }
401
402 if (env.config.inlineJsxTransform) {