This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ /** Copyright (c) 2018 Uber Technologies, Inc.
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+
1
7
/* eslint-env browser */
2
8
import test from 'tape-cup' ;
3
9
import Plugin from '../plugin' ;
Original file line number Diff line number Diff line change
1
+ /** Copyright (c) 2018 Uber Technologies, Inc.
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+
1
7
import React from 'react' ;
2
8
import test from 'tape-cup' ;
3
9
import Plugin from '../plugin' ;
Original file line number Diff line number Diff line change
1
+ /** Copyright (c) 2018 Uber Technologies, Inc.
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+
1
7
import tape from 'tape-cup' ;
2
8
import Plugin , {
3
9
createRPCReducer ,
Original file line number Diff line number Diff line change
1
+ /** Copyright (c) 2018 Uber Technologies, Inc.
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+
1
7
import PropTypes from 'prop-types' ;
2
8
import React from 'react' ;
3
9
import { createRPCHandler , createRPCReactors } from 'fusion-rpc-redux' ;
Original file line number Diff line number Diff line change
1
+ /** Copyright (c) 2018 Uber Technologies, Inc.
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+
1
7
import plugin from './plugin' ;
2
8
import { ProviderPlugin } from 'fusion-react' ;
3
9
export { createRPCReducer } from 'fusion-rpc-redux' ;
Original file line number Diff line number Diff line change
1
+ /** Copyright (c) 2018 Uber Technologies, Inc.
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+
1
7
import { ProviderPlugin } from 'fusion-react' ;
2
8
import rpc from 'fusion-plugin-rpc' ;
3
9
You can’t perform that action at this time.
0 commit comments