f504eaa16ecbfc1000d9fc9fc007b2ec313f7dda
Adds back a mode to transitively freeze function expressions, independently from the mode to preserve existing manual memoization. This lets us experiment with a few variants: * Preserve existing memoization * Validate existing memoization with: * `enableAssumeHooksFollowRulesOfReact` && `enableTransitivelyFreezeFunctionExpressions` * `enableAssumeHooksFollowRulesOfReact` only * neither of those flags Note that `enableTransitivelyFreezeFunctionExpressions` alone probably doesn't make sense, it's more aggressive than `enableAssumeHooksFollowRulesOfReact` so we might as well try them together.
Description
No description provided
Languages
JavaScript
68.1%
TypeScript
29%
HTML
1.5%
CSS
1.1%
CoffeeScript
0.2%
Other
0.1%