{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Collector",
            "range": [
              7,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "range": [
            7,
            16
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 16
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Collector",
        "raw": "'../Collector'",
        "range": [
          22,
          36
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 22
          },
          "end": {
            "line": 1,
            "column": 36
          }
        }
      },
      "range": [
        0,
        37
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `count`\n *   - The total number of data values in a data set.\n ",
          "range": [
            39,
            137
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "Count",
          "range": [
            159,
            164
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 21
            },
            "end": {
              "line": 7,
              "column": 26
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Collector",
          "range": [
            173,
            182
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 35
            },
            "end": {
              "line": 7,
              "column": 44
            }
          }
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  187,
                  198
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 2
                  },
                  "end": {
                    "line": 8,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Super",
                          "range": [
                            207,
                            212
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4
                            },
                            "end": {
                              "line": 9,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "value": "count",
                            "raw": "'count'",
                            "range": [
                              213,
                              220
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 10
                              },
                              "end": {
                                "line": 9,
                                "column": 17
                              }
                            }
                          },
                          {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              222,
                              223
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 19
                              },
                              "end": {
                                "line": 9,
                                "column": 20
                              }
                            }
                          }
                        ],
                        "range": [
                          207,
                          224
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 4
                          },
                          "end": {
                            "line": 9,
                            "column": 21
                          }
                        }
                      },
                      "range": [
                        207,
                        225
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 22
                        }
                      }
                    }
                  ],
                  "range": [
                    201,
                    229
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 16
                    },
                    "end": {
                      "line": 10,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  198,
                  229
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 13
                  },
                  "end": {
                    "line": 10,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                187,
                229
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2
                },
                "end": {
                  "line": 10,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "handleProcess",
                "range": [
                  232,
                  245
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 2
                  },
                  "end": {
                    "line": 11,
                    "column": 15
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "state",
                    "range": [
                      246,
                      251
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 16
                      },
                      "end": {
                        "line": 11,
                        "column": 21
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "prev",
                    "range": [
                      253,
                      257
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 23
                      },
                      "end": {
                        "line": 11,
                        "column": 27
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "BinaryExpression",
                        "operator": "+",
                        "left": {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            272,
                            276
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 11
                            },
                            "end": {
                              "line": 12,
                              "column": 15
                            }
                          }
                        },
                        "right": {
                          "type": "Literal",
                          "value": 1,
                          "raw": "1",
                          "range": [
                            279,
                            280
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 18
                            },
                            "end": {
                              "line": 12,
                              "column": 19
                            }
                          }
                        },
                        "range": [
                          272,
                          280
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 11
                          },
                          "end": {
                            "line": 12,
                            "column": 19
                          }
                        }
                      },
                      "range": [
                        265,
                        281
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 20
                        }
                      }
                    }
                  ],
                  "range": [
                    259,
                    285
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 29
                    },
                    "end": {
                      "line": 13,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  245,
                  285
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 15
                  },
                  "end": {
                    "line": 13,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                232,
                285
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            183,
            287
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 45
            },
            "end": {
              "line": 14,
              "column": 1
            }
          }
        },
        "range": [
          153,
          287
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 14,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A collector that captures `count`\n *   - The total number of data values in a data set.\n ",
            "range": [
              39,
              137
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        138,
        287
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `count`\n *   - The total number of data values in a data set.\n ",
          "range": [
            39,
            137
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    287
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 14,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * A collector that captures `count`\n *   - The total number of data values in a data set.\n ",
      "range": [
        39,
        137
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    }
  ]
}