joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
658 stars 78 forks source link

add support for globalThis in generated d.ts files #109

Closed zxbodya closed 4 years ago

zxbodya commented 4 years ago

Adding support for code like React.MouseEvent<HTMLElement, globalThis.MouseEvent>

zxbodya commented 4 years ago

build looks to be failing because yarn.lock needs to be updated… as an option - #110 can be merged first

orta commented 4 years ago

Cool, thanks, I've rebased and this looks good - will merge on green