Fredx87 / openapi-io-ts

OpenAPI code generation tool with validation powered by io-ts
MIT License
36 stars 9 forks source link

Omit params import conditionally #28

Closed anulman closed 6 months ago

anulman commented 6 months ago

Building after codegen was failing because there was no parameters/index.ts; omitting the import altogether if there are no parameters available.

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: 16e109b8680429d71cd0a693400f8564df00700d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

anulman commented 6 months ago

User error! Meant to PR this against the @nmbrco fork