SYMBOL INDEX (15 symbols across 7 files) FILE: build/karma.config.js constant TEST_BUNDLER (line 4) | const TEST_BUNDLER = './tests/test-bundler.js' FILE: project.config.js constant NODE_ENV (line 1) | const NODE_ENV = process.env.NODE_ENV || 'development' FILE: src/components/App.js class App (line 6) | class App extends React.Component { method shouldComponentUpdate (line 12) | shouldComponentUpdate () { method render (line 16) | render () { FILE: src/main.js constant MOUNT_NODE (line 12) | const MOUNT_NODE = document.getElementById('root') FILE: src/routes/Counter/index.js method getComponent (line 6) | getComponent (nextState, cb) { FILE: src/routes/Counter/modules/counter.js constant COUNTER_INCREMENT (line 4) | const COUNTER_INCREMENT = 'COUNTER_INCREMENT' constant COUNTER_DOUBLE_ASYNC (line 5) | const COUNTER_DOUBLE_ASYNC = 'COUNTER_DOUBLE_ASYNC' function increment (line 10) | function increment (value = 1) { constant ACTION_HANDLERS (line 43) | const ACTION_HANDLERS = { function counterReducer (line 52) | function counterReducer (state = initialState, action) { FILE: src/store/location.js constant LOCATION_CHANGE (line 6) | const LOCATION_CHANGE = 'LOCATION_CHANGE' function locationChange (line 11) | function locationChange (location = '/') { function locationReducer (line 29) | function locationReducer (state = initialState, action) {