jeddeloh / rescript-apollo-client

ReScript bindings for the Apollo Client ecosystem
MIT License
127 stars 18 forks source link

Formats the source code #155

Open illusionalsagacity opened 7 months ago

illusionalsagacity commented 7 months ago

I noticed that several files were being re-formatted, IMO it'd be good to run this before some larger PRs start including these formatting changes.

illusionalsagacity commented 7 months ago

🙃 will have to revisit this and up the CI versions. graphql-ppx has a dev tag that allows rescript 10, but not sure if we ought to do that or just use legacy peer deps

jeddeloh commented 7 months ago

Makes sense. Maybe we should create a feature--rescript-11 branch that you can point future PRs at until it's ready to go into main?

illusionalsagacity commented 7 months ago

Makes sense. Maybe we should create a feature--rescript-11 branch that you can point future PRs at until it's ready to go into main?

Yeah makes sense to me

jeddeloh commented 7 months ago

FYI, I created that branch if you want to point PRs to it.