-
Notifications
You must be signed in to change notification settings - Fork 47k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update on "[compiler] Implement support for hoisted and recursive fun…
…ctions" 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. [ghstack-poisoned]
- Loading branch information
Showing
3 changed files
with
5 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 0 additions & 86 deletions
86
...n-react-compiler/src/__tests__/fixtures/compiler/function-decl-nested.expect.md
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...kages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/function-decl-nested.js
This file was deleted.
Oops, something went wrong.