cometkim / gatsby-plugin-typegen

Let's give developers using GatsbyJS better DX with extreme type-safety
https://www.gatsbyjs.org/packages/gatsby-plugin-typegen/
MIT License
204 stars 23 forks source link

Specify supported node.js versions #165

Closed simnalamburt closed 2 years ago

simnalamburt commented 3 years ago

Type generation does not work as expected on Node.js v12. Should I consider this as a bug or an out-of-support usage?

I'll post reproduction steps later.

cometkim commented 3 years ago

What does that mean of "does not work as expected"? It should work well on node versions supported by gatsbyjs and graphql-code-generator. I tested it on v12.22.1 and code generation works fine.

What are the gatsby version and the codegen version?

cometkim commented 2 years ago

It has dropped support for Node.js v12.