mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* Remove deprecated suppressImplicitAnyIndexErrors property from templates * Add encoding / decoding tests for the typescript generator * Add encoding / decoding tests for the typescript-node generator * [Typescript][Typescript Node] fix deserializing complex types This fixes deserializing of models that are composed with null, undefined, or are inside of a map. * Use more sensible `startsWith` implementation * Remove use of magic number offsets * Fix endsWith bounds checking * Regenerate samples