{
  "type": "Program",
  "start": 0,
  "end": 368,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 14,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 51,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 51
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 9,
          "end": 20,
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 20
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 9,
            "end": 20,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 20
              }
            },
            "name": "getSettings"
          },
          "local": {
            "type": "Identifier",
            "start": 9,
            "end": 20,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 20
              }
            },
            "name": "getSettings"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 22,
          "end": 37,
          "loc": {
            "start": {
              "line": 1,
              "column": 22
            },
            "end": {
              "line": 1,
              "column": 37
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 22,
            "end": 37,
            "loc": {
              "start": {
                "line": 1,
                "column": 22
              },
              "end": {
                "line": 1,
                "column": 37
              }
            },
            "name": "getAbsolutePath"
          },
          "local": {
            "type": "Identifier",
            "start": 22,
            "end": 37,
            "loc": {
              "start": {
                "line": 1,
                "column": 22
              },
              "end": {
                "line": 1,
                "column": 37
              }
            },
            "name": "getAbsolutePath"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 45,
        "end": 50,
        "loc": {
          "start": {
            "line": 1,
            "column": 45
          },
          "end": {
            "line": 1,
            "column": 50
          }
        },
        "value": "roc",
        "rawValue": "roc",
        "raw": "'roc'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Read stats from build\n *\n * @param {string} stats - Path to a stats file from the client build\n * @returns {object} The stats object in the stats file\n ",
          "start": 53,
          "end": 214,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          },
          "range": [
            53,
            214
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 215,
      "end": 367,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 230,
        "end": 367,
        "loc": {
          "start": {
            "line": 9,
            "column": 15
          },
          "end": {
            "line": 13,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 239,
          "end": 248,
          "loc": {
            "start": {
              "line": 9,
              "column": 24
            },
            "end": {
              "line": 9,
              "column": 33
            }
          },
          "name": "readStats",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 249,
            "end": 254,
            "loc": {
              "start": {
                "line": 9,
                "column": 34
              },
              "end": {
                "line": 9,
                "column": 39
              }
            },
            "name": "stats"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 256,
          "end": 367,
          "loc": {
            "start": {
              "line": 9,
              "column": 41
            },
            "end": {
              "line": 13,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 262,
              "end": 302,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 44
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 268,
                  "end": 301,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 10
                    },
                    "end": {
                      "line": 10,
                      "column": 43
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 268,
                    "end": 276,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 10
                      },
                      "end": {
                        "line": 10,
                        "column": 18
                      }
                    },
                    "name": "settings"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 279,
                    "end": 301,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 21
                      },
                      "end": {
                        "line": 10,
                        "column": 43
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 279,
                      "end": 290,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 21
                        },
                        "end": {
                          "line": 10,
                          "column": 32
                        }
                      },
                      "name": "getSettings"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 291,
                        "end": 300,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 33
                          },
                          "end": {
                            "line": 10,
                            "column": 42
                          }
                        },
                        "value": "runtime",
                        "rawValue": "runtime",
                        "raw": "'runtime'"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ReturnStatement",
              "start": 308,
              "end": 365,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 61
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 315,
                "end": 364,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 11
                  },
                  "end": {
                    "line": 12,
                    "column": 60
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 315,
                  "end": 322,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 11
                    },
                    "end": {
                      "line": 12,
                      "column": 18
                    }
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 323,
                    "end": 363,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 19
                      },
                      "end": {
                        "line": 12,
                        "column": 59
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 323,
                      "end": 338,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 19
                        },
                        "end": {
                          "line": 12,
                          "column": 34
                        }
                      },
                      "name": "getAbsolutePath"
                    },
                    "arguments": [
                      {
                        "type": "LogicalExpression",
                        "start": 339,
                        "end": 362,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 35
                          },
                          "end": {
                            "line": 12,
                            "column": 58
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 339,
                          "end": 344,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 35
                            },
                            "end": {
                              "line": 12,
                              "column": 40
                            }
                          },
                          "name": "stats"
                        },
                        "operator": "||",
                        "right": {
                          "type": "MemberExpression",
                          "start": 348,
                          "end": 362,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 44
                            },
                            "end": {
                              "line": 12,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 348,
                            "end": 356,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 44
                              },
                              "end": {
                                "line": 12,
                                "column": 52
                              }
                            },
                            "name": "settings"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 357,
                            "end": 362,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 53
                              },
                              "end": {
                                "line": 12,
                                "column": 58
                              }
                            },
                            "name": "stats"
                          },
                          "computed": false
                        }
                      }
                    ]
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Read stats from build\n *\n * @param {string} stats - Path to a stats file from the client build\n * @returns {object} The stats object in the stats file\n ",
            "start": 53,
            "end": 214,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            },
            "range": [
              53,
              214
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Read stats from build\n *\n * @param {string} stats - Path to a stats file from the client build\n * @returns {object} The stats object in the stats file\n ",
          "start": 53,
          "end": 214,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          },
          "range": [
            53,
            214
          ]
        }
      ]
    }
  ]
}