SYMBOL INDEX (19 symbols across 13 files) FILE: examples/basic/actions/count.js function increase (line 3) | function increase(n) { function decrease (line 10) | function decrease(n) { FILE: examples/basic/components/App.js function App (line 4) | function App({ children }) { FILE: examples/basic/components/Bar.js function Bar (line 3) | function Bar() { FILE: examples/basic/components/Foo.js function Foo (line 3) | function Foo() { FILE: examples/basic/components/Home.js function Home (line 5) | function Home({ number, increase, decrease }) { FILE: examples/basic/constants.js constant INCREASE (line 2) | const INCREASE = 'INCREASE' constant DECREASE (line 3) | const DECREASE = 'DECREASE' FILE: examples/basic/reducers/count.js function update (line 7) | function update(state = initialState, action) { FILE: examples/server/store.js function configureStore (line 16) | function configureStore(history, initialState) { FILE: src/actions.js constant CALL_HISTORY_METHOD (line 6) | const CALL_HISTORY_METHOD = '@@router/CALL_HISTORY_METHOD' function updateLocation (line 8) | function updateLocation(method) { FILE: src/middleware.js function routerMiddleware (line 8) | function routerMiddleware(history) { FILE: src/reducer.js constant LOCATION_CHANGE (line 5) | const LOCATION_CHANGE = '@@router/LOCATION_CHANGE' function routerReducer (line 17) | function routerReducer(state = initialState, { type, payload } = {}) { FILE: src/sync.js function syncHistoryWithStore (line 17) | function syncHistoryWithStore(history, store, { FILE: test/_createSyncTest.js method toContainLocation (line 14) | toContainLocation({ function createSyncedHistoryAndStore (line 35) | function createSyncedHistoryAndStore(originalHistory) { function createTests (line 47) | function createTests(createHistory, name, reset = defaultReset) {