{
  "type": "Program",
  "start": 0,
  "end": 4838,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 92,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 17,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "name": "reactStamp"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 23,
        "end": 36,
        "loc": {
          "start": {
            "line": 1,
            "column": 23
          },
          "end": {
            "line": 1,
            "column": 36
          }
        },
        "value": "react-stamp",
        "rawValue": "react-stamp",
        "raw": "'react-stamp'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 38,
      "end": 74,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 45,
          "end": 52,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 45,
            "end": 52,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "profile"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 58,
        "end": 74,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 36
          }
        },
        "value": "./desc/profile",
        "rawValue": "./desc/profile",
        "raw": "'./desc/profile'"
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 78,
      "end": 107,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 29
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 84,
          "end": 107,
          "loc": {
            "start": {
              "line": 4,
              "column": 6
            },
            "end": {
              "line": 4,
              "column": 29
            }
          },
          "id": {
            "type": "Identifier",
            "start": 84,
            "end": 95,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 17
              }
            },
            "name": "CONNECT_KEY"
          },
          "init": {
            "type": "Literal",
            "start": 98,
            "end": 107,
            "loc": {
              "start": {
                "line": 4,
                "column": 20
              },
              "end": {
                "line": 4,
                "column": 29
              }
            },
            "value": "connect",
            "rawValue": "connect",
            "raw": "'connect'"
          }
        }
      ],
      "kind": "const"
    },
    {
      "type": "VariableDeclaration",
      "start": 111,
      "end": 207,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 96
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 117,
          "end": 207,
          "loc": {
            "start": {
              "line": 6,
              "column": 6
            },
            "end": {
              "line": 6,
              "column": 96
            }
          },
          "id": {
            "type": "Identifier",
            "start": 117,
            "end": 128,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 17
              }
            },
            "name": "freezeValue"
          },
          "init": {
            "type": "ArrowFunctionExpression",
            "start": 131,
            "end": 207,
            "loc": {
              "start": {
                "line": 6,
                "column": 20
              },
              "end": {
                "line": 6,
                "column": 96
              }
            },
            "id": null,
            "generator": false,
            "expression": true,
            "async": false,
            "params": [
              {
                "type": "Identifier",
                "start": 131,
                "end": 136,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 20
                  },
                  "end": {
                    "line": 6,
                    "column": 25
                  }
                },
                "name": "value"
              }
            ],
            "body": {
              "type": "ObjectExpression",
              "start": 141,
              "end": 206,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 30
                },
                "end": {
                  "line": 6,
                  "column": 95
                }
              },
              "properties": [
                {
                  "type": "Property",
                  "start": 143,
                  "end": 148,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 32
                    },
                    "end": {
                      "line": 6,
                      "column": 37
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 143,
                    "end": 148,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 32
                      },
                      "end": {
                        "line": 6,
                        "column": 37
                      }
                    },
                    "name": "value"
                  },
                  "kind": "init",
                  "value": {
                    "type": "Identifier",
                    "start": 143,
                    "end": 148,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 32
                      },
                      "end": {
                        "line": 6,
                        "column": 37
                      }
                    },
                    "name": "value"
                  }
                },
                {
                  "type": "Property",
                  "start": 150,
                  "end": 166,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 39
                    },
                    "end": {
                      "line": 6,
                      "column": 55
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 150,
                    "end": 160,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 39
                      },
                      "end": {
                        "line": 6,
                        "column": 49
                      }
                    },
                    "name": "enumerable"
                  },
                  "value": {
                    "type": "Literal",
                    "start": 162,
                    "end": 166,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 51
                      },
                      "end": {
                        "line": 6,
                        "column": 55
                      }
                    },
                    "value": true,
                    "rawValue": true,
                    "raw": "true"
                  },
                  "kind": "init"
                },
                {
                  "type": "Property",
                  "start": 168,
                  "end": 183,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 57
                    },
                    "end": {
                      "line": 6,
                      "column": 72
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 168,
                    "end": 176,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 57
                      },
                      "end": {
                        "line": 6,
                        "column": 65
                      }
                    },
                    "name": "writable"
                  },
                  "value": {
                    "type": "Literal",
                    "start": 178,
                    "end": 183,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 67
                      },
                      "end": {
                        "line": 6,
                        "column": 72
                      }
                    },
                    "value": false,
                    "rawValue": false,
                    "raw": "false"
                  },
                  "kind": "init"
                },
                {
                  "type": "Property",
                  "start": 185,
                  "end": 204,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 74
                    },
                    "end": {
                      "line": 6,
                      "column": 93
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 185,
                    "end": 197,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 74
                      },
                      "end": {
                        "line": 6,
                        "column": 86
                      }
                    },
                    "name": "configurable"
                  },
                  "value": {
                    "type": "Literal",
                    "start": 199,
                    "end": 204,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 88
                      },
                      "end": {
                        "line": 6,
                        "column": 93
                      }
                    },
                    "value": false,
                    "rawValue": false,
                    "raw": "false"
                  },
                  "kind": "init"
                }
              ],
              "parenthesizedExpression": true
            },
            "trailingComments": null
          },
          "trailingComments": null
        }
      ],
      "kind": "const",
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\r\n * Creates an optimized pure compose function with dependencies tacked onto it for easy lib propagation.\r\n * @param  {Object}         options.React           React dependency.\r\n * @param  {Object}         options.shallowCompare  React shallowCompare add-on dependency.\r\n * @param  {Array<Object>}  options.deps            Optional dependencies to propagate.\r\n * @param  {Object}         defaults                Optional configuration object to propagate.\r\n * @return {function}                                 pure compose function with propagated dependencies and defaults.\r\n ",
          "start": 211,
          "end": 795,
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 3
            }
          },
          "range": [
            211,
            795
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 797,
      "end": 4836,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 91,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 812,
        "end": 4836,
        "loc": {
          "start": {
            "line": 16,
            "column": 15
          },
          "end": {
            "line": 91,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 821,
          "end": 830,
          "loc": {
            "start": {
              "line": 16,
              "column": 24
            },
            "end": {
              "line": 16,
              "column": 33
            }
          },
          "name": "pureStamp",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "AssignmentPattern",
            "start": 831,
            "end": 870,
            "loc": {
              "start": {
                "line": 16,
                "column": 34
              },
              "end": {
                "line": 16,
                "column": 73
              }
            },
            "operator": "=",
            "left": {
              "type": "ObjectPattern",
              "start": 831,
              "end": 865,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 34
                },
                "end": {
                  "line": 16,
                  "column": 68
                }
              },
              "properties": [
                {
                  "type": "Property",
                  "start": 833,
                  "end": 838,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 36
                    },
                    "end": {
                      "line": 16,
                      "column": 41
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 833,
                    "end": 838,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 36
                      },
                      "end": {
                        "line": 16,
                        "column": 41
                      }
                    },
                    "name": "React"
                  },
                  "kind": "init",
                  "value": {
                    "type": "Identifier",
                    "start": 833,
                    "end": 838,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 36
                      },
                      "end": {
                        "line": 16,
                        "column": 41
                      }
                    },
                    "name": "React"
                  }
                },
                {
                  "type": "Property",
                  "start": 840,
                  "end": 854,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 43
                    },
                    "end": {
                      "line": 16,
                      "column": 57
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 840,
                    "end": 854,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 43
                      },
                      "end": {
                        "line": 16,
                        "column": 57
                      }
                    },
                    "name": "shallowCompare"
                  },
                  "kind": "init",
                  "value": {
                    "type": "Identifier",
                    "start": 840,
                    "end": 854,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 43
                      },
                      "end": {
                        "line": 16,
                        "column": 57
                      }
                    },
                    "name": "shallowCompare"
                  }
                },
                {
                  "type": "SpreadProperty",
                  "start": 856,
                  "end": 863,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 59
                    },
                    "end": {
                      "line": 16,
                      "column": 66
                    }
                  },
                  "argument": {
                    "type": "Identifier",
                    "start": 859,
                    "end": 863,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 62
                      },
                      "end": {
                        "line": 16,
                        "column": 66
                      }
                    },
                    "name": "deps"
                  }
                }
              ]
            },
            "right": {
              "type": "ObjectExpression",
              "start": 868,
              "end": 870,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 71
                },
                "end": {
                  "line": 16,
                  "column": 73
                }
              },
              "properties": []
            }
          },
          {
            "type": "AssignmentPattern",
            "start": 872,
            "end": 885,
            "loc": {
              "start": {
                "line": 16,
                "column": 75
              },
              "end": {
                "line": 16,
                "column": 88
              }
            },
            "operator": "=",
            "left": {
              "type": "Identifier",
              "start": 872,
              "end": 880,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 75
                },
                "end": {
                  "line": 16,
                  "column": 83
                }
              },
              "name": "defaults"
            },
            "right": {
              "type": "ObjectExpression",
              "start": 883,
              "end": 885,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 86
                },
                "end": {
                  "line": 16,
                  "column": 88
                }
              },
              "properties": []
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 887,
          "end": 4836,
          "loc": {
            "start": {
              "line": 16,
              "column": 90
            },
            "end": {
              "line": 91,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 892,
              "end": 933,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 2
                },
                "end": {
                  "line": 17,
                  "column": 43
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 898,
                  "end": 933,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 8
                    },
                    "end": {
                      "line": 17,
                      "column": 43
                    }
                  },
                  "id": {
                    "type": "ObjectPattern",
                    "start": 898,
                    "end": 925,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8
                      },
                      "end": {
                        "line": 17,
                        "column": 35
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 900,
                        "end": 909,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 10
                          },
                          "end": {
                            "line": 17,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 900,
                          "end": 909,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 10
                            },
                            "end": {
                              "line": 17,
                              "column": 19
                            }
                          },
                          "name": "PropTypes"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 900,
                          "end": 909,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 10
                            },
                            "end": {
                              "line": 17,
                              "column": 19
                            }
                          },
                          "name": "PropTypes"
                        }
                      },
                      {
                        "type": "Property",
                        "start": 911,
                        "end": 923,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 21
                          },
                          "end": {
                            "line": 17,
                            "column": 33
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 911,
                          "end": 923,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 21
                            },
                            "end": {
                              "line": 17,
                              "column": 33
                            }
                          },
                          "name": "cloneElement"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 911,
                          "end": 923,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 21
                            },
                            "end": {
                              "line": 17,
                              "column": 33
                            }
                          },
                          "name": "cloneElement"
                        }
                      }
                    ]
                  },
                  "init": {
                    "type": "Identifier",
                    "start": 928,
                    "end": 933,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 38
                      },
                      "end": {
                        "line": 17,
                        "column": 43
                      }
                    },
                    "name": "React"
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 937,
              "end": 974,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 2
                },
                "end": {
                  "line": 18,
                  "column": 39
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 943,
                  "end": 974,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 8
                    },
                    "end": {
                      "line": 18,
                      "column": 39
                    }
                  },
                  "id": {
                    "type": "ObjectPattern",
                    "start": 943,
                    "end": 954,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 8
                      },
                      "end": {
                        "line": 18,
                        "column": 19
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 945,
                        "end": 952,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 10
                          },
                          "end": {
                            "line": 18,
                            "column": 17
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 945,
                          "end": 952,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 10
                            },
                            "end": {
                              "line": 18,
                              "column": 17
                            }
                          },
                          "name": "compose"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 945,
                          "end": 952,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 10
                            },
                            "end": {
                              "line": 18,
                              "column": 17
                            }
                          },
                          "name": "compose"
                        }
                      }
                    ]
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 957,
                    "end": 974,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 22
                      },
                      "end": {
                        "line": 18,
                        "column": 39
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 957,
                      "end": 967,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 22
                        },
                        "end": {
                          "line": 18,
                          "column": 32
                        }
                      },
                      "name": "reactStamp"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 968,
                        "end": 973,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 33
                          },
                          "end": {
                            "line": 18,
                            "column": 38
                          }
                        },
                        "name": "React"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 980,
              "end": 1039,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 2
                },
                "end": {
                  "line": 20,
                  "column": 61
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 986,
                  "end": 1039,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 8
                    },
                    "end": {
                      "line": 20,
                      "column": 61
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 986,
                    "end": 997,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 8
                      },
                      "end": {
                        "line": 20,
                        "column": 19
                      }
                    },
                    "name": "HAS_CONNECT"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 1000,
                    "end": 1039,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 22
                      },
                      "end": {
                        "line": 20,
                        "column": 61
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1000,
                      "end": 1026,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 22
                        },
                        "end": {
                          "line": 20,
                          "column": 48
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 1000,
                        "end": 1017,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 22
                          },
                          "end": {
                            "line": 20,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1000,
                          "end": 1011,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 22
                            },
                            "end": {
                              "line": 20,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1000,
                            "end": 1006,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 22
                              },
                              "end": {
                                "line": 20,
                                "column": 28
                              }
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1007,
                            "end": 1011,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 29
                              },
                              "end": {
                                "line": 20,
                                "column": 33
                              }
                            },
                            "name": "keys"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1012,
                            "end": 1016,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 34
                              },
                              "end": {
                                "line": 20,
                                "column": 38
                              }
                            },
                            "name": "deps"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1018,
                        "end": 1026,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 40
                          },
                          "end": {
                            "line": 20,
                            "column": 48
                          }
                        },
                        "name": "includes"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1027,
                        "end": 1038,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 49
                          },
                          "end": {
                            "line": 20,
                            "column": 60
                          }
                        },
                        "name": "CONNECT_KEY"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 1045,
              "end": 4803,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 2
                },
                "end": {
                  "line": 89,
                  "column": 13
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1051,
                  "end": 4803,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 8
                    },
                    "end": {
                      "line": 89,
                      "column": 13
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1051,
                    "end": 1055,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 8
                      },
                      "end": {
                        "line": 22,
                        "column": 12
                      }
                    },
                    "name": "pure"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 1058,
                    "end": 4803,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 15
                      },
                      "end": {
                        "line": 89,
                        "column": 13
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1058,
                      "end": 1490,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 15
                        },
                        "end": {
                          "line": 31,
                          "column": 11
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 1058,
                        "end": 1477,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 15
                          },
                          "end": {
                            "line": 30,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1058,
                          "end": 1072,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 15
                            },
                            "end": {
                              "line": 22,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1058,
                            "end": 1064,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 15
                              },
                              "end": {
                                "line": 22,
                                "column": 21
                              }
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1065,
                            "end": 1072,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 22
                              },
                              "end": {
                                "line": 22,
                                "column": 29
                              }
                            },
                            "name": "entries"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1073,
                            "end": 1476,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 30
                              },
                              "end": {
                                "line": 30,
                                "column": 31
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1075,
                                "end": 1080,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 37
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1075,
                                  "end": 1080,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 37
                                    }
                                  },
                                  "name": "React"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1075,
                                  "end": 1080,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 37
                                    }
                                  },
                                  "name": "React"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1114,
                                "end": 1123,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 41
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1114,
                                  "end": 1123,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 41
                                    }
                                  },
                                  "name": "PropTypes"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1114,
                                  "end": 1123,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 41
                                    }
                                  },
                                  "name": "PropTypes"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1157,
                                "end": 1169,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 44
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1157,
                                  "end": 1169,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 44
                                    }
                                  },
                                  "name": "cloneElement"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1157,
                                  "end": 1169,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 44
                                    }
                                  },
                                  "name": "cloneElement"
                                }
                              },
                              {
                                "type": "SpreadProperty",
                                "start": 1203,
                                "end": 1210,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 39
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 1206,
                                  "end": 1210,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 39
                                    }
                                  },
                                  "name": "deps"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1244,
                                "end": 1252,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 40
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1244,
                                  "end": 1252,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 40
                                    }
                                  },
                                  "name": "defaults"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1244,
                                  "end": 1252,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 40
                                    }
                                  },
                                  "name": "defaults"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1286,
                                "end": 1301,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1286,
                                  "end": 1292,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 38
                                    }
                                  },
                                  "name": "impure"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 1294,
                                  "end": 1301,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 47
                                    }
                                  },
                                  "name": "compose"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1335,
                                "end": 1342,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 39
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1335,
                                  "end": 1342,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 39
                                    }
                                  },
                                  "name": "profile"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1335,
                                  "end": 1342,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 39
                                    }
                                  },
                                  "name": "profile"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1376,
                                "end": 1443,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 99
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1376,
                                  "end": 1387,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 43
                                    }
                                  },
                                  "name": "destructure"
                                },
                                "value": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1389,
                                  "end": 1443,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 99
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "ArrayExpression",
                                    "start": 1395,
                                    "end": 1443,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 99
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 1397,
                                        "end": 1431,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 87
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1399,
                                            "end": 1404,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 60
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1399,
                                              "end": 1404,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 60
                                                }
                                              },
                                              "name": "React"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 1399,
                                              "end": 1404,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 60
                                                }
                                              },
                                              "name": "React"
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1406,
                                            "end": 1420,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 76
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1406,
                                              "end": 1420,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 76
                                                }
                                              },
                                              "name": "shallowCompare"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 1406,
                                              "end": 1420,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 76
                                                }
                                              },
                                              "name": "shallowCompare"
                                            }
                                          },
                                          {
                                            "type": "SpreadProperty",
                                            "start": 1422,
                                            "end": 1429,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 85
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 1425,
                                              "end": 1429,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 85
                                                }
                                              },
                                              "name": "deps"
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1433,
                                        "end": 1441,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 97
                                          }
                                        },
                                        "name": "defaults"
                                      }
                                    ]
                                  }
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1484,
                        "end": 1490,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 5
                          },
                          "end": {
                            "line": 31,
                            "column": 11
                          }
                        },
                        "name": "reduce"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 1493,
                        "end": 1775,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 14
                          },
                          "end": {
                            "line": 34,
                            "column": 65
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": true,
                        "async": false,
                        "params": [
                          {
                            "type": "Identifier",
                            "start": 1495,
                            "end": 1499,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 16
                              },
                              "end": {
                                "line": 31,
                                "column": 20
                              }
                            },
                            "name": "pure"
                          },
                          {
                            "type": "ArrayPattern",
                            "start": 1501,
                            "end": 1517,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 22
                              },
                              "end": {
                                "line": 31,
                                "column": 38
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1503,
                                "end": 1510,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 31
                                  }
                                },
                                "name": "depName"
                              },
                              {
                                "type": "Identifier",
                                "start": 1512,
                                "end": 1515,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 36
                                  }
                                },
                                "name": "dep"
                              }
                            ]
                          }
                        ],
                        "body": {
                          "type": "CallExpression",
                          "start": 1522,
                          "end": 1775,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 43
                            },
                            "end": {
                              "line": 34,
                              "column": 65
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1522,
                            "end": 1543,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 43
                              },
                              "end": {
                                "line": 31,
                                "column": 64
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1522,
                              "end": 1528,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 43
                                },
                                "end": {
                                  "line": 31,
                                  "column": 49
                                }
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1529,
                              "end": 1543,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 50
                                },
                                "end": {
                                  "line": 31,
                                  "column": 64
                                }
                              },
                              "name": "defineProperty"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1545,
                              "end": 1549,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 66
                                },
                                "end": {
                                  "line": 31,
                                  "column": 70
                                }
                              },
                              "name": "pure"
                            },
                            {
                              "type": "Identifier",
                              "start": 1617,
                              "end": 1624,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 66
                                },
                                "end": {
                                  "line": 32,
                                  "column": 73
                                }
                              },
                              "name": "depName"
                            },
                            {
                              "type": "CallExpression",
                              "start": 1692,
                              "end": 1708,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 66
                                },
                                "end": {
                                  "line": 33,
                                  "column": 82
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1692,
                                "end": 1703,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 77
                                  }
                                },
                                "name": "freezeValue"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1704,
                                  "end": 1707,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 81
                                    }
                                  },
                                  "name": "dep"
                                }
                              ]
                            }
                          ]
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "start": 1791,
                        "end": 4788,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 14
                          },
                          "end": {
                            "line": 88,
                            "column": 15
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1800,
                          "end": 1804,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 23
                            },
                            "end": {
                              "line": 35,
                              "column": 27
                            }
                          },
                          "name": "pure"
                        },
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [
                          {
                            "type": "RestElement",
                            "start": 1806,
                            "end": 1813,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 29
                              },
                              "end": {
                                "line": 35,
                                "column": 36
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 1809,
                              "end": 1813,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 32
                                },
                                "end": {
                                  "line": 35,
                                  "column": 36
                                }
                              },
                              "name": "desc"
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "start": 1815,
                          "end": 4788,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 38
                            },
                            "end": {
                              "line": 88,
                              "column": 15
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 1834,
                              "end": 1846,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 16
                                },
                                "end": {
                                  "line": 36,
                                  "column": 28
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1838,
                                  "end": 1846,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 28
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1838,
                                    "end": 1846,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 28
                                      }
                                    },
                                    "name": "mapState"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1864,
                              "end": 1879,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 16
                                },
                                "end": {
                                  "line": 37,
                                  "column": 31
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1868,
                                  "end": 1879,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 31
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1868,
                                    "end": 1879,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 31
                                      }
                                    },
                                    "name": "mapDispatch"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1897,
                              "end": 1906,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 16
                                },
                                "end": {
                                  "line": 38,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1901,
                                  "end": 1906,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1901,
                                    "end": 1906,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 25
                                      }
                                    },
                                    "name": "merge"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1924,
                              "end": 1935,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 16
                                },
                                "end": {
                                  "line": 39,
                                  "column": 27
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1928,
                                  "end": 1935,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 27
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1928,
                                    "end": 1935,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 27
                                      }
                                    },
                                    "name": "options",
                                    "leadingComments": null,
                                    "trailingComments": null
                                  },
                                  "init": null,
                                  "trailingComments": null
                                }
                              ],
                              "kind": "let",
                              "trailingComments": [
                                {
                                  "type": "Block",
                                  "value": "* Strips mapState, mapDispatch, mergeProps, and options from any 'connect' keys on description object. ",
                                  "start": 1955,
                                  "end": 2062,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 123
                                    }
                                  },
                                  "range": [
                                    1955,
                                    2062
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "FunctionDeclaration",
                              "start": 2080,
                              "end": 4007,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 16
                                },
                                "end": {
                                  "line": 73,
                                  "column": 17
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2089,
                                "end": 2101,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 37
                                  }
                                },
                                "name": "stripConnect",
                                "leadingComments": null
                              },
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 2103,
                                  "end": 2112,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 48
                                    }
                                  },
                                  "name": "reactDesc"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2114,
                                "end": 4007,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 17
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 2135,
                                    "end": 3988,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 24
                                      }
                                    },
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 2142,
                                      "end": 3988,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 24
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2142,
                                        "end": 2174,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 57
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 2142,
                                          "end": 2167,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2142,
                                            "end": 2156,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2142,
                                              "end": 2148,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 31
                                                }
                                              },
                                              "name": "Object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2149,
                                              "end": 2156,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 39
                                                }
                                              },
                                              "name": "entries"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2157,
                                              "end": 2166,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 49
                                                }
                                              },
                                              "name": "reactDesc"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2168,
                                          "end": 2174,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 57
                                            }
                                          },
                                          "name": "reduce"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2175,
                                          "end": 3983,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 19
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 2176,
                                              "end": 2183,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 66
                                                }
                                              },
                                              "name": "reduced"
                                            },
                                            {
                                              "type": "ArrayPattern",
                                              "start": 2185,
                                              "end": 2199,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 82
                                                }
                                              },
                                              "elements": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2187,
                                                  "end": 2190,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 73
                                                    }
                                                  },
                                                  "name": "key"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 2192,
                                                  "end": 2197,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 80
                                                    }
                                                  },
                                                  "name": "value"
                                                }
                                              ]
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2204,
                                            "end": 3983,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 87
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 19
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 2303,
                                                "end": 2385,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 57
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 2306,
                                                  "end": 2325,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 42
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 2306,
                                                    "end": 2309,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 26
                                                      }
                                                    },
                                                    "name": "key",
                                                    "leadingComments": null
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 2314,
                                                    "end": 2325,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 42
                                                      }
                                                    },
                                                    "name": "CONNECT_KEY"
                                                  },
                                                  "leadingComments": null
                                                },
                                                "consequent": {
                                                  "type": "ReturnStatement",
                                                  "start": 2350,
                                                  "end": 2385,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 57
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "ObjectExpression",
                                                    "start": 2357,
                                                    "end": 2385,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 57
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "SpreadProperty",
                                                        "start": 2359,
                                                        "end": 2369,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 41
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "start": 2362,
                                                          "end": 2369,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 41
                                                            }
                                                          },
                                                          "name": "reduced"
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "start": 2371,
                                                        "end": 2383,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 55
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": true,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 2372,
                                                          "end": 2375,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 47
                                                            }
                                                          },
                                                          "name": "key"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 2378,
                                                          "end": 2383,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 55
                                                            }
                                                          },
                                                          "name": "value"
                                                        },
                                                        "kind": "init"
                                                      }
                                                    ],
                                                    "trailingComments": null
                                                  },
                                                  "trailingComments": null
                                                },
                                                "alternate": null,
                                                "leadingComments": [
                                                  {
                                                    "type": "Block",
                                                    "value": "* If key is not connect key, pass the prop along. ",
                                                    "start": 2227,
                                                    "end": 2281,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 74
                                                      }
                                                    },
                                                    "range": [
                                                      2227,
                                                      2281
                                                    ]
                                                  }
                                                ],
                                                "trailingComments": [
                                                  {
                                                    "type": "Block",
                                                    "value": "* key is connect key, strip and compose each of the present connect functions ",
                                                    "start": 2409,
                                                    "end": 2491,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 102
                                                      }
                                                    },
                                                    "range": [
                                                      2409,
                                                      2491
                                                    ]
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "VariableDeclaration",
                                                "start": 2513,
                                                "end": 2578,
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 85
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 2519,
                                                    "end": 2578,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 85
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "ObjectPattern",
                                                      "start": 2519,
                                                      "end": 2570,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 77
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "start": 2521,
                                                          "end": 2536,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 43
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": true,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 2521,
                                                            "end": 2536,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 43
                                                              }
                                                            },
                                                            "name": "mapStateToProps",
                                                            "leadingComments": null
                                                          },
                                                          "kind": "init",
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 2521,
                                                            "end": 2536,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 43
                                                              }
                                                            },
                                                            "name": "mapStateToProps",
                                                            "leadingComments": [
                                                              {
                                                                "type": "Block",
                                                                "value": "* key is connect key, strip and compose each of the present connect functions ",
                                                                "start": 2409,
                                                                "end": 2491,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 48,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 48,
                                                                    "column": 102
                                                                  }
                                                                },
                                                                "range": [
                                                                  2409,
                                                                  2491
                                                                ]
                                                              }
                                                            ]
                                                          },
                                                          "leadingComments": null
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 2538,
                                                          "end": 2556,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 63
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": true,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 2538,
                                                            "end": 2556,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 63
                                                              }
                                                            },
                                                            "name": "mapDispatchToProps"
                                                          },
                                                          "kind": "init",
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 2538,
                                                            "end": 2556,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 63
                                                              }
                                                            },
                                                            "name": "mapDispatchToProps"
                                                          }
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 2558,
                                                          "end": 2568,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 75
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": true,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 2558,
                                                            "end": 2568,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "mergeProps"
                                                          },
                                                          "kind": "init",
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 2558,
                                                            "end": 2568,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "mergeProps"
                                                          }
                                                        }
                                                      ],
                                                      "leadingComments": null
                                                    },
                                                    "init": {
                                                      "type": "Identifier",
                                                      "start": 2573,
                                                      "end": 2578,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 80
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 85
                                                        }
                                                      },
                                                      "name": "value"
                                                    },
                                                    "leadingComments": null
                                                  }
                                                ],
                                                "kind": "const",
                                                "leadingComments": [
                                                  {
                                                    "type": "Block",
                                                    "value": "* key is connect key, strip and compose each of the present connect functions ",
                                                    "start": 2409,
                                                    "end": 2491,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 102
                                                      }
                                                    },
                                                    "range": [
                                                      2409,
                                                      2491
                                                    ]
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "VariableDeclaration",
                                                "start": 2602,
                                                "end": 2629,
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 47
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 2606,
                                                    "end": 2629,
                                                    "loc": {
                                                      "start": {
                                                        "line": 51,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 51,
                                                        "column": 47
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 2606,
                                                      "end": 2618,
                                                      "loc": {
                                                        "start": {
                                                          "line": 51,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 51,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "lastMapState"
                                                    },
                                                    "init": {
                                                      "type": "Identifier",
                                                      "start": 2621,
                                                      "end": 2629,
                                                      "loc": {
                                                        "start": {
                                                          "line": 51,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 51,
                                                          "column": 47
                                                        }
                                                      },
                                                      "name": "mapState"
                                                    }
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              {
                                                "type": "VariableDeclaration",
                                                "start": 2651,
                                                "end": 2684,
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 53
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 2655,
                                                    "end": 2684,
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 53
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 2655,
                                                      "end": 2670,
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "lastMapDispatch"
                                                    },
                                                    "init": {
                                                      "type": "Identifier",
                                                      "start": 2673,
                                                      "end": 2684,
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 53
                                                        }
                                                      },
                                                      "name": "mapDispatch"
                                                    }
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              {
                                                "type": "VariableDeclaration",
                                                "start": 2706,
                                                "end": 2727,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 41
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 2710,
                                                    "end": 2727,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 41
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 2710,
                                                      "end": 2719,
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "lastMerge"
                                                    },
                                                    "init": {
                                                      "type": "Identifier",
                                                      "start": 2722,
                                                      "end": 2727,
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 41
                                                        }
                                                      },
                                                      "name": "merge"
                                                    }
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 2751,
                                                "end": 3173,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 21
                                                  }
                                                },
                                                "test": {
                                                  "type": "Identifier",
                                                  "start": 2754,
                                                  "end": 2769,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 38
                                                    }
                                                  },
                                                  "name": "mapStateToProps"
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 2771,
                                                  "end": 3173,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 21
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 2796,
                                                      "end": 3150,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 129
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "LogicalExpression",
                                                        "start": 2799,
                                                        "end": 2867,
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 93
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "BinaryExpression",
                                                          "start": 2799,
                                                          "end": 2827,
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 53
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 2799,
                                                            "end": 2821,
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2799,
                                                              "end": 2814,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "name": "mapStateToProps"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2815,
                                                              "end": 2821,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "length"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "===",
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 2826,
                                                            "end": 2827,
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 53
                                                              }
                                                            },
                                                            "value": 1,
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          }
                                                        },
                                                        "operator": "&&",
                                                        "right": {
                                                          "type": "LogicalExpression",
                                                          "start": 2832,
                                                          "end": 2866,
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 92
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "UnaryExpression",
                                                            "start": 2832,
                                                            "end": 2841,
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 67
                                                              }
                                                            },
                                                            "operator": "!",
                                                            "prefix": true,
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "start": 2833,
                                                              "end": 2841,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 59
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 67
                                                                }
                                                              },
                                                              "name": "mapState"
                                                            }
                                                          },
                                                          "operator": "||",
                                                          "right": {
                                                            "type": "BinaryExpression",
                                                            "start": 2845,
                                                            "end": 2866,
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 71
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 92
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 2845,
                                                              "end": 2860,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 71
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 86
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2845,
                                                                "end": 2853,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 56,
                                                                    "column": 71
                                                                  },
                                                                  "end": {
                                                                    "line": 56,
                                                                    "column": 79
                                                                  }
                                                                },
                                                                "name": "mapState"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2854,
                                                                "end": 2860,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 56,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 56,
                                                                    "column": 86
                                                                  }
                                                                },
                                                                "name": "length"
                                                              },
                                                              "computed": false
                                                            },
                                                            "operator": "===",
                                                            "right": {
                                                              "type": "Literal",
                                                              "start": 2865,
                                                              "end": 2866,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 91
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 92
                                                                }
                                                              },
                                                              "value": 1,
                                                              "rawValue": 1,
                                                              "raw": "1"
                                                            }
                                                          },
                                                          "parenthesizedExpression": true
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "ExpressionStatement",
                                                        "start": 2894,
                                                        "end": 2991,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 121
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 2894,
                                                          "end": 2991,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 121
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 2894,
                                                            "end": 2902,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 32
                                                              }
                                                            },
                                                            "name": "mapState"
                                                          },
                                                          "right": {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 2905,
                                                            "end": 2991,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 121
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 2905,
                                                                "end": 2910,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 35
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "name": "state"
                                                              }
                                                            ],
                                                            "body": {
                                                              "type": "ObjectExpression",
                                                              "start": 2915,
                                                              "end": 2990,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 120
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 2917,
                                                                  "end": 2961,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 91
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "ConditionalExpression",
                                                                    "start": 2921,
                                                                    "end": 2960,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 51
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 90
                                                                      }
                                                                    },
                                                                    "test": {
                                                                      "type": "Identifier",
                                                                      "start": 2921,
                                                                      "end": 2933,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 63
                                                                        }
                                                                      },
                                                                      "name": "lastMapState"
                                                                    },
                                                                    "consequent": {
                                                                      "type": "CallExpression",
                                                                      "start": 2936,
                                                                      "end": 2955,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 66
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 85
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "start": 2936,
                                                                        "end": 2948,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 57,
                                                                            "column": 66
                                                                          },
                                                                          "end": {
                                                                            "line": 57,
                                                                            "column": 78
                                                                          }
                                                                        },
                                                                        "name": "lastMapState"
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "Identifier",
                                                                          "start": 2949,
                                                                          "end": 2954,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 57,
                                                                              "column": 79
                                                                            },
                                                                            "end": {
                                                                              "line": 57,
                                                                              "column": 84
                                                                            }
                                                                          },
                                                                          "name": "state"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "alternate": {
                                                                      "type": "ObjectExpression",
                                                                      "start": 2958,
                                                                      "end": 2960,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 88
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 90
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    },
                                                                    "parenthesizedExpression": true
                                                                  }
                                                                },
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 2963,
                                                                  "end": 2988,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 93
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 118
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "CallExpression",
                                                                    "start": 2966,
                                                                    "end": 2988,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 96
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 118
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 2966,
                                                                      "end": 2981,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 96
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 111
                                                                        }
                                                                      },
                                                                      "name": "mapStateToProps"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 2982,
                                                                        "end": 2987,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 57,
                                                                            "column": 112
                                                                          },
                                                                          "end": {
                                                                            "line": 57,
                                                                            "column": 117
                                                                          }
                                                                        },
                                                                        "name": "state"
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "parenthesizedExpression": true
                                                            }
                                                          }
                                                        }
                                                      },
                                                      "alternate": {
                                                        "type": "ExpressionStatement",
                                                        "start": 3045,
                                                        "end": 3150,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 129
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 3045,
                                                          "end": 3150,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 129
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 3045,
                                                            "end": 3053,
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 32
                                                              }
                                                            },
                                                            "name": "mapState"
                                                          },
                                                          "right": {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 3056,
                                                            "end": 3150,
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 129
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [
                                                              {
                                                                "type": "RestElement",
                                                                "start": 3057,
                                                                "end": 3064,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 59,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 59,
                                                                    "column": 43
                                                                  }
                                                                },
                                                                "argument": {
                                                                  "type": "Identifier",
                                                                  "start": 3060,
                                                                  "end": 3064,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 59,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 59,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "name": "args"
                                                                }
                                                              }
                                                            ],
                                                            "body": {
                                                              "type": "ObjectExpression",
                                                              "start": 3070,
                                                              "end": 3149,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 59,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 59,
                                                                  "column": 128
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 3072,
                                                                  "end": 3118,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 59,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 59,
                                                                      "column": 97
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "ConditionalExpression",
                                                                    "start": 3076,
                                                                    "end": 3117,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 59,
                                                                        "column": 55
                                                                      },
                                                                      "end": {
                                                                        "line": 59,
                                                                        "column": 96
                                                                      }
                                                                    },
                                                                    "test": {
                                                                      "type": "Identifier",
                                                                      "start": 3076,
                                                                      "end": 3088,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 59,
                                                                          "column": 55
                                                                        },
                                                                        "end": {
                                                                          "line": 59,
                                                                          "column": 67
                                                                        }
                                                                      },
                                                                      "name": "lastMapState"
                                                                    },
                                                                    "consequent": {
                                                                      "type": "CallExpression",
                                                                      "start": 3091,
                                                                      "end": 3112,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 59,
                                                                          "column": 70
                                                                        },
                                                                        "end": {
                                                                          "line": 59,
                                                                          "column": 91
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "start": 3091,
                                                                        "end": 3103,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 59,
                                                                            "column": 70
                                                                          },
                                                                          "end": {
                                                                            "line": 59,
                                                                            "column": 82
                                                                          }
                                                                        },
                                                                        "name": "lastMapState"
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "SpreadElement",
                                                                          "start": 3104,
                                                                          "end": 3111,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 59,
                                                                              "column": 83
                                                                            },
                                                                            "end": {
                                                                              "line": 59,
                                                                              "column": 90
                                                                            }
                                                                          },
                                                                          "argument": {
                                                                            "type": "Identifier",
                                                                            "start": 3107,
                                                                            "end": 3111,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 59,
                                                                                "column": 86
                                                                              },
                                                                              "end": {
                                                                                "line": 59,
                                                                                "column": 90
                                                                              }
                                                                            },
                                                                            "name": "args"
                                                                          }
                                                                        }
                                                                      ]
                                                                    },
                                                                    "alternate": {
                                                                      "type": "ObjectExpression",
                                                                      "start": 3115,
                                                                      "end": 3117,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 59,
                                                                          "column": 94
                                                                        },
                                                                        "end": {
                                                                          "line": 59,
                                                                          "column": 96
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    },
                                                                    "parenthesizedExpression": true
                                                                  }
                                                                },
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 3120,
                                                                  "end": 3147,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 59,
                                                                      "column": 99
                                                                    },
                                                                    "end": {
                                                                      "line": 59,
                                                                      "column": 126
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "CallExpression",
                                                                    "start": 3123,
                                                                    "end": 3147,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 59,
                                                                        "column": 102
                                                                      },
                                                                      "end": {
                                                                        "line": 59,
                                                                        "column": 126
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 3123,
                                                                      "end": 3138,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 59,
                                                                          "column": 102
                                                                        },
                                                                        "end": {
                                                                          "line": 59,
                                                                          "column": 117
                                                                        }
                                                                      },
                                                                      "name": "mapStateToProps"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "SpreadElement",
                                                                        "start": 3139,
                                                                        "end": 3146,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 59,
                                                                            "column": 118
                                                                          },
                                                                          "end": {
                                                                            "line": 59,
                                                                            "column": 125
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "Identifier",
                                                                          "start": 3142,
                                                                          "end": 3146,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 59,
                                                                              "column": 121
                                                                            },
                                                                            "end": {
                                                                              "line": 59,
                                                                              "column": 125
                                                                            }
                                                                          },
                                                                          "name": "args"
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "parenthesizedExpression": true
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 3195,
                                                "end": 3662,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 21
                                                  }
                                                },
                                                "test": {
                                                  "type": "Identifier",
                                                  "start": 3198,
                                                  "end": 3216,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "mapDispatchToProps"
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3218,
                                                  "end": 3662,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 21
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 3243,
                                                      "end": 3639,
                                                      "loc": {
                                                        "start": {
                                                          "line": 62,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 141
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "LogicalExpression",
                                                        "start": 3246,
                                                        "end": 3323,
                                                        "loc": {
                                                          "start": {
                                                            "line": 62,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 62,
                                                            "column": 102
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "BinaryExpression",
                                                          "start": 3246,
                                                          "end": 3277,
                                                          "loc": {
                                                            "start": {
                                                              "line": 62,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 62,
                                                              "column": 56
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 3246,
                                                            "end": 3271,
                                                            "loc": {
                                                              "start": {
                                                                "line": 62,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 62,
                                                                "column": 50
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3246,
                                                              "end": 3264,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 43
                                                                }
                                                              },
                                                              "name": "mapDispatchToProps"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3265,
                                                              "end": 3271,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "name": "length"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "===",
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 3276,
                                                            "end": 3277,
                                                            "loc": {
                                                              "start": {
                                                                "line": 62,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 62,
                                                                "column": 56
                                                              }
                                                            },
                                                            "value": 1,
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          }
                                                        },
                                                        "operator": "&&",
                                                        "right": {
                                                          "type": "LogicalExpression",
                                                          "start": 3282,
                                                          "end": 3322,
                                                          "loc": {
                                                            "start": {
                                                              "line": 62,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 62,
                                                              "column": 101
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "UnaryExpression",
                                                            "start": 3282,
                                                            "end": 3294,
                                                            "loc": {
                                                              "start": {
                                                                "line": 62,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 62,
                                                                "column": 73
                                                              }
                                                            },
                                                            "operator": "!",
                                                            "prefix": true,
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "start": 3283,
                                                              "end": 3294,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 62
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "name": "mapDispatch"
                                                            }
                                                          },
                                                          "operator": "||",
                                                          "right": {
                                                            "type": "BinaryExpression",
                                                            "start": 3298,
                                                            "end": 3322,
                                                            "loc": {
                                                              "start": {
                                                                "line": 62,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 62,
                                                                "column": 101
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 3298,
                                                              "end": 3316,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 77
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 95
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3298,
                                                                "end": 3309,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 77
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 88
                                                                  }
                                                                },
                                                                "name": "mapDispatch"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3310,
                                                                "end": 3316,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 89
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 95
                                                                  }
                                                                },
                                                                "name": "length"
                                                              },
                                                              "computed": false
                                                            },
                                                            "operator": "===",
                                                            "right": {
                                                              "type": "Literal",
                                                              "start": 3321,
                                                              "end": 3322,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 100
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 101
                                                                }
                                                              },
                                                              "value": 1,
                                                              "rawValue": 1,
                                                              "raw": "1"
                                                            }
                                                          },
                                                          "parenthesizedExpression": true
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "ExpressionStatement",
                                                        "start": 3350,
                                                        "end": 3468,
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 142
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 3350,
                                                          "end": 3468,
                                                          "loc": {
                                                            "start": {
                                                              "line": 63,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 63,
                                                              "column": 142
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 3350,
                                                            "end": 3361,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "mapDispatch"
                                                          },
                                                          "right": {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 3364,
                                                            "end": 3468,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 142
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3364,
                                                                "end": 3372,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 63,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 63,
                                                                    "column": 46
                                                                  }
                                                                },
                                                                "name": "dispatch"
                                                              }
                                                            ],
                                                            "body": {
                                                              "type": "ObjectExpression",
                                                              "start": 3377,
                                                              "end": 3467,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 63,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 63,
                                                                  "column": 141
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 3379,
                                                                  "end": 3432,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 63,
                                                                      "column": 53
                                                                    },
                                                                    "end": {
                                                                      "line": 63,
                                                                      "column": 106
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "ConditionalExpression",
                                                                    "start": 3383,
                                                                    "end": 3431,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 63,
                                                                        "column": 57
                                                                      },
                                                                      "end": {
                                                                        "line": 63,
                                                                        "column": 105
                                                                      }
                                                                    },
                                                                    "test": {
                                                                      "type": "Identifier",
                                                                      "start": 3383,
                                                                      "end": 3398,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 63,
                                                                          "column": 57
                                                                        },
                                                                        "end": {
                                                                          "line": 63,
                                                                          "column": 72
                                                                        }
                                                                      },
                                                                      "name": "lastMapDispatch"
                                                                    },
                                                                    "consequent": {
                                                                      "type": "CallExpression",
                                                                      "start": 3401,
                                                                      "end": 3426,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 63,
                                                                          "column": 75
                                                                        },
                                                                        "end": {
                                                                          "line": 63,
                                                                          "column": 100
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "start": 3401,
                                                                        "end": 3416,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 63,
                                                                            "column": 75
                                                                          },
                                                                          "end": {
                                                                            "line": 63,
                                                                            "column": 90
                                                                          }
                                                                        },
                                                                        "name": "lastMapDispatch"
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "Identifier",
                                                                          "start": 3417,
                                                                          "end": 3425,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 63,
                                                                              "column": 91
                                                                            },
                                                                            "end": {
                                                                              "line": 63,
                                                                              "column": 99
                                                                            }
                                                                          },
                                                                          "name": "dispatch"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "alternate": {
                                                                      "type": "ObjectExpression",
                                                                      "start": 3429,
                                                                      "end": 3431,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 63,
                                                                          "column": 103
                                                                        },
                                                                        "end": {
                                                                          "line": 63,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    },
                                                                    "parenthesizedExpression": true
                                                                  }
                                                                },
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 3434,
                                                                  "end": 3465,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 63,
                                                                      "column": 108
                                                                    },
                                                                    "end": {
                                                                      "line": 63,
                                                                      "column": 139
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "CallExpression",
                                                                    "start": 3437,
                                                                    "end": 3465,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 63,
                                                                        "column": 111
                                                                      },
                                                                      "end": {
                                                                        "line": 63,
                                                                        "column": 139
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 3437,
                                                                      "end": 3455,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 63,
                                                                          "column": 111
                                                                        },
                                                                        "end": {
                                                                          "line": 63,
                                                                          "column": 129
                                                                        }
                                                                      },
                                                                      "name": "mapDispatchToProps"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 3456,
                                                                        "end": 3464,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 63,
                                                                            "column": 130
                                                                          },
                                                                          "end": {
                                                                            "line": 63,
                                                                            "column": 138
                                                                          }
                                                                        },
                                                                        "name": "dispatch"
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "parenthesizedExpression": true
                                                            }
                                                          }
                                                        }
                                                      },
                                                      "alternate": {
                                                        "type": "ExpressionStatement",
                                                        "start": 3522,
                                                        "end": 3639,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 141
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 3522,
                                                          "end": 3639,
                                                          "loc": {
                                                            "start": {
                                                              "line": 65,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 65,
                                                              "column": 141
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 3522,
                                                            "end": 3533,
                                                            "loc": {
                                                              "start": {
                                                                "line": 65,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 65,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "mapDispatch"
                                                          },
                                                          "right": {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 3536,
                                                            "end": 3639,
                                                            "loc": {
                                                              "start": {
                                                                "line": 65,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 65,
                                                                "column": 141
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [
                                                              {
                                                                "type": "RestElement",
                                                                "start": 3537,
                                                                "end": 3544,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 46
                                                                  }
                                                                },
                                                                "argument": {
                                                                  "type": "Identifier",
                                                                  "start": 3540,
                                                                  "end": 3544,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 42
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 46
                                                                    }
                                                                  },
                                                                  "name": "args"
                                                                }
                                                              }
                                                            ],
                                                            "body": {
                                                              "type": "ObjectExpression",
                                                              "start": 3550,
                                                              "end": 3638,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 65,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 65,
                                                                  "column": 140
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 3552,
                                                                  "end": 3604,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 106
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "ConditionalExpression",
                                                                    "start": 3556,
                                                                    "end": 3603,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 65,
                                                                        "column": 58
                                                                      },
                                                                      "end": {
                                                                        "line": 65,
                                                                        "column": 105
                                                                      }
                                                                    },
                                                                    "test": {
                                                                      "type": "Identifier",
                                                                      "start": 3556,
                                                                      "end": 3571,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 58
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 73
                                                                        }
                                                                      },
                                                                      "name": "lastMapDispatch"
                                                                    },
                                                                    "consequent": {
                                                                      "type": "CallExpression",
                                                                      "start": 3574,
                                                                      "end": 3598,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 76
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 100
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "start": 3574,
                                                                        "end": 3589,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 65,
                                                                            "column": 76
                                                                          },
                                                                          "end": {
                                                                            "line": 65,
                                                                            "column": 91
                                                                          }
                                                                        },
                                                                        "name": "lastMapDispatch"
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "SpreadElement",
                                                                          "start": 3590,
                                                                          "end": 3597,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 65,
                                                                              "column": 92
                                                                            },
                                                                            "end": {
                                                                              "line": 65,
                                                                              "column": 99
                                                                            }
                                                                          },
                                                                          "argument": {
                                                                            "type": "Identifier",
                                                                            "start": 3593,
                                                                            "end": 3597,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 65,
                                                                                "column": 95
                                                                              },
                                                                              "end": {
                                                                                "line": 65,
                                                                                "column": 99
                                                                              }
                                                                            },
                                                                            "name": "args"
                                                                          }
                                                                        }
                                                                      ]
                                                                    },
                                                                    "alternate": {
                                                                      "type": "ObjectExpression",
                                                                      "start": 3601,
                                                                      "end": 3603,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 103
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    },
                                                                    "parenthesizedExpression": true
                                                                  }
                                                                },
                                                                {
                                                                  "type": "SpreadProperty",
                                                                  "start": 3606,
                                                                  "end": 3636,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 108
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 138
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "CallExpression",
                                                                    "start": 3609,
                                                                    "end": 3636,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 65,
                                                                        "column": 111
                                                                      },
                                                                      "end": {
                                                                        "line": 65,
                                                                        "column": 138
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 3609,
                                                                      "end": 3627,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 111
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 129
                                                                        }
                                                                      },
                                                                      "name": "mapDispatchToProps"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "SpreadElement",
                                                                        "start": 3628,
                                                                        "end": 3635,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 65,
                                                                            "column": 130
                                                                          },
                                                                          "end": {
                                                                            "line": 65,
                                                                            "column": 137
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "Identifier",
                                                                          "start": 3631,
                                                                          "end": 3635,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 65,
                                                                              "column": 133
                                                                            },
                                                                            "end": {
                                                                              "line": 65,
                                                                              "column": 137
                                                                            }
                                                                          },
                                                                          "name": "args"
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "parenthesizedExpression": true
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 3684,
                                                "end": 3813,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 113
                                                  }
                                                },
                                                "test": {
                                                  "type": "Identifier",
                                                  "start": 3687,
                                                  "end": 3697,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 33
                                                    }
                                                  },
                                                  "name": "mergeProps"
                                                },
                                                "consequent": {
                                                  "type": "ExpressionStatement",
                                                  "start": 3722,
                                                  "end": 3813,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 113
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 3722,
                                                    "end": 3813,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 113
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 3722,
                                                      "end": 3727,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 27
                                                        }
                                                      },
                                                      "name": "merge"
                                                    },
                                                    "right": {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 3730,
                                                      "end": 3813,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 113
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "RestElement",
                                                          "start": 3731,
                                                          "end": 3738,
                                                          "loc": {
                                                            "start": {
                                                              "line": 68,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 68,
                                                              "column": 38
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 3734,
                                                            "end": 3738,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 34
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 38
                                                              }
                                                            },
                                                            "name": "args"
                                                          }
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "ObjectExpression",
                                                        "start": 3744,
                                                        "end": 3812,
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 112
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "SpreadProperty",
                                                            "start": 3746,
                                                            "end": 3786,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 86
                                                              }
                                                            },
                                                            "argument": {
                                                              "type": "ConditionalExpression",
                                                              "start": 3750,
                                                              "end": 3785,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 85
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "Identifier",
                                                                "start": 3750,
                                                                "end": 3759,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 59
                                                                  }
                                                                },
                                                                "name": "lastMerge"
                                                              },
                                                              "consequent": {
                                                                "type": "CallExpression",
                                                                "start": 3762,
                                                                "end": 3780,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 62
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 80
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 3762,
                                                                  "end": 3771,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 62
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 71
                                                                    }
                                                                  },
                                                                  "name": "lastMerge"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "SpreadElement",
                                                                    "start": 3772,
                                                                    "end": 3779,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 68,
                                                                        "column": 72
                                                                      },
                                                                      "end": {
                                                                        "line": 68,
                                                                        "column": 79
                                                                      }
                                                                    },
                                                                    "argument": {
                                                                      "type": "Identifier",
                                                                      "start": 3775,
                                                                      "end": 3779,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 75
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 79
                                                                        }
                                                                      },
                                                                      "name": "args"
                                                                    }
                                                                  }
                                                                ]
                                                              },
                                                              "alternate": {
                                                                "type": "ObjectExpression",
                                                                "start": 3783,
                                                                "end": 3785,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 83
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 85
                                                                  }
                                                                },
                                                                "properties": []
                                                              },
                                                              "parenthesizedExpression": true
                                                            }
                                                          },
                                                          {
                                                            "type": "SpreadProperty",
                                                            "start": 3788,
                                                            "end": 3810,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 88
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 110
                                                              }
                                                            },
                                                            "argument": {
                                                              "type": "CallExpression",
                                                              "start": 3791,
                                                              "end": 3810,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 91
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 110
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 3791,
                                                                "end": 3801,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 91
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 101
                                                                  }
                                                                },
                                                                "name": "mergeProps"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "SpreadElement",
                                                                  "start": 3802,
                                                                  "end": 3809,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 102
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 109
                                                                    }
                                                                  },
                                                                  "argument": {
                                                                    "type": "Identifier",
                                                                    "start": 3805,
                                                                    "end": 3809,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 68,
                                                                        "column": 105
                                                                      },
                                                                      "end": {
                                                                        "line": 68,
                                                                        "column": 109
                                                                      }
                                                                    },
                                                                    "name": "args"
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "parenthesizedExpression": true
                                                      }
                                                    }
                                                  }
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 3835,
                                                "end": 3926,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 72
                                                  }
                                                },
                                                "test": {
                                                  "type": "MemberExpression",
                                                  "start": 3838,
                                                  "end": 3851,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3838,
                                                    "end": 3843,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "value"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3844,
                                                    "end": 3851,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 36
                                                      }
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "consequent": {
                                                  "type": "ExpressionStatement",
                                                  "start": 3876,
                                                  "end": 3926,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 72
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 3876,
                                                    "end": 3926,
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 72
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 3876,
                                                      "end": 3883,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "right": {
                                                      "type": "ObjectExpression",
                                                      "start": 3886,
                                                      "end": 3926,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 72
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "SpreadProperty",
                                                          "start": 3888,
                                                          "end": 3906,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 52
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "LogicalExpression",
                                                            "start": 3892,
                                                            "end": 3905,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 51
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "Identifier",
                                                              "start": 3892,
                                                              "end": 3899,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "name": "options"
                                                            },
                                                            "operator": "||",
                                                            "right": {
                                                              "type": "ObjectExpression",
                                                              "start": 3903,
                                                              "end": 3905,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "properties": []
                                                            },
                                                            "parenthesizedExpression": true
                                                          }
                                                        },
                                                        {
                                                          "type": "SpreadProperty",
                                                          "start": 3908,
                                                          "end": 3924,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 70
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "MemberExpression",
                                                            "start": 3911,
                                                            "end": 3924,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 70
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3911,
                                                              "end": 3916,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 62
                                                                }
                                                              },
                                                              "name": "value"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3917,
                                                              "end": 3924,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 63
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 70
                                                                }
                                                              },
                                                              "name": "options"
                                                            },
                                                            "computed": false
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ReturnStatement",
                                                "start": 3948,
                                                "end": 3962,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 34
                                                  }
                                                },
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 3955,
                                                  "end": 3962,
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "reduced"
                                                }
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ObjectExpression",
                                          "start": 3985,
                                          "end": 3987,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 23
                                            }
                                          },
                                          "properties": []
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "leadingComments": [
                                {
                                  "type": "Block",
                                  "value": "* Strips mapState, mapDispatch, mergeProps, and options from any 'connect' keys on description object. ",
                                  "start": 1955,
                                  "end": 2062,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 123
                                    }
                                  },
                                  "range": [
                                    1955,
                                    2062
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 4027,
                              "end": 4544,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 16
                                },
                                "end": {
                                  "line": 83,
                                  "column": 17
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4033,
                                  "end": 4544,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 17
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4033,
                                    "end": 4038,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 27
                                      }
                                    },
                                    "name": "Stamp"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 4041,
                                    "end": 4544,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 17
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 4041,
                                      "end": 4048,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 37
                                        }
                                      },
                                      "name": "compose"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 4069,
                                        "end": 4283,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 19
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 4071,
                                            "end": 4099,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 48
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 4071,
                                              "end": 4082,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 31
                                                }
                                              },
                                              "name": "displayName"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 4084,
                                              "end": 4099,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 48
                                                }
                                              },
                                              "value": "PureComponent",
                                              "rawValue": "PureComponent",
                                              "raw": "'PureComponent'"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 4121,
                                            "end": 4262,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 21
                                              }
                                            },
                                            "method": true,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 4121,
                                              "end": 4142,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 41
                                                }
                                              },
                                              "name": "shouldComponentUpdate"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "FunctionExpression",
                                              "start": 4142,
                                              "end": 4262,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 21
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4143,
                                                  "end": 4152,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "nextProps"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 4154,
                                                  "end": 4163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "nextState"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 4165,
                                                "end": 4262,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 21
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ReturnStatement",
                                                    "start": 4190,
                                                    "end": 4239,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 71
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "CallExpression",
                                                      "start": 4197,
                                                      "end": 4239,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 71
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 4197,
                                                        "end": 4211,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 43
                                                          }
                                                        },
                                                        "name": "shallowCompare"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ThisExpression",
                                                          "start": 4212,
                                                          "end": 4216,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 48
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 4218,
                                                          "end": 4227,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 59
                                                            }
                                                          },
                                                          "name": "nextProps"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 4229,
                                                          "end": 4238,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 70
                                                            }
                                                          },
                                                          "name": "nextState"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "Block",
                                            "value": "* If redux connect dep passed and connect key detected, will strip out their mapStateToProps and mapDispatchToProps and apply them automatically. ",
                                            "start": 4305,
                                            "end": 4455,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 170
                                              }
                                            },
                                            "range": [
                                              4305,
                                              4455
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "SpreadElement",
                                        "start": 4477,
                                        "end": 4525,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 68
                                          }
                                        },
                                        "argument": {
                                          "type": "ConditionalExpression",
                                          "start": 4481,
                                          "end": 4524,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 67
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 4481,
                                            "end": 4492,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 35
                                              }
                                            },
                                            "name": "HAS_CONNECT",
                                            "leadingComments": null
                                          },
                                          "consequent": {
                                            "type": "CallExpression",
                                            "start": 4495,
                                            "end": 4517,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 60
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4495,
                                              "end": 4503,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 46
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4495,
                                                "end": 4499,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "desc"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4500,
                                                "end": 4503,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 46
                                                  }
                                                },
                                                "name": "map"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 4504,
                                                "end": 4516,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 59
                                                  }
                                                },
                                                "name": "stripConnect"
                                              }
                                            ]
                                          },
                                          "alternate": {
                                            "type": "Identifier",
                                            "start": 4520,
                                            "end": 4524,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 67
                                              }
                                            },
                                            "name": "desc"
                                          },
                                          "leadingComments": null,
                                          "parenthesizedExpression": true
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "Block",
                                            "value": "* If redux connect dep passed and connect key detected, will strip out their mapStateToProps and mapDispatchToProps and apply them automatically. ",
                                            "start": 4305,
                                            "end": 4455,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 170
                                              }
                                            },
                                            "range": [
                                              4305,
                                              4455
                                            ]
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 4564,
                              "end": 4632,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 16
                                },
                                "end": {
                                  "line": 85,
                                  "column": 84
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4570,
                                  "end": 4632,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 84
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4570,
                                    "end": 4580,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 32
                                      }
                                    },
                                    "name": "useConnect"
                                  },
                                  "init": {
                                    "type": "LogicalExpression",
                                    "start": 4583,
                                    "end": 4632,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 84
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4583,
                                      "end": 4594,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 46
                                        }
                                      },
                                      "name": "HAS_CONNECT"
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "LogicalExpression",
                                      "start": 4599,
                                      "end": 4631,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 83
                                        }
                                      },
                                      "left": {
                                        "type": "LogicalExpression",
                                        "start": 4599,
                                        "end": 4622,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 74
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4599,
                                          "end": 4607,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 59
                                            }
                                          },
                                          "name": "mapState"
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4611,
                                          "end": 4622,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 74
                                            }
                                          },
                                          "name": "mapDispatch"
                                        }
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 4626,
                                        "end": 4631,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 83
                                          }
                                        },
                                        "name": "merge"
                                      },
                                      "parenthesizedExpression": true
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ReturnStatement",
                              "start": 4650,
                              "end": 4771,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 16
                                },
                                "end": {
                                  "line": 87,
                                  "column": 41
                                }
                              },
                              "argument": {
                                "type": "ConditionalExpression",
                                "start": 4657,
                                "end": 4771,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 41
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 4657,
                                  "end": 4667,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 33
                                    }
                                  },
                                  "name": "useConnect"
                                },
                                "consequent": {
                                  "type": "CallExpression",
                                  "start": 4670,
                                  "end": 4728,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 94
                                    }
                                  },
                                  "callee": {
                                    "type": "CallExpression",
                                    "start": 4670,
                                    "end": 4721,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 87
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4670,
                                      "end": 4682,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4670,
                                        "end": 4674,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 40
                                          }
                                        },
                                        "name": "deps"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4675,
                                        "end": 4682,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 48
                                          }
                                        },
                                        "name": "connect"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4683,
                                        "end": 4691,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 57
                                          }
                                        },
                                        "name": "mapState"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4693,
                                        "end": 4704,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 70
                                          }
                                        },
                                        "name": "mapDispatch"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4706,
                                        "end": 4711,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 77
                                          }
                                        },
                                        "name": "merge"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4713,
                                        "end": 4720,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 86
                                          }
                                        },
                                        "name": "options"
                                      }
                                    ]
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4722,
                                      "end": 4727,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 93
                                        }
                                      },
                                      "name": "Stamp"
                                    }
                                  ]
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "start": 4766,
                                  "end": 4771,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 41
                                    }
                                  },
                                  "name": "Stamp"
                                }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ReturnStatement",
              "start": 4807,
              "end": 4833,
              "loc": {
                "start": {
                  "line": 90,
                  "column": 2
                },
                "end": {
                  "line": 90,
                  "column": 28
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 4814,
                "end": 4833,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 9
                  },
                  "end": {
                    "line": 90,
                    "column": 28
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 4814,
                  "end": 4827,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 9
                    },
                    "end": {
                      "line": 90,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 4814,
                    "end": 4820,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 9
                      },
                      "end": {
                        "line": 90,
                        "column": 15
                      }
                    },
                    "name": "Object"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4821,
                    "end": 4827,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 16
                      },
                      "end": {
                        "line": 90,
                        "column": 22
                      }
                    },
                    "name": "freeze"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 4828,
                    "end": 4832,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 23
                      },
                      "end": {
                        "line": 90,
                        "column": 27
                      }
                    },
                    "name": "pure"
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\r\n * Creates an optimized pure compose function with dependencies tacked onto it for easy lib propagation.\r\n * @param  {Object}         options.React           React dependency.\r\n * @param  {Object}         options.shallowCompare  React shallowCompare add-on dependency.\r\n * @param  {Array<Object>}  options.deps            Optional dependencies to propagate.\r\n * @param  {Object}         defaults                Optional configuration object to propagate.\r\n * @return {function}                                 pure compose function with propagated dependencies and defaults.\r\n ",
            "start": 211,
            "end": 795,
            "loc": {
              "start": {
                "line": 8,
                "column": 0
              },
              "end": {
                "line": 15,
                "column": 3
              }
            },
            "range": [
              211,
              795
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\r\n * Creates an optimized pure compose function with dependencies tacked onto it for easy lib propagation.\r\n * @param  {Object}         options.React           React dependency.\r\n * @param  {Object}         options.shallowCompare  React shallowCompare add-on dependency.\r\n * @param  {Array<Object>}  options.deps            Optional dependencies to propagate.\r\n * @param  {Object}         defaults                Optional configuration object to propagate.\r\n * @return {function}                                 pure compose function with propagated dependencies and defaults.\r\n ",
          "start": 211,
          "end": 795,
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 3
            }
          },
          "range": [
            211,
            795
          ]
        }
      ]
    }
  ]
}