Commit Graph

19 Commits

Author SHA1 Message Date
Ben Newman
3ba8af8519 Remove no-longer-necessary ClientStream-related imports from ddp-client. 2017-11-15 13:21:50 -05:00
Ben Newman
2dd4043478 Extract ClientStream into its own package. 2017-11-15 13:21:50 -05:00
Ben Newman
411599ce93 Finish removing underscore from ddp-client. 2017-11-11 17:27:48 -05:00
Ben Newman
193910fdd2 Use object ...spread instead of Object.assign. 2017-11-11 17:26:21 -05:00
Ben Newman
76fb8a7897 Use truly empty Object.create(null) instead of {} in ddp-client. 2017-11-11 16:20:27 -05:00
Sashko Stubailo
d16b928efb Apply is confusing, we don't actually use this 2017-11-10 14:18:39 -08:00
Sashko Stubailo
8e4f4fb650 Use assign to avoid an extra object copy 2017-11-10 14:08:02 -08:00
Sashko Stubailo
f6bbe753a3 Remove LivedataTest! 🎉 2017-11-10 14:00:09 -08:00
Sashko Stubailo
46ddbe62d1 Add comments about weird imports 2017-11-10 09:40:15 -08:00
Sashko Stubailo
17ef5c2955 Make sure all imports have the .js extension 2017-11-10 09:40:14 -08:00
Sashko Stubailo
8a9875cf97 Remove underscore from stream_client_nodejs 2017-11-10 09:40:14 -08:00
Sashko Stubailo
0dd710e580 Replace _.extend with spread 2017-11-10 09:40:14 -08:00
Sashko Stubailo
d6f0fdfb35 Get ClientStream off of LivedataTest 2017-11-10 09:40:14 -08:00
Sashko Stubailo
2633d962ca Factor out method invoker 2017-11-10 09:40:14 -08:00
Sashko Stubailo
45928b2cb2 No more self=this 2017-11-10 09:40:14 -08:00
Sashko Stubailo
3739ec98cd Use classes and inheritance instead of extending prototype 2017-11-10 09:40:14 -08:00
Sashko Stubailo
0749a1890a Make ddp-client more aligned with code style (#9337)
- single quotes
- 80 char line width
2017-11-09 15:10:19 -05:00
Sashko Stubailo
0dcc4f18e1 Use export from instead of import then export 2017-11-09 08:23:34 -08:00
Sashko Stubailo
5bc54cabce Organize files into directories: client, common, server, test 2017-11-09 08:22:45 -08:00