{
  "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 `max`\n *   - The largest value in a sample data set.\n ",
          "range": [
            39,
            128
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "Max",
          "range": [
            150,
            153
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 21
            },
            "end": {
              "line": 7,
              "column": 24
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Collector",
          "range": [
            162,
            171
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 33
            },
            "end": {
              "line": 7,
              "column": 42
            }
          }
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  176,
                  187
                ],
                "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": [
                            196,
                            201
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4
                            },
                            "end": {
                              "line": 9,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "value": "max",
                            "raw": "'max'",
                            "range": [
                              202,
                              207
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 10
                              },
                              "end": {
                                "line": 9,
                                "column": 15
                              }
                            }
                          },
                          {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "Number",
                              "range": [
                                209,
                                215
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 17
                                },
                                "end": {
                                  "line": 9,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "MIN_VALUE",
                              "range": [
                                216,
                                225
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 24
                                },
                                "end": {
                                  "line": 9,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              209,
                              225
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 17
                              },
                              "end": {
                                "line": 9,
                                "column": 33
                              }
                            }
                          }
                        ],
                        "range": [
                          196,
                          226
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 4
                          },
                          "end": {
                            "line": 9,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        196,
                        227
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 35
                        }
                      }
                    }
                  ],
                  "range": [
                    190,
                    231
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 16
                    },
                    "end": {
                      "line": 10,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  187,
                  231
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 13
                  },
                  "end": {
                    "line": 10,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                176,
                231
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2
                },
                "end": {
                  "line": 10,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "handleProcess",
                "range": [
                  234,
                  247
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 2
                  },
                  "end": {
                    "line": 11,
                    "column": 15
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "state",
                    "range": [
                      248,
                      253
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 16
                      },
                      "end": {
                        "line": 11,
                        "column": 21
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "prev",
                    "range": [
                      255,
                      259
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 23
                      },
                      "end": {
                        "line": 11,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "val",
                    "range": [
                      261,
                      264
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 29
                      },
                      "end": {
                        "line": 11,
                        "column": 32
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "Math",
                            "range": [
                              279,
                              283
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 11
                              },
                              "end": {
                                "line": 12,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "max",
                            "range": [
                              284,
                              287
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 16
                              },
                              "end": {
                                "line": 12,
                                "column": 19
                              }
                            }
                          },
                          "range": [
                            279,
                            287
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 11
                            },
                            "end": {
                              "line": 12,
                              "column": 19
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "prev",
                            "range": [
                              288,
                              292
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 20
                              },
                              "end": {
                                "line": 12,
                                "column": 24
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "val",
                            "range": [
                              294,
                              297
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 26
                              },
                              "end": {
                                "line": 12,
                                "column": 29
                              }
                            }
                          }
                        ],
                        "range": [
                          279,
                          298
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 11
                          },
                          "end": {
                            "line": 12,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        272,
                        299
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    266,
                    303
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 34
                    },
                    "end": {
                      "line": 13,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  247,
                  303
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 15
                  },
                  "end": {
                    "line": 13,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                234,
                303
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            172,
            305
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 43
            },
            "end": {
              "line": 14,
              "column": 1
            }
          }
        },
        "range": [
          144,
          305
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 14,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A collector that captures `max`\n *   - The largest value in a sample data set.\n ",
            "range": [
              39,
              128
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        129,
        305
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `max`\n *   - The largest value in a sample data set.\n ",
          "range": [
            39,
            128
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    305
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 14,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * A collector that captures `max`\n *   - The largest value in a sample data set.\n ",
      "range": [
        39,
        128
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    }
  ]
}