-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor refactors in prep for new JSX runtime
This PR has a few details pulled from #740 to make it easier to read the substantial changes in that PR: * Reorder the options interface to better group related options together. * Reorder the methods in JSXTransformer to be in (roughly) top-down topological order rather than the more scattered order that it was previously. * Change website advanced options to dynamically only show the ones relevant based on what is selected.
- Loading branch information
1 parent
e9a1281
commit c70e0ef
Showing
5 changed files
with
176 additions
and
160 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
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.