/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.coderabbit.yaml
10 строк
835 B
Nick Lucas
feat: OpenAPI Cyclic Types support (#7283)
28 мар 2026, 12:57
Не верифицирован
28 мар 2026, 12:57
bdf2c65
Код
Авторство
О чём код?
reviews: path_instructions: - path: 'packages/openapi/test/routers/**' instructions: | - *.ts files should contain valid tRPC routers, and types. They are written to drive codegen for testing purposes - *.json files are generated by the code under test, they should be valid and correct OpenAPI 3.1+ JSON docs - */ directories are generated clients from the OpenAPI *.json files, they should only be reviewed with respect to correct generation. Types should match the tRPC router types, but code is not expected to meet this repo's standards for linting or formatting. - path: 'examples/openapi-codegen/src/client/generated/**' instructions: | - this directory should be treated the same as `packages/openapi/test/routers/*/` - it is generated for example and e2e testing purposes