An open API service indexing awesome lists of open source software.

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

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.