Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript parser to support JSX #921

Closed
wants to merge 1 commit into from

Conversation

danieldelcore
Copy link

The Typescript parser is currently unable to parse JSX elements.

Repro: Codesandbox

This is because the jsx babel plugin has not been added to the babel plugin array.

note: I'm not sure if we should be using the isTSX option instead/as well as the jsx plugin

Related: fkling/astexplorer#460

@danieldelcore danieldelcore deleted the patch-1 branch October 15, 2021 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant