-
Notifications
You must be signed in to change notification settings - Fork 449
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
Remove JSX v3 #7072
Remove JSX v3 #7072
Conversation
Great, thanks a lot! Could you add a CHANGELOG entry? |
@cknitt After creating the PR and reviewing it, I noticed that some tests are still using |
@@ -458,7 +441,7 @@ | |||
}, | |||
"ppx-flags": { | |||
"$ref": "#/definitions/ppx-specs", | |||
"description": "PPX macros to pass to compiler. The syntax is package_name/binary, for example: `reason/reactjs_jsx_ppx_3.native`. Currenly searches in `node_modules`" | |||
"description": "PPX macros to pass to compiler. The syntax is package_name/binary, for example: `rescript-relay/ppx`. Currenly searches in `node_modules`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😉 @zth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆❤️
This PR removes the ppx, configs, tests related to JSX v3.