mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
* [typescript] Don't hardcode the date type if user has mapped it If the user has set --type-mappings Date=foo, respect this setting instead of hardcoding the date type. * Use default type mappings for date/date-time * Use typeMapping mechanism correctly * Add default mapping for angular and node to preserve behavior * One more change to keep current behavior * Add default type mappings to the other TS generators