Bogdan Savluk
Bogdan Savluk
1. Add support for replacing global types like `Intl$DateTimeFormatOptions` with expressions like `Intl.DateTimeFormatOptions`, generate such replacements for built-in types 2. ~~Fix `.importFlow` - currently it might work not correctly when...
TypeScript has both `undefined` and `void` types. But in flow there is only `void`, which is used for both use-cases. Currently `void` type is not changed in converted code, however...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code ```ts let f, h = 0, j...
#### Description Removing implementation from `.js.flow` files, merging them to single definition file per component for most cases. This also fixed issue with flow when in many cases types are...
In typescript it is possible to mix type and value imports, which currently is not correctly converted to flow. This change adds logic to check if import for type and...