This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Implement JSX syntax #18
Closed
Description
Phase 2 is to add JSX syntax support into this parser. This would involve:
- Converting the TypeScript JSX syntax tree into an ESTree-compatible one.
- Convert the TypeScript tokens into Esprima-style tokens.
- Making the result pass the JSX tests that are already tests in tests/fixtures/ecma-features/jsx.
@JamesHenry are you interested in taking a stab at this?