Nathan Shively-Sanders
64fc88601e
Disable npm-naming with dt-header ( #34112 )
...
npm-naming is a new rule but the code it runs was already disabled
whenever dt-header was disabled. This change keeps the behaviour the
same.
2019-03-22 09:26:34 -07:00
Vincent Langlet
1a07ffda4e
Fix lint
2019-02-12 14:01:30 +01:00
Akash Vishwakarma
c1545d5802
updating code as per the alt documentation
...
As per the alt documentation, success and error shouldn't be optional
2018-12-17 14:11:39 +05:30
Akash Vishwakarma
e16aad6c17
local should be optional as per the Alt doc.
...
As per the http://alt.js.org/docs/async/ document, the local function in the SourceModel Interface should be optional.
2018-12-04 18:01:01 +05:30
Andy
141d1cc870
And tslint disables for no-angle-bracket-type-assertion ( #30592 )
2018-11-16 12:20:58 -08:00
Ferdy Budhidharma
6d2fc7181a
feat(react-dependents): update to TS 2.8 (part 1 of 2) ( #27743 )
...
* feat(react-dependents): update to TS 2.8
* exclude react-dom
* fix version mismatches
2018-08-03 21:01:14 +01:00
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
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Andy
19f89399e4
Ensure every package has a tslint.json ( #21009 )
...
* Ensure every package has a tslint.json
* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07: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
Tanguy Krotoff
27acfc741a
Change require('react') to import * as React from 'react'
2017-06-19 12:09:31 +02:00
Nathan Shively-Sanders
163f4438df
Fix weak type errors ( #16845 )
...
* Fix first round of weak type errors
Done through griddle-react
* 95% done with weak type fixes
* Fix last couple of weak type errors
* Remove some lint from mithril tests
* mithril's Lifecycle is not a weak type any more
Restore the Lifecycle constraints in the rest of the definitions.
* Fix react-redux tests after #16652 broke them
* Remove package-lock.json
2017-06-04 22:03:03 -07:00
Stevan Goode
172e6f79a3
Fixed not accepting string as action reference ( #15595 )
2017-04-17 08:54:42 -07:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00