react icon indicating copy to clipboard operation
react copied to clipboard

[compiler] Implement support for hoisted and recursive functions

Open mvitousek opened this issue 5 months ago • 2 comments

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.

mvitousek avatar Sep 09 '24 01:09 mvitousek