Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support .tsx and .jsx files from CLI (#448)
Despite the transforms being supported, the CLI will currently only compile `.ts` files. This makes sure the correct file extensions are used when running something like `sucrase ./src -d ./out --transforms imports,typescript,jsx`.
- Loading branch information