jsoverson / preprocess

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
Other
366 stars 80 forks source link

add .tsx file extension as alias for .js #100

Closed danturu closed 8 years ago

danturu commented 8 years ago

TypeScript emits the jsx files if they are named with the .tsx extension.

danturu commented 8 years ago

@jsoverson @BendingBender is this package no longer being maintained?

BendingBender commented 8 years ago

Well, I'm quite busy at the moment and have no time to maintain it. I'll look over this change and the other simple pull requests and will merge them some time next month. In the meantime, you can still use this package for *.tsx files, there is an API that allows to tell preprocess, what syntax to use for a file, even if the extension is not known.