-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
items: { nullable: true }としたarrayが正しく変換されない #159
Comments
対応が遅れてしまって申し訳ありません。 |
ghost
pushed a commit
that referenced
this issue
Jan 13, 2022
develpブランチにて対応しました |
対応ありがとうございます🙇♂️ |
こちら、最新バージョン(v0.17.0)にて対応しています。issue報告ありがとうございました🙇♂️ |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
(OSSにコミットをするのに慣れていないため、拙い所が多々あるかもしれませんがご了承いただけますと幸いです)
次のような
nullable:true
なitemsを持つarrayの型が、正しく変換されない。上記の定義ファイルをgenerateすると、
(number | null)[]
となるはずが、次のような型が出力されてしまう。【参考】
https://github.com/ID157/openapi2aspida-bugreport
v0.16.5
v16.7.0
7.20.3
Additional context
The text was updated successfully, but these errors were encountered: