-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable lazy parsing for arrow functions
Summary: Store the required flags in the parser and lazy parse arrow functions. The flags are stored in the JSParserImpl and restored based on whether we've finished parsing an arrow or non-arrow function. Reviewed By: tmikov Differential Revision: D55992926 fbshipit-source-id: 174c60ee75ca905ad6b29bfe50a4c76e262e7770
- Loading branch information
1 parent
7278736
commit bee8b15
Showing
5 changed files
with
189 additions
and
24 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
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
Oops, something went wrong.