-
-
Notifications
You must be signed in to change notification settings - Fork 75
Implement JSX syntax #18
Comments
Thanks a lot for mapping out those steps, yes I'll try and find some time this weekend! |
I have made some progress on this, but I have some questions on how to approach some of the conversions. What is the best way for us to chat about that? Gitter? |
There seem to be some fundamental issues in our more "interesting" jsx tests at the moment, and I have begun reporting them in the TypeScript repo:
|
If I'm on gitter, yes, though I'd prefer such issues be documented here so we have a good record. |
Great point - if I have concrete questions I will post them here. I am going to stop now as this has ended up dominating my weekend, but I have made a lot of progress (as much as anything in my personal understanding of eslint internals, ASTs and tsc output :) ). The current status is:
I'll keep you updated on my progress as and when I find time during my evenings next week! |
Awesome, thanks so much! |
If you manage to get the three failing tests working, I'd say just remove the tests that fail due to the TS issues and we can handle those as bugs. |
Just noting down this third related TS issue here for reference: microsoft/TypeScript#7471 |
New: Implements JSX syntax (fixes #18)
Phase 2 is to add JSX syntax support into this parser. This would involve:
@JamesHenry are you interested in taking a stab at this?
The text was updated successfully, but these errors were encountered: