react
react copied to clipboard
[compiler] Implement support for hoisted and recursive functions
Stack from ghstack (oldest at bottom):
- -> #30922
Summary: Introduces a new binding kind for functions that allows them to be hoisted. Also has the result of causing all nested function declarations to be outputted as function declarations, not as let bindings.