Update base for Update on "[compiler] Introduce OutlinedFunctionExpression HIR"
This is very similar to the existing FunctionExpression HIR node intentionally, so that we can share all the infra between them. There's a new `outlinedFunc` field on this that will hold the newly created function that needs to be compiled outside the function body. The `loweredFunc` will hold the updated HIR for rendering the outlinedFunc in the callback. [ghstack-poisoned]
Showing
- compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts 1 addition, 1 deletion...ges/babel-plugin-react-compiler/src/Entrypoint/Program.ts
- compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts 1 addition, 0 deletions...ct-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts
Please register or sign in to comment