mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-19 10:03:58 +00:00
* type aliasing issue * Add example OpenAPI document from issue 3589 https://github.com/OpenAPITools/openapi-generator/issues/3589 * Add test to reproduce the issue - type of TypeAlias changed from 'string' to 'object' (not sure if importMapping is supposed also for 'string' types...) - there might be better ways to write the test, it's kind of a brute force test (generate a file and parse it with a regexp) * Remove duplicate test file * Add new method override handleMethodResponse Fixes broken unit test after merge from master Co-authored-by: bkoziak <bkoziak@gmail.com> Co-authored-by: William Cheng <wing328hk@gmail.com>