Josh Unger

Results 12 issues of Josh Unger

**Description** I'm seeing in our existing code we have a type object where we've defined additional properties as an array. When we run `openapi-typescript` the TypeScript produced doesn't compile. Should...

bug
openapi-ts

I'm seeing `document is not defined` for server side rendering (SSR). ``` function createTag(type) { // return {appendChild:function(){},setAttribute:function(){},style:{}} return document.createElement(type); } export default createTag; ``` https://github.com/airbnb/lottie-web/blob/master/player/js/utils/helpers/html_elements.js#L3 @bodymovin would it be...