Open
Description
Description
The --properties-required-by-default
and --default-non-nullable
flags do not work. If you include these flag in the CLI, the execution hangs forever. From this issue it also seems like the same thing is happening with --path-params-as-types
. If you remove these flags, the execution works fine.
Name | Version |
---|---|
openapi-typescript |
6.7.5 |
Node.js | 18.18.2 |
OS + version | macOS 14.0 |
Reproduction
Run any generation command with --properties-required-by-default
, --default-non-nullable
or --path-params-as-types
flags, and you will see the execution hangs.
Checklist
- My OpenAPI schema passes the Redocly validator (
npx @redocly/cli@latest lint
) - I’m willing to open a PR (see CONTRIBUTING.md)