-
Notifications
You must be signed in to change notification settings - Fork 351
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
Rename reactjs-jsx-ppx to reason-react-ppx #732
Conversation
Should this be called |
Happy to follow the convention. I remember discussing the name previously to something like |
Right, we wanted a different package so that we'd be able to install the ppx separately from the library. I think |
CHANGES: * Migrate the reason-react PPX and library to the [new React JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) (@anmonteiro in [reasonml/reason-react#714](reasonml/reason-react#714)) * Add `suppressHydrationWarning` to supported props (@davesnx in [reasonml/reason-react#721](reasonml/reason-react#721)) * Rename `reactjs-jsx-ppx` to `reason-react-ppx` ([@davesnx in reasonml/reason-react#732](reasonml/reason-react#732)) * Fix locations for lower and uppercase components so that merlin / editor integration can get type defs on hover ([@jchavarri in reasonml/reason-react#748](reasonml/reason-react#748)) * Refine types for `key` attributes ([@anmonteiro in reasonml/reason-react#750](reasonml/reason-react#750)) * Bump React depext to v17-18 reasonml/reason-react#777 ([@jchavarri in reasonml/reason-react#777](https://github.com/reasonml/reason-react/pull/777/files)) * Make optional props optional properly ([@davesnx in reasonml/reason-react#776](reasonml/reason-react@0a98c07))
CHANGES: * Migrate the reason-react PPX and library to the [new React JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) (@anmonteiro in [reasonml/reason-react#714](reasonml/reason-react#714)) * Add `suppressHydrationWarning` to supported props (@davesnx in [reasonml/reason-react#721](reasonml/reason-react#721)) * Rename `reactjs-jsx-ppx` to `reason-react-ppx` ([@davesnx in reasonml/reason-react#732](reasonml/reason-react#732)) * Fix locations for lower and uppercase components so that merlin / editor integration can get type defs on hover ([@jchavarri in reasonml/reason-react#748](reasonml/reason-react#748)) * Refine types for `key` attributes ([@anmonteiro in reasonml/reason-react#750](reasonml/reason-react#750)) * Bump React depext to v17-18 reasonml/reason-react#777 ([@jchavarri in reasonml/reason-react#777](https://github.com/reasonml/reason-react/pull/777/files)) * Make optional props optional properly ([@davesnx in reasonml/reason-react#776](reasonml/reason-react@0a98c07))
CHANGES: * Migrate the reason-react PPX and library to the [new React JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) (@anmonteiro in [reasonml/reason-react#714](reasonml/reason-react#714)) * Add `suppressHydrationWarning` to supported props (@davesnx in [reasonml/reason-react#721](reasonml/reason-react#721)) * Rename `reactjs-jsx-ppx` to `reason-react-ppx` ([@davesnx in reasonml/reason-react#732](reasonml/reason-react#732)) * Fix locations for lower and uppercase components so that merlin / editor integration can get type defs on hover ([@jchavarri in reasonml/reason-react#748](reasonml/reason-react#748)) * Refine types for `key` attributes ([@anmonteiro in reasonml/reason-react#750](reasonml/reason-react#750)) * Bump React depext to v17-18 reasonml/reason-react#777 ([@jchavarri in reasonml/reason-react#777](https://github.com/reasonml/reason-react/pull/777/files)) * Make optional props optional properly ([@davesnx in reasonml/reason-react#776](reasonml/reason-react@0a98c07))
CHANGES: * Migrate the reason-react PPX and library to the [new React JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) (@anmonteiro in [reasonml/reason-react#714](reasonml/reason-react#714)) * Add `suppressHydrationWarning` to supported props (@davesnx in [reasonml/reason-react#721](reasonml/reason-react#721)) * Rename `reactjs-jsx-ppx` to `reason-react-ppx` ([@davesnx in reasonml/reason-react#732](reasonml/reason-react#732)) * Fix locations for lower and uppercase components so that merlin / editor integration can get type defs on hover ([@jchavarri in reasonml/reason-react#748](reasonml/reason-react#748)) * Refine types for `key` attributes ([@anmonteiro in reasonml/reason-react#750](reasonml/reason-react#750)) * Bump React depext to v17-18 reasonml/reason-react#777 ([@jchavarri in reasonml/reason-react#777](https://github.com/reasonml/reason-react/pull/777/files)) * Make optional props optional properly ([@davesnx in reasonml/reason-react#776](reasonml/reason-react@0a98c07))
Renamed the ppx to make it more clear what it is. I didn't update the file-name due to some further PRs touching this and not causing conflicts.
@anmonteiro updated flake.nix but I'm not able to test it locally, could you make sure it's alright?