We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related #1566
Related to #1566 (review)
Reproduction: https://stackblitz.com/edit/71b6o4og?file=api-types%2FstoreApiTypes.d.ts
Currently api-gen is taking default schema from d.ts file in node_modules or downloads it from the github.
It could take the JSON file instead to properly read version and place it in generated file.
See stackblitz example, run pnpm generate
pnpm generate
- OS: - Node: - pnpm:
This is not a critical bug. Can be fixed on cleanup.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Related #1566
Current Behavior
Related to #1566 (review)
Reproduction: https://stackblitz.com/edit/71b6o4og?file=api-types%2FstoreApiTypes.d.ts
Currently api-gen is taking default schema from d.ts file in node_modules or downloads it from the github.
Expected Behavior
It could take the JSON file instead to properly read version and place it in generated file.
Steps To Reproduce
See stackblitz example, run
pnpm generate
Environment
Anything else?
This is not a critical bug. Can be fixed on cleanup.
The text was updated successfully, but these errors were encountered: