SYMBOL INDEX (77 symbols across 24 files) FILE: build/check-versions.js function exec (line 7) | function exec (cmd) { FILE: build/utils.js function generateLoaders (line 39) | function generateLoaders (loader, loaderOptions) { FILE: build/webpack.base.conf.js function resolve (line 6) | function resolve (dir) { FILE: build/webpack.dev.conf.js constant HOST (line 13) | const HOST = process.env.HOST constant PORT (line 14) | const PORT = process.env.PORT && Number(process.env.PORT) FILE: src/App.js function getRouterByRoutes (line 8) | function getRouterByRoutes(routes){ class App (line 37) | class App extends React.PureComponent{ method render (line 38) | render(){ FILE: src/api/index.js function mapUrlObjToFuncObj (line 5) | function mapUrlObjToFuncObj(urlObj){ function mapUrlObjToStrObj (line 16) | function mapUrlObjToStrObj(urlObj){ constant API (line 25) | const API = mapUrlObjToFuncObj(API_URL); constant URL (line 26) | const URL = mapUrlObjToStrObj(API_URL); FILE: src/components/Bandstand/index.js class Bandstand (line 15) | @connect( method getMusicById (line 42) | getMusicById(id, callback) { method componentDidMount (line 73) | componentDidMount(){ method componentDidUpdate (line 101) | componentDidUpdate() { method render (line 109) | render() { FILE: src/components/Control/index.js class Control (line 10) | @connect( method getDerivedStateFromProps (line 20) | static getDerivedStateFromProps(nextProps,prevState){ method componentDidUpdate (line 66) | componentDidUpdate(){ method render (line 88) | render() { FILE: src/components/Header/index.js class Header (line 8) | class Header extends React.Component { method render (line 41) | render(){ FILE: src/components/Loading/index.js function loading (line 4) | function loading() { FILE: src/components/MusicList/index.js class MusicList (line 8) | @connect( method playSpecificMusic (line 13) | playSpecificMusic(music){ method removeMusicFromList (line 22) | removeMusicFromList(music){ method componentWillReceiveProps (line 27) | componentWillReceiveProps(nextProps) { method render (line 32) | render(){ FILE: src/components/NewSongMenu/index.js class NewSongMenu (line 8) | @connect( method render (line 53) | render(){ FILE: src/components/Search/index.js class Search (line 12) | @connect( method fastSearch (line 112) | fastSearch(searchText){ method addSearchRecord (line 121) | addSearchRecord(recordStr) { method removeRecord (line 135) | removeRecord(record) { method addMusic (line 153) | addMusic(musicItem) { method componentDidMount (line 158) | componentDidMount() { method render (line 166) | render() { FILE: src/components/Slider/index.js class Slider (line 6) | class Slider extends React.Component { method switchChange (line 11) | switchChange(type,checked){ method render (line 14) | render() { FILE: src/components/SongMenu/index.js class SongMenu (line 10) | @connect( method tabChange (line 32) | tabChange(tabIndex){ method render (line 37) | render() { FILE: src/components/SongMenuMangement/index.js class SongMenuMangement (line 8) | @connect( method changeSelectedList (line 19) | changeSelectedList(text){ method render (line 40) | render(){ FILE: src/constant/music.js constant CHANGE_MUSIC_STATUS (line 2) | const CHANGE_MUSIC_STATUS="CHANGE_MUSIC_STATUS"; constant ADD_MUSIC (line 4) | const ADD_MUSIC="ADD_MUSIC"; constant CHANGE_CURRENT_MUSIC (line 6) | const CHANGE_CURRENT_MUSIC="CHANGE_CURRENT_MUSIC"; constant ADD_AND_CHANGE_MUSIC (line 8) | const ADD_AND_CHANGE_MUSIC="ADD_AND_CHANGE_MUSIC"; constant PLAY_MUSIC_BY_INDEX (line 10) | const PLAY_MUSIC_BY_INDEX="PLAY_MUSIC_BY_INDEX"; constant CLEAR_MUSIC_LIST (line 12) | const CLEAR_MUSIC_LIST="CLEAR_MUSIC_LIST"; constant REMOVE_MUSIC_FROM_LIST (line 14) | const REMOVE_MUSIC_FROM_LIST="REMOVE_MUSIC_FROM_LIST"; constant ADD_SONG_LIST (line 16) | const ADD_SONG_LIST="ADD_SONG_LIST"; constant REMOVE_SONG_LIST (line 18) | const REMOVE_SONG_LIST="REMOVE_SONG_LIST"; FILE: src/layouts/MainLayout/index.js class MainLayout (line 5) | class MainLayout extends React.Component { method render (line 6) | render() { FILE: src/pages/Discovery/index.js class Discovery (line 3) | class Discovery extends React.Component { method render (line 4) | render() { FILE: src/pages/MusicClub/index.js class MusicClub (line 4) | class MusicClub extends React.Component { method render (line 5) | render() { FILE: src/pages/MyCenter/index.js class mycenter (line 8) | class mycenter extends React.Component { method render (line 9) | render() { FILE: src/store/actionTypes.js constant CHANGE_MUSIC_STATUS (line 2) | const CHANGE_MUSIC_STATUS="CHANGE_MUSIC_STATUS"; constant ADD_MUSIC (line 4) | const ADD_MUSIC="ADD_MUSIC"; constant CHANGE_CURRENT_MUSIC (line 6) | const CHANGE_CURRENT_MUSIC="CHANGE_CURRENT_MUSIC"; constant ADD_AND_CHANGE_MUSIC (line 8) | const ADD_AND_CHANGE_MUSIC="ADD_AND_CHANGE_MUSIC"; constant PLAY_SPECIFIC_MUSIC_BY_MID (line 10) | const PLAY_SPECIFIC_MUSIC_BY_MID="PLAY_SPECIFIC_MUSIC_BY_MID"; constant CLEAR_MUSIC_LIST (line 12) | const CLEAR_MUSIC_LIST="CLEAR_MUSIC_LIST"; constant REMOVE_MUSIC_FROM_LIST (line 14) | const REMOVE_MUSIC_FROM_LIST="REMOVE_MUSIC_FROM_LIST"; constant ADD_SONG_LIST (line 16) | const ADD_SONG_LIST="ADD_SONG_LIST"; constant REMOVE_SONG_LIST (line 18) | const REMOVE_SONG_LIST="REMOVE_SONG_LIST"; FILE: src/store/index.js function configureStore (line 8) | function configureStore(initialState) { FILE: src/store/reducer.js function isMusicExist (line 9) | function isMusicExist(musicData,array) { function isSongMenuExist (line 14) | function isSongMenuExist(name,array){ function music (line 20) | function music(state = initialState, action) {