Skip to content

Commit

Permalink
Transform JSX to Lazy Requires instead of Wrappers (facebook#30433)
Browse files Browse the repository at this point in the history
This ensures that we can keep overriding what runtime to use by
resetting modules while still using the automatic JSX plugin. This is
like the "inline requires" transform but just for JSX.

I got sick of trying to figure out workarounds to hide the extra stack
frame that appears due to the wrappers.
  • Loading branch information
felixshiftellecon committed Jul 24, 2024
1 parent fc74a3a commit c6293a9
Showing 1 changed file with 271 additions and 255 deletions.
Loading

0 comments on commit c6293a9

Please sign in to comment.