https://github.com/msutkowski/oazapfts-typesecript-codegen-repro
A small repro to compare oazapfts output to other generators
https://github.com/msutkowski/oazapfts-typesecript-codegen-repro
Last synced: about 1 year ago
JSON representation
A small repro to compare oazapfts output to other generators
- Host: GitHub
- URL: https://github.com/msutkowski/oazapfts-typesecript-codegen-repro
- Owner: msutkowski
- License: mit
- Created: 2022-02-05T16:27:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T16:31:03.000Z (over 4 years ago)
- Last Synced: 2025-06-05T22:53:28.815Z (about 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A simple repro of oazapfts behavior compared to other generators
### Initial setup
```shell
yarn install
yarn gen:all
```
Although this doesn't solve anything, I plan on writing type tests + linking oazapfts and patching that. If that doesn't seem too feasbile, we'll need to explore alternative solutions for the RTK Query code generator.