Sebastiaan Brouwer
Sebastiaan Brouwer
If I have a file with the following I want to export: ``` javascript interface IUser { username: string; } export = IUser; ``` With the 'ts:export' transformation, this doesn't...
Hi, I'm interested in using Mostjs but I find it difficult to find a good, somewhat "more complex" example, where it is using for instance pipes (like those in [RamdaJS](https://ramdajs.com/docs/#pipe))...
Fixes #1796 Make sure the `required` field don't get lost when it is having an `allOf` in Swagger and you want to convert it to OpenAPI
Swagger-parser version: 2.1.2 **Sample spec** ```yaml swagger: "2.0" info: title: composed model conversion test version: 1.0.0 paths: /composed: get: operationId: composed responses: "200": description: OK schema: $ref: "#/definitions/ComposedModel" definitions: BaseModel:...