{
  "type": "Program",
  "start": 0,
  "end": 2685,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 68,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 33,
      "end": 112,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 79
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 42,
          "end": 53,
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 20
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 42,
            "end": 53,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 20
              }
            },
            "name": "createStore",
            "leadingComments": null
          },
          "local": {
            "type": "Identifier",
            "start": 42,
            "end": 53,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 20
              }
            },
            "name": "createStore",
            "leadingComments": [
              {
                "type": "Block",
                "value": " global __DEV__ __CLIENT__ ",
                "start": 0,
                "end": 31,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 0
                  },
                  "end": {
                    "line": 1,
                    "column": 31
                  }
                },
                "range": [
                  0,
                  31
                ]
              }
            ]
          },
          "leadingComments": null
        },
        {
          "type": "ImportSpecifier",
          "start": 55,
          "end": 70,
          "loc": {
            "start": {
              "line": 3,
              "column": 22
            },
            "end": {
              "line": 3,
              "column": 37
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 55,
            "end": 70,
            "loc": {
              "start": {
                "line": 3,
                "column": 22
              },
              "end": {
                "line": 3,
                "column": 37
              }
            },
            "name": "applyMiddleware"
          },
          "local": {
            "type": "Identifier",
            "start": 55,
            "end": 70,
            "loc": {
              "start": {
                "line": 3,
                "column": 22
              },
              "end": {
                "line": 3,
                "column": 37
              }
            },
            "name": "applyMiddleware"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 72,
          "end": 87,
          "loc": {
            "start": {
              "line": 3,
              "column": 39
            },
            "end": {
              "line": 3,
              "column": 54
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 72,
            "end": 87,
            "loc": {
              "start": {
                "line": 3,
                "column": 39
              },
              "end": {
                "line": 3,
                "column": 54
              }
            },
            "name": "combineReducers"
          },
          "local": {
            "type": "Identifier",
            "start": 72,
            "end": 87,
            "loc": {
              "start": {
                "line": 3,
                "column": 39
              },
              "end": {
                "line": 3,
                "column": 54
              }
            },
            "name": "combineReducers"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 89,
          "end": 96,
          "loc": {
            "start": {
              "line": 3,
              "column": 56
            },
            "end": {
              "line": 3,
              "column": 63
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 89,
            "end": 96,
            "loc": {
              "start": {
                "line": 3,
                "column": 56
              },
              "end": {
                "line": 3,
                "column": 63
              }
            },
            "name": "compose"
          },
          "local": {
            "type": "Identifier",
            "start": 89,
            "end": 96,
            "loc": {
              "start": {
                "line": 3,
                "column": 56
              },
              "end": {
                "line": 3,
                "column": 63
              }
            },
            "name": "compose"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 104,
        "end": 111,
        "loc": {
          "start": {
            "line": 3,
            "column": 71
          },
          "end": {
            "line": 3,
            "column": 78
          }
        },
        "value": "redux",
        "rawValue": "redux",
        "raw": "'redux'"
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " global __DEV__ __CLIENT__ ",
          "start": 0,
          "end": 31,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 31
            }
          },
          "range": [
            0,
            31
          ]
        }
      ]
    },
    {
      "type": "ImportDeclaration",
      "start": 113,
      "end": 164,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 51
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 122,
          "end": 134,
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 21
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 122,
            "end": 134,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 21
              }
            },
            "name": "routeReducer"
          },
          "local": {
            "type": "Identifier",
            "start": 122,
            "end": 134,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 21
              }
            },
            "name": "routeReducer"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 142,
        "end": 163,
        "loc": {
          "start": {
            "line": 4,
            "column": 29
          },
          "end": {
            "line": 4,
            "column": 50
          }
        },
        "value": "redux-simple-router",
        "rawValue": "redux-simple-router",
        "raw": "'redux-simple-router'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 166,
      "end": 214,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 48
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 175,
          "end": 184,
          "loc": {
            "start": {
              "line": 6,
              "column": 9
            },
            "end": {
              "line": 6,
              "column": 18
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 175,
            "end": 184,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 18
              }
            },
            "name": "rocConfig"
          },
          "local": {
            "type": "Identifier",
            "start": 175,
            "end": 184,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 18
              }
            },
            "name": "rocConfig"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 192,
        "end": 213,
        "loc": {
          "start": {
            "line": 6,
            "column": 26
          },
          "end": {
            "line": 6,
            "column": 47
          }
        },
        "value": "../universal-config",
        "rawValue": "../universal-config",
        "raw": "'../universal-config'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Redux store creator\n *\n * @param {!object} reducers - Reducers that should be added to the store\n * @param {...function} middlewares - Redux middlewares that should be added to the store\n * @returns {function} A function that has the following interface:\n * `(callback) => (reduxReactRouter, getRoutes, createHistory, initialState)`.\n * The callback will be called when the application is in _DEV_ mode on the client as a way to add hot module update of\n * the reducers. The callback itself will take a function as the parameter that in turn takes the reducers to update.\n ",
          "start": 216,
          "end": 798,
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 17,
              "column": 3
            }
          },
          "range": [
            216,
            798
          ]
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 799,
      "end": 2684,
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 67,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 806,
        "end": 2684,
        "loc": {
          "start": {
            "line": 18,
            "column": 7
          },
          "end": {
            "line": 67,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 815,
          "end": 831,
          "loc": {
            "start": {
              "line": 18,
              "column": 16
            },
            "end": {
              "line": 18,
              "column": 32
            }
          },
          "name": "createReduxStore",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 832,
            "end": 840,
            "loc": {
              "start": {
                "line": 18,
                "column": 33
              },
              "end": {
                "line": 18,
                "column": 41
              }
            },
            "name": "reducers"
          },
          {
            "type": "RestElement",
            "start": 842,
            "end": 856,
            "loc": {
              "start": {
                "line": 18,
                "column": 43
              },
              "end": {
                "line": 18,
                "column": 57
              }
            },
            "argument": {
              "type": "Identifier",
              "start": 845,
              "end": 856,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 46
                },
                "end": {
                  "line": 18,
                  "column": 57
                }
              },
              "name": "middlewares"
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 858,
          "end": 2684,
          "loc": {
            "start": {
              "line": 18,
              "column": 59
            },
            "end": {
              "line": 67,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 864,
              "end": 2682,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 4
                },
                "end": {
                  "line": 66,
                  "column": 10
                }
              },
              "argument": {
                "type": "ArrowFunctionExpression",
                "start": 871,
                "end": 2681,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 11
                  },
                  "end": {
                    "line": 66,
                    "column": 9
                  }
                },
                "id": null,
                "generator": false,
                "expression": true,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 872,
                    "end": 880,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 12
                      },
                      "end": {
                        "line": 19,
                        "column": 20
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "ArrowFunctionExpression",
                  "start": 893,
                  "end": 2681,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 8
                    },
                    "end": {
                      "line": 66,
                      "column": 9
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 894,
                      "end": 906,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 9
                        },
                        "end": {
                          "line": 20,
                          "column": 21
                        }
                      },
                      "name": "initialState"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 911,
                    "end": 2681,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 26
                      },
                      "end": {
                        "line": 66,
                        "column": 9
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 925,
                        "end": 946,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 12
                          },
                          "end": {
                            "line": 21,
                            "column": 33
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 929,
                            "end": 945,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 16
                              },
                              "end": {
                                "line": 21,
                                "column": 32
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 929,
                              "end": 945,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 16
                                },
                                "end": {
                                  "line": 21,
                                  "column": 32
                                }
                              },
                              "name": "finalCreateStore"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 960,
                        "end": 2011,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 12
                          },
                          "end": {
                            "line": 45,
                            "column": 13
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 964,
                          "end": 985,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 16
                            },
                            "end": {
                              "line": 23,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 964,
                            "end": 971,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 16
                              },
                              "end": {
                                "line": 23,
                                "column": 23
                              }
                            },
                            "name": "__DEV__"
                          },
                          "operator": "&&",
                          "right": {
                            "type": "Identifier",
                            "start": 975,
                            "end": 985,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 27
                              },
                              "end": {
                                "line": 23,
                                "column": 37
                              }
                            },
                            "name": "__CLIENT__"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 987,
                          "end": 1862,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 39
                            },
                            "end": {
                              "line": 41,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 1005,
                              "end": 1056,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 16
                                },
                                "end": {
                                  "line": 24,
                                  "column": 67
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1011,
                                  "end": 1055,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 66
                                    }
                                  },
                                  "id": {
                                    "type": "ObjectPattern",
                                    "start": 1011,
                                    "end": 1027,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 38
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1013,
                                        "end": 1025,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 36
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1013,
                                          "end": 1025,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 36
                                            }
                                          },
                                          "name": "persistState"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1013,
                                          "end": 1025,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 36
                                            }
                                          },
                                          "name": "persistState"
                                        }
                                      }
                                    ]
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 1030,
                                    "end": 1055,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 66
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1030,
                                      "end": 1037,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 48
                                        }
                                      },
                                      "name": "require"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1038,
                                        "end": 1054,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 65
                                          }
                                        },
                                        "value": "redux-devtools",
                                        "rawValue": "redux-devtools",
                                        "raw": "'redux-devtools'"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1073,
                              "end": 1130,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 16
                                },
                                "end": {
                                  "line": 25,
                                  "column": 73
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1079,
                                  "end": 1129,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 72
                                    }
                                  },
                                  "id": {
                                    "type": "ObjectPattern",
                                    "start": 1079,
                                    "end": 1093,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 36
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1081,
                                        "end": 1091,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 34
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1081,
                                          "end": 1091,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 34
                                            }
                                          },
                                          "name": "instrument"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1081,
                                          "end": 1091,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 34
                                            }
                                          },
                                          "name": "instrument"
                                        }
                                      }
                                    ]
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 1096,
                                    "end": 1129,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1096,
                                      "end": 1103,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 46
                                        }
                                      },
                                      "name": "require"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1104,
                                        "end": 1128,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 71
                                          }
                                        },
                                        "value": "../../client/dev-tools",
                                        "rawValue": "../../client/dev-tools",
                                        "raw": "'../../client/dev-tools'"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1147,
                              "end": 1192,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 16
                                },
                                "end": {
                                  "line": 26,
                                  "column": 61
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1153,
                                  "end": 1191,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 60
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1153,
                                    "end": 1165,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 34
                                      }
                                    },
                                    "name": "createLogger"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 1168,
                                    "end": 1191,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 60
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1168,
                                      "end": 1175,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 44
                                        }
                                      },
                                      "name": "require"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1176,
                                        "end": 1190,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 59
                                          }
                                        },
                                        "value": "redux-logger",
                                        "rawValue": "redux-logger",
                                        "raw": "'redux-logger'"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1209,
                              "end": 1519,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 16
                                },
                                "end": {
                                  "line": 32,
                                  "column": 19
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1215,
                                  "end": 1518,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 18
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1215,
                                    "end": 1221,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 28
                                      }
                                    },
                                    "name": "logger"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 1224,
                                    "end": 1518,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1224,
                                      "end": 1236,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 43
                                        }
                                      },
                                      "name": "createLogger"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 1237,
                                        "end": 1517,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 17
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1259,
                                            "end": 1297,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 58
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1259,
                                              "end": 1264,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 25
                                                }
                                              },
                                              "name": "level"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 1266,
                                              "end": 1297,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 58
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1266,
                                                "end": 1291,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1266,
                                                  "end": 1279,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1266,
                                                    "end": 1275,
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 36
                                                      }
                                                    },
                                                    "name": "rocConfig"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1276,
                                                    "end": 1279,
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 40
                                                      }
                                                    },
                                                    "name": "dev"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1280,
                                                  "end": 1291,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "reduxLogger"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1292,
                                                "end": 1297,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 58
                                                  }
                                                },
                                                "name": "level"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1319,
                                            "end": 1365,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 66
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1319,
                                              "end": 1328,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 29
                                                }
                                              },
                                              "name": "collapsed"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 1330,
                                              "end": 1365,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 66
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1330,
                                                "end": 1355,
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1330,
                                                  "end": 1343,
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1330,
                                                    "end": 1339,
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 40
                                                      }
                                                    },
                                                    "name": "rocConfig"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1340,
                                                    "end": 1343,
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 44
                                                      }
                                                    },
                                                    "name": "dev"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1344,
                                                  "end": 1355,
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "reduxLogger"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1356,
                                                "end": 1365,
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 66
                                                  }
                                                },
                                                "name": "collapsed"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1387,
                                            "end": 1431,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 64
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1387,
                                              "end": 1395,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 28
                                                }
                                              },
                                              "name": "duration"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 1397,
                                              "end": 1431,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1397,
                                                "end": 1422,
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1397,
                                                  "end": 1410,
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1397,
                                                    "end": 1406,
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "rocConfig"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1407,
                                                    "end": 1410,
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "dev"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1411,
                                                  "end": 1422,
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 55
                                                    }
                                                  },
                                                  "name": "reduxLogger"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1423,
                                                "end": 1431,
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "duration"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1453,
                                            "end": 1499,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 66
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1453,
                                              "end": 1462,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 29
                                                }
                                              },
                                              "name": "timestamp"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 1464,
                                              "end": 1499,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 66
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1464,
                                                "end": 1489,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1464,
                                                  "end": 1477,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1464,
                                                    "end": 1473,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 40
                                                      }
                                                    },
                                                    "name": "rocConfig"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1474,
                                                    "end": 1477,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 44
                                                      }
                                                    },
                                                    "name": "dev"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1478,
                                                  "end": 1489,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "reduxLogger"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1490,
                                                "end": 1499,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 66
                                                  }
                                                },
                                                "name": "timestamp"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1537,
                              "end": 1571,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 16
                                },
                                "end": {
                                  "line": 34,
                                  "column": 50
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1543,
                                  "end": 1570,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 49
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1543,
                                    "end": 1559,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 38
                                      }
                                    },
                                    "name": "debugMiddlewares"
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "start": 1562,
                                    "end": 1570,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 49
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 1563,
                                        "end": 1569,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 48
                                          }
                                        },
                                        "name": "logger"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1589,
                              "end": 1848,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 16
                                },
                                "end": {
                                  "line": 40,
                                  "column": 31
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1589,
                                "end": 1847,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 30
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 1589,
                                  "end": 1605,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 32
                                    }
                                  },
                                  "name": "finalCreateStore"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 1608,
                                  "end": 1847,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 30
                                    }
                                  },
                                  "callee": {
                                    "type": "CallExpression",
                                    "start": 1608,
                                    "end": 1834,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 17
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1608,
                                      "end": 1615,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 42
                                        }
                                      },
                                      "name": "compose"
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 1637,
                                        "end": 1689,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 72
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1637,
                                          "end": 1652,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 35
                                            }
                                          },
                                          "name": "applyMiddleware"
                                        },
                                        "arguments": [
                                          {
                                            "type": "SpreadElement",
                                            "start": 1653,
                                            "end": 1667,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 50
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 1656,
                                              "end": 1667,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 50
                                                }
                                              },
                                              "name": "middlewares"
                                            }
                                          },
                                          {
                                            "type": "SpreadElement",
                                            "start": 1669,
                                            "end": 1688,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 71
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 1672,
                                              "end": 1688,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 71
                                                }
                                              },
                                              "name": "debugMiddlewares"
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 1711,
                                        "end": 1723,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 32
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1711,
                                          "end": 1721,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 30
                                            }
                                          },
                                          "name": "instrument"
                                        },
                                        "arguments": []
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 1745,
                                        "end": 1816,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1745,
                                          "end": 1757,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 32
                                            }
                                          },
                                          "name": "persistState"
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 1758,
                                            "end": 1815,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 90
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1758,
                                              "end": 1784,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 59
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1758,
                                                "end": 1778,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 53
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1758,
                                                  "end": 1773,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 48
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1758,
                                                    "end": 1764,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "window"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1765,
                                                    "end": 1773,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 48
                                                      }
                                                    },
                                                    "name": "location"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1774,
                                                  "end": 1778,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 53
                                                    }
                                                  },
                                                  "name": "href"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1779,
                                                "end": 1784,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 59
                                                  }
                                                },
                                                "name": "match"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 1785,
                                                "end": 1814,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 89
                                                  }
                                                },
                                                "value": {},
                                                "rawValue": {},
                                                "raw": "/[?&]debug_session=([^&]+)\\b/",
                                                "regex": {
                                                  "pattern": "[?&]debug_session=([^&]+)\\b",
                                                  "flags": ""
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1835,
                                      "end": 1846,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 29
                                        }
                                      },
                                      "name": "createStore"
                                    }
                                  ]
                                }
                              }
                            }
                          ]
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 1868,
                          "end": 2011,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 19
                            },
                            "end": {
                              "line": 45,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 1886,
                              "end": 1997,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 16
                                },
                                "end": {
                                  "line": 44,
                                  "column": 31
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1886,
                                "end": 1996,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 30
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 1886,
                                  "end": 1902,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 32
                                    }
                                  },
                                  "name": "finalCreateStore"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 1905,
                                  "end": 1996,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 30
                                    }
                                  },
                                  "callee": {
                                    "type": "CallExpression",
                                    "start": 1905,
                                    "end": 1983,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 17
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1905,
                                      "end": 1912,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 42
                                        }
                                      },
                                      "name": "compose"
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 1934,
                                        "end": 1965,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1934,
                                          "end": 1949,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 35
                                            }
                                          },
                                          "name": "applyMiddleware"
                                        },
                                        "arguments": [
                                          {
                                            "type": "SpreadElement",
                                            "start": 1950,
                                            "end": 1964,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 50
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 1953,
                                              "end": 1964,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 50
                                                }
                                              },
                                              "name": "middlewares"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1984,
                                      "end": 1995,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 29
                                        }
                                      },
                                      "name": "createStore"
                                    }
                                  ]
                                }
                              }
                            }
                          ]
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2025,
                        "end": 2141,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 12
                          },
                          "end": {
                            "line": 50,
                            "column": 15
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2031,
                            "end": 2140,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 18
                              },
                              "end": {
                                "line": 50,
                                "column": 14
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2031,
                              "end": 2038,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 18
                                },
                                "end": {
                                  "line": 47,
                                  "column": 25
                                }
                              },
                              "name": "reducer"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 2041,
                              "end": 2140,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 28
                                },
                                "end": {
                                  "line": 50,
                                  "column": 14
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 2041,
                                "end": 2056,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 43
                                  }
                                },
                                "name": "combineReducers"
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 2057,
                                  "end": 2139,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 13
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 2075,
                                      "end": 2096,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 37
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 2075,
                                        "end": 2082,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 23
                                          }
                                        },
                                        "name": "routing"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 2084,
                                        "end": 2096,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 37
                                          }
                                        },
                                        "name": "routeReducer"
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "SpreadProperty",
                                      "start": 2114,
                                      "end": 2125,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 27
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 2117,
                                        "end": 2125,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 27
                                          }
                                        },
                                        "name": "reducers"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2155,
                        "end": 2209,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 12
                          },
                          "end": {
                            "line": 52,
                            "column": 66
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2161,
                            "end": 2208,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 18
                              },
                              "end": {
                                "line": 52,
                                "column": 65
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2161,
                              "end": 2166,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 18
                                },
                                "end": {
                                  "line": 52,
                                  "column": 23
                                }
                              },
                              "name": "store"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 2169,
                              "end": 2208,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 26
                                },
                                "end": {
                                  "line": 52,
                                  "column": 65
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 2169,
                                "end": 2185,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 42
                                  }
                                },
                                "name": "finalCreateStore"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2186,
                                  "end": 2193,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 50
                                    }
                                  },
                                  "name": "reducer"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 2195,
                                  "end": 2207,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 64
                                    }
                                  },
                                  "name": "initialState"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "IfStatement",
                        "start": 2223,
                        "end": 2644,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 12
                          },
                          "end": {
                            "line": 63,
                            "column": 13
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 2227,
                          "end": 2262,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 16
                            },
                            "end": {
                              "line": 54,
                              "column": 51
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 2227,
                            "end": 2248,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 16
                              },
                              "end": {
                                "line": 54,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2227,
                              "end": 2234,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 16
                                },
                                "end": {
                                  "line": 54,
                                  "column": 23
                                }
                              },
                              "name": "__DEV__"
                            },
                            "operator": "&&",
                            "right": {
                              "type": "Identifier",
                              "start": 2238,
                              "end": 2248,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 27
                                },
                                "end": {
                                  "line": 54,
                                  "column": 37
                                }
                              },
                              "name": "__CLIENT__"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "MemberExpression",
                            "start": 2252,
                            "end": 2262,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 41
                              },
                              "end": {
                                "line": 54,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2252,
                              "end": 2258,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 41
                                },
                                "end": {
                                  "line": 54,
                                  "column": 47
                                }
                              },
                              "name": "module"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2259,
                              "end": 2262,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 48
                                },
                                "end": {
                                  "line": 54,
                                  "column": 51
                                }
                              },
                              "name": "hot"
                            },
                            "computed": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 2264,
                          "end": 2644,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 53
                            },
                            "end": {
                              "line": 63,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 2352,
                              "end": 2630,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 16
                                },
                                "end": {
                                  "line": 62,
                                  "column": 19
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2352,
                                "end": 2629,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 18
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2352,
                                  "end": 2360,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 24
                                    }
                                  },
                                  "name": "callback",
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2361,
                                    "end": 2628,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 17
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2362,
                                        "end": 2373,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 37
                                          }
                                        },
                                        "name": "newReducers"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2378,
                                      "end": 2628,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 2400,
                                          "end": 2551,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 23
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 2406,
                                              "end": 2550,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 22
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 2406,
                                                "end": 2421,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "nextRootReducer"
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "start": 2424,
                                                "end": 2550,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 22
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 2424,
                                                  "end": 2439,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "combineReducers"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 2440,
                                                    "end": 2549,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 21
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "start": 2466,
                                                        "end": 2487,
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 45
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 2466,
                                                          "end": 2473,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 31
                                                            }
                                                          },
                                                          "name": "routing"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 2475,
                                                          "end": 2487,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 45
                                                            }
                                                          },
                                                          "name": "routeReducer"
                                                        },
                                                        "kind": "init"
                                                      },
                                                      {
                                                        "type": "SpreadProperty",
                                                        "start": 2513,
                                                        "end": 2527,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 38
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "start": 2516,
                                                          "end": 2527,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 38
                                                            }
                                                          },
                                                          "name": "newReducers"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "kind": "const"
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2572,
                                          "end": 2610,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 58
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2572,
                                            "end": 2609,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 57
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2572,
                                              "end": 2592,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2572,
                                                "end": 2577,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 25
                                                  }
                                                },
                                                "name": "store"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2578,
                                                "end": 2592,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 40
                                                  }
                                                },
                                                "name": "replaceReducer"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2593,
                                                "end": 2608,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "nextRootReducer"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Enable Webpack hot module replacement for reducers",
                                  "start": 2282,
                                  "end": 2335,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 69
                                    }
                                  },
                                  "range": [
                                    2282,
                                    2335
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 2658,
                        "end": 2671,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 12
                          },
                          "end": {
                            "line": 65,
                            "column": 25
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 2665,
                          "end": 2670,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 19
                            },
                            "end": {
                              "line": 65,
                              "column": 24
                            }
                          },
                          "name": "store"
                        }
                      }
                    ]
                  }
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Redux store creator\n *\n * @param {!object} reducers - Reducers that should be added to the store\n * @param {...function} middlewares - Redux middlewares that should be added to the store\n * @returns {function} A function that has the following interface:\n * `(callback) => (reduxReactRouter, getRoutes, createHistory, initialState)`.\n * The callback will be called when the application is in _DEV_ mode on the client as a way to add hot module update of\n * the reducers. The callback itself will take a function as the parameter that in turn takes the reducers to update.\n ",
            "start": 216,
            "end": 798,
            "loc": {
              "start": {
                "line": 8,
                "column": 0
              },
              "end": {
                "line": 17,
                "column": 3
              }
            },
            "range": [
              216,
              798
            ]
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Redux store creator\n *\n * @param {!object} reducers - Reducers that should be added to the store\n * @param {...function} middlewares - Redux middlewares that should be added to the store\n * @returns {function} A function that has the following interface:\n * `(callback) => (reduxReactRouter, getRoutes, createHistory, initialState)`.\n * The callback will be called when the application is in _DEV_ mode on the client as a way to add hot module update of\n * the reducers. The callback itself will take a function as the parameter that in turn takes the reducers to update.\n ",
          "start": 216,
          "end": 798,
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 17,
              "column": 3
            }
          },
          "range": [
            216,
            798
          ]
        }
      ]
    }
  ]
}