(no title)
Dkuku | 1 year ago
Currently, the tight coupling with the framework limits adoption and potential contributions from developers who might be interested in just the transpiler functionality. By making it a separate package, you could:
- Increase adoption by allowing partial integration into existing projects
- Attract more contributors who specialize in transpiler development
- Make it easier to maintain and version independently
- Enable better testing in isolation
I'd love to contribute to the transpiler's development, but the current architecture makes it challenging without a full framework migration. Consider this a feature request that would make the tool more accessible to the wider JavaScript community.
No comments yet.