https://github.com/hex-digital/typegen-error-reproduction
https://github.com/hex-digital/typegen-error-reproduction
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hex-digital/typegen-error-reproduction
- Owner: hex-digital
- Archived: true
- Created: 2025-07-02T15:07:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-03T09:05:51.000Z (about 1 year ago)
- Last Synced: 2025-07-27T07:33:06.659Z (11 months ago)
- Language: TypeScript
- Size: 396 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typegen-error-reproduction
Reproduction of the typegen error from Sanity

To reproduce:
```
1. Clone repo
2. npx sanity schema extract
3. npx sanity typegen generate
4. Observe error
```
Expectation is types are correctly generated with no error.
See: https://github.com/sanity-io/sanity/issues/9870