Commit Graph

34 Commits

Author SHA1 Message Date
Andy
72bc73d061 react-*: Fix lint (#20825) 2017-10-23 07:31:51 -07:00
voxmatt
f697a7ca1d fixing linting errors surfaced by Travis 2017-10-19 16:59:00 -07:00
voxmatt
d2cfe0ba3e fixes for compat mode types when you're straddling modern and classic environments 2017-10-19 16:43:24 -07:00
Eloy Durán
d12367fe0a
[Relay] Fix linter issues. 2017-10-18 12:30:27 +02:00
voxmatt
7b8aacb5d6 removing deprecated types 2017-10-17 18:11:40 -07:00
voxmatt
4822ffd689 Merge remote-tracking branch 'upstream/master' into relay-modern 2017-10-17 15:54:27 -07:00
Eloy Durán
95479db2fd
[Relay] Simplify modules by removing namespaces. 2017-10-18 00:15:58 +02:00
Eloy Durán
08f193a694
[Relay] Return null instead of void for Flow Maybe types. 2017-10-12 00:46:10 +02:00
Eloy Durán
091c46291e
[Relay] Add generics for getConnectionFromProps. 2017-10-11 16:23:14 +02:00
Eloy Durán
3439a2d7a1
[Relay] Add myself to list of maintainers. 2017-10-11 15:59:12 +02:00
Eloy Durán
bafb5407cb
[Relay] Fix dtslint issues with test files. 2017-10-11 15:56:18 +02:00
Eloy Durán
b438270ef3
[Relay] Reformat all files using prettier.
prettier --parser typescript --tab-width 4 --semi --trailing-comma es5 \
             --write --print-width 120 \
             types/{react-relay,relay-runtime}/*.ts*
2017-10-11 15:18:41 +02:00
Eloy Durán
694fb9b228
[Relay] Change imports to work as per normal usage. 2017-10-11 15:17:25 +02:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
voxmatt
9d1970bce0 trying to clean things up and fix some errors 2017-10-01 19:47:49 -07:00
voxmatt
dcc8532116 removing UMD style module structure from relay-runtime and moving new relay types to v1 folder 2017-10-01 11:03:05 -07:00
voxmatt
1bae083831 adding back in Renderer 2017-09-11 16:00:29 -10:00
voxmatt
e90ca4bb3e I need these exports; put in a ts-lint disable line around them 2017-09-11 11:17:03 -10:00
voxmatt
e1f651b9f3 more cleanup of lint errors 2017-09-11 11:11:36 -10:00
voxmatt
cafeccbaf5 cleaning up some linting errors in react-relay and its tests 2017-09-11 11:00:47 -10:00
voxmatt
38dd00d25e single declare module is needed to allow access from react-relay 2017-09-10 17:18:52 -10:00
voxmatt
c2ea2eb7c4 starting in on the linting errors in react-relay 2017-09-10 16:36:14 -10:00
voxmatt
7f407c876e fixing a couple errors 2017-09-09 17:51:02 -10:00
voxmatt
b6a411db2a moving things inline with the dt generator script and downgrading typescript version to acceptable 2.4 2017-09-09 17:45:37 -10:00
voxmatt
4a30f04920 removing Object and trying to eliminate unnecessary Function usage 2017-09-09 17:31:16 -10:00
voxmatt
80d08efbc7 updating tsconfig 2017-09-09 17:22:01 -10:00
voxmatt
99e85e6f62 apparently DT only allows one test file per directory 2017-09-09 17:17:54 -10:00
voxmatt
27b933935e complete set of relay modern tests 2017-09-09 17:13:12 -10:00
voxmatt
df16535a8c relay-runtime tests in place 2017-09-09 15:44:07 -10:00
voxmatt
21915dba13 adding new relay files but haven't configged file paths yet 2017-09-03 12:52:17 -07: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
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00