mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
This basically calls `npm pack`, installs the resulting package in a temporary directory, then requires it and attempts to use the .transform method. Closes #12.