gramps-graphql / gramps-cli

CLI for creating and developing with GrAMPS data sources.
https://gramps.js.org/
MIT License
10 stars 7 forks source link

Move to Typescript #8

Open jlengstorf opened 6 years ago

jlengstorf commented 6 years ago

A discussion with @schickling suggested the use of Typescript, since the majority of the GraphQL tooling ecosystem is written in Typescript.

I'm on board with this for the core of GrAMPS, but want to make sure that data sources don't require Typescript. (Doing so would be a huge onboarding problem within my team; it's not possible to just proclaim, "Okay, everyone needs to learn Typescript now!")

@corycook, you've got Typescript experience, right?

schickling commented 6 years ago

I'm on board with this for the core of GrAMPS, but want to make sure that data sources don't require Typescript.

Can confirm this. No problem at all.

corycook commented 6 years ago

Yeah, I can work on this.

jlengstorf commented 6 years ago

@corycook Awesome, thanks! Let's finalize the core features for 1.0 and then we can start the conversion while we build it. I'll start a new issue with a 1.0 checklist so we can make sure everyone's on the same page.