mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
[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>
This commit is contained in:
parent
914319ae59
commit
71d0896a4a
|
|
@ -392,6 +392,11 @@ function runWithEnvironment(
|
|||
|
||||
if (env.config.inferEffectDependencies) {
|
||||
inferEffectDependencies(hir);
|
||||
log({
|
||||
kind: 'hir',
|
||||
name: 'InferEffectDependencies',
|
||||
value: hir,
|
||||
});
|
||||
}
|
||||
|
||||
if (env.config.inlineJsxTransform) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user