mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Fix incorrect import/export clashes.
A new error in Typescript 3.7 forbids name clashes like this:
```ts
import { X } from 'y'
export interface X { }
```
Previously they were incorrectly allowed. Typescript 3.7 will have a
beta version in the next day or two. In the meantime you can try
typescript@next -- the nightly build -- to see these errors.
* Missed a file!
|
||
|---|---|---|
| .. | ||
| AntDesign.d.ts | ||
| Entypo.d.ts | ||
| EvilIcons.d.ts | ||
| Feather.d.ts | ||
| FontAwesome5.d.ts | ||
| FontAwesome5Pro.d.ts | ||
| FontAwesome.d.ts | ||
| Fontisto.d.ts | ||
| Foundation.d.ts | ||
| Icon.d.ts | ||
| index.d.ts | ||
| Ionicons.d.ts | ||
| MaterialCommunityIcons.d.ts | ||
| MaterialIcons.d.ts | ||
| Octicons.d.ts | ||
| react-native-vector-icons-tests.tsx | ||
| SimpleLineIcons.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||
| Zocial.d.ts | ||