forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand parameter names in ESTree node constructors
Summary: A minor quality-of-life improvement when working with ESTree node constructors: Previously their parameters would be named `ARG0NM_`, `ARG1NM_` etc, but now they will be expanded to their actual names. This is an IntelliSense-only change. Reviewed By: tmikov Differential Revision: D25191861 fbshipit-source-id: c6b510ffd9e9ab4079845f25d4390282e8f42601
- Loading branch information
1 parent
a3f92b1
commit 2214e2f
Showing
1 changed file
with
89 additions
and
89 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