Make dev-test project (2)#10837
Conversation
|
💻 Website PreviewThe latest changes are available as preview in: https://pr-10837.graphql-code-generator.pages.dev |
| dev-test/general/githunt-invalid/invalid.graphql | ||
| dev-test/general/test-schema/flow-types.flow.js |
There was a problem hiding this comment.
Moved to dev-test/general/.prettierignore to be correctly scoped
| "@graphql-codegen/add": "workspace:*", | ||
| "@graphql-codegen/cli": "workspace:*", | ||
| "@graphql-codegen/client-preset": "workspace:*", | ||
| "@graphql-codegen/flow": "3.0.1", | ||
| "@graphql-codegen/flow-resolvers": "3.0.2", | ||
| "@graphql-codegen/graphql-modules-preset": "workspace:*", | ||
| "@graphql-codegen/typed-document-node": "workspace:*", | ||
| "@graphql-codegen/typescript": "workspace:*", | ||
| "@graphql-codegen/typescript-graphql-files-modules": "4.0.1", | ||
| "@graphql-codegen/typescript-operations": "workspace:*", | ||
| "@graphql-codegen/typescript-resolvers": "workspace:*", |
There was a problem hiding this comment.
Moved to CLI as a hack (from this root-level project hack 😬)
This implementation seems to incorrectly resolve files for ESM packages.
When using relativeRequire.resolve(mod) with ESM, it seems to work though, so we will come back and release a new version for that change
f267b7a to
c44b36f
Compare
Description
Follow-up for #10836