Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Forbes Lindesay
8f8f6c4392
[react] Use HTMLDialogElement for the dialog node ( #23053 )
...
* [react] Use HTMLDialogElement for the dialog node
* Actually add the `open` property
* This update requires typescript 2.6
* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Andy
2a9d2f8d59
Convert more "import *" to "import =" ( #23446 )
2018-02-05 18:27:31 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07:00
Andy
c44ab23fb9
Prefer relative imports for packages that import theirselves ( #20034 )
2017-09-26 10:29:06 -07:00
Andy
e16b5b69b1
react-transition-group: Fix export ( #19907 )
2017-09-20 07:18:07 -07:00
Andy
cb2dbfbb50
Add ignores for new lint rules ( #19504 )
2017-09-01 07:47:52 -07:00
Andy
a828ea02ac
Normalize tsconfig.jsons ( #19447 )
2017-08-30 08:15:31 -07:00
Karol Janyst
f585e6f27f
Update imports in index
2017-08-16 12:41:00 +09:00
Karol Janyst
bfcd1e3297
Update imports
2017-08-16 12:39:47 +09:00
Karol Janyst
c4cb5120f0
Revert changes from #18637
2017-08-15 08:55:16 +09:00
Karol Janyst
1fcbcc3695
Merge remote-tracking branch 'upstream/master' into lkay/react-transition-group-tmp-fix
2017-08-15 08:53:11 +09:00
Aaron Greenberg
aade0638f6
Use ES2015 module style for react-transition-group ( #18637 )
2017-08-14 14:04:44 -07:00
Karol Janyst
a16ca5d33c
Quick fix exports to match transpiled code of the library
2017-08-04 16:57:37 +09:00
Wesley Wigham
a790cd60fc
Revert "react-transition-group Added {} state to remedy Component Requires 2 type arguments"
2017-07-18 09:13:17 -07:00
Ian Shea
f8f5952e2c
moving from {} to any for state pass
2017-07-17 08:40:37 -07:00
Ian Shea
e114c62e2f
fixing lint error, passing {} instead of empty interface
2017-07-14 16:36:44 -07:00
Ian Shea
5f17d5489b
added state definition for components
2017-07-14 16:31:28 -07:00
Karol Janyst
faa13ca5cc
Fix types for transition components
2017-07-13 09:17:06 +09:00
Karol Janyst
ed17ae55a7
Add definitions for react-transition-group v2
2017-07-07 12:51:17 +09:00
Tanguy Krotoff
573083a518
Replace React.Component<(any|void|\{\}|null)> by React.Component
...
+ many manual adjustments
2017-06-21 09:48:37 +02:00
Tanguy Krotoff
ea9de8a518
Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
...
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8
Update react to TypeScript 2.3
2017-06-19 13:34:54 +02:00
Karol Janyst
05efee5a4e
Add definitions for react-transition-group ( #16117 )
...
* Add definitions for react-transition-group
* Change authors in header
2017-04-27 07:16:54 -07:00