Trey Cordova
Trey Cordova
Hey, mind giving 64360206ec5850ae0ac847db57483a4b1c8a28e3 a test run when you have the chance? It has file-by-file detection now.
If it does what you'd like, I'll slice a new release with it.
Alright, I've removed ``. I'll be cutting a release of 4 after I confirm everything is OK with the build libraries like gulp, etc.
[4.0.0](https://github.com/treycordova/nativejsx/tree/4.0.0) is out, but I'm not so sure we've quite nailed this one. If you have time to vet the changes, that would be much appreciated.
There's a new setting to use module-based inclusion: ```js nativejsx.parse(jsx, { prototypes: 'module' }) ``` Which will require an import of necessary helpers in your JSX files: ```js import {...
This is definitely something I want to get to. It's been on my https://github.com/treycordova/nativejsx#wish-list for ages. If someone finds the bandwidth, I'd love a PR.
1. This is actually non-trivial. I'm running several mutations to the AST which throws off ranges. While some comments are left intact, others cause an immediate failure. I'm not sure...
Happy to take pull requests if someone wants to submit one.