mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
112f7aa249
We were doing some preprocessing for module options in the command line. Since we also expose the same API via react-tools (and JSXTransformer), we need to do the same processing from the API. So just move it all to the same place.