Commit Graph

35 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Eloy Durán
eee0c90fa6
[relay] Fix lint issues. 2018-02-06 17:12:30 +01:00
Eloy Durán
4a5279010a
[relay] ConcreteFragment should have been FragmentReference. 2018-02-06 15:59:16 +01:00
Eloy Durán
14f4b6d24e
[relay] Use const enum for unique fragment types. 2018-02-06 15:59:16 +01:00
Eloy Durán
0351b87eca
[relay] Add types used in compiler artifacts and improve tests. 2018-02-06 15:59:16 +01:00
Eloy Durán
c41956752f
[relay] Cleanup of where types are defined and scope tests. 2018-02-06 15:59:16 +01:00
Eloy Durán
83839f3122
[react-relay] Split tests into modern, compat, and classic files. 2018-02-06 15:59:15 +01:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Eloy Durán
25a67b8669
[relay] Fix RecordSourceInspector not being usable as class. 2017-11-15 14:36:24 +01:00
Eloy Durán
8c3561a856
[relay] Mark records list coming from a store as readonly. 2017-11-15 14:35:51 +01:00
Andy
097d2acf71 Miscellaneous lint fixes (#20849) 2017-10-22 15:22:50 -07:00
Eloy Durán
d12367fe0a
[Relay] Fix linter issues. 2017-10-18 12:30:27 +02: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
3439a2d7a1
[Relay] Add myself to list of maintainers. 2017-10-11 15:59:12 +02:00
Eloy Durán
339eadd3e1
[Relay] Fix namespace reference. 2017-10-11 15:56:44 +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
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
7101bd194b hopefully the last of relay-runtime linting errors 2017-09-11 10:50:28 -10:00
voxmatt
8ce8311cdf fixing a bunch of linting errors in relay-runtime 2017-09-11 08:02:22 -10:00
voxmatt
66af189089 removing maybe util type 2017-09-10 17:44:00 -10:00
voxmatt
38dd00d25e single declare module is needed to allow access from react-relay 2017-09-10 17:18:52 -10:00
voxmatt
ec92bbda49 removing single module declare in relay-runtime 2017-09-10 17:13:38 -10:00
voxmatt
ea247c5885 removing redundent exports from relay-runtime 2017-09-10 17:08:21 -10:00
voxmatt
e85628dc15 fixing all linting errors for relay-runtime 2017-09-10 16:21:13 -10:00
voxmatt
9d699082b6 continuing to fix linting errors 2017-09-10 10:05:01 -10:00
voxmatt
068231de36 working my way through relay-runtime linting errors 2017-09-10 09:47:01 -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
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
voxmatt
26b04cb2c6 adding info to top of relay-runtime definitions 2017-09-03 12:39:58 -07:00
voxmatt
ce1d72c1e6 removing reference path 2017-09-03 12:38:59 -07:00
voxmatt
52d0fb07b2 adding types for relay-runtime 2017-09-03 12:38:18 -07:00