This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow customization of location dumping in ESTreeJSONDumper.
Summary: There are use cases for which we don't want to dump both "loc" and "range" in the AST. Allow this by making the API more flexible and introducing a LocationDumpMode. Reviewed By: tmikov Differential Revision: D23810725 fbshipit-source-id: 595920cd7113469e5b8111717a769df1ea1c09b5
- Loading branch information
1 parent
dd542ec
commit c3876bb
Showing
2 changed files
with
55 additions
and
33 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