{
  "type": "Program",
  "start": 0,
  "end": 3624,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 101,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 37,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "specifiers": [],
      "source": {
        "type": "Literal",
        "start": 7,
        "end": 36,
        "loc": {
          "start": {
            "line": 1,
            "column": 7
          },
          "end": {
            "line": 1,
            "column": 36
          }
        },
        "value": "source-map-support/register",
        "rawValue": "source-map-support/register",
        "raw": "'source-map-support/register'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 39,
      "end": 59,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 20
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 46,
          "end": 48,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 9
            }
          },
          "local": {
            "type": "Identifier",
            "start": 46,
            "end": 48,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 9
              }
            },
            "name": "fs"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 54,
        "end": 58,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 3,
            "column": 19
          }
        },
        "value": "fs",
        "rawValue": "fs",
        "raw": "'fs'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 60,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 24
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 67,
          "end": 71,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 67,
            "end": 71,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 11
              }
            },
            "name": "path"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 77,
        "end": 83,
        "loc": {
          "start": {
            "line": 4,
            "column": 17
          },
          "end": {
            "line": 4,
            "column": 23
          }
        },
        "value": "path",
        "rawValue": "path",
        "raw": "'path'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 85,
      "end": 118,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 33
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 92,
          "end": 98,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 5,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 92,
            "end": 98,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 13
              }
            },
            "name": "colors"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 104,
        "end": 117,
        "loc": {
          "start": {
            "line": 5,
            "column": 19
          },
          "end": {
            "line": 5,
            "column": 32
          }
        },
        "value": "colors/safe",
        "rawValue": "colors/safe",
        "raw": "'colors/safe'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 119,
      "end": 147,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 28
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 126,
          "end": 132,
          "loc": {
            "start": {
              "line": 6,
              "column": 7
            },
            "end": {
              "line": 6,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 126,
            "end": 132,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 13
              }
            },
            "name": "mkdirp"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 138,
        "end": 146,
        "loc": {
          "start": {
            "line": 6,
            "column": 19
          },
          "end": {
            "line": 6,
            "column": 27
          }
        },
        "value": "mkdirp",
        "rawValue": "mkdirp",
        "raw": "'mkdirp'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 149,
      "end": 199,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 50
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 158,
          "end": 169,
          "loc": {
            "start": {
              "line": 8,
              "column": 9
            },
            "end": {
              "line": 8,
              "column": 20
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 158,
            "end": 169,
            "loc": {
              "start": {
                "line": 8,
                "column": 9
              },
              "end": {
                "line": 8,
                "column": 20
              }
            },
            "name": "getSettings"
          },
          "local": {
            "type": "Identifier",
            "start": 158,
            "end": 169,
            "loc": {
              "start": {
                "line": 8,
                "column": 9
              },
              "end": {
                "line": 8,
                "column": 20
              }
            },
            "name": "getSettings"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 171,
          "end": 185,
          "loc": {
            "start": {
              "line": 8,
              "column": 22
            },
            "end": {
              "line": 8,
              "column": 36
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 171,
            "end": 185,
            "loc": {
              "start": {
                "line": 8,
                "column": 22
              },
              "end": {
                "line": 8,
                "column": 36
              }
            },
            "name": "appendSettings"
          },
          "local": {
            "type": "Identifier",
            "start": 171,
            "end": 185,
            "loc": {
              "start": {
                "line": 8,
                "column": 22
              },
              "end": {
                "line": 8,
                "column": 36
              }
            },
            "name": "appendSettings"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 193,
        "end": 198,
        "loc": {
          "start": {
            "line": 8,
            "column": 44
          },
          "end": {
            "line": 8,
            "column": 49
          }
        },
        "value": "roc",
        "rawValue": "roc",
        "raw": "'roc'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 201,
      "end": 244,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 43
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 208,
          "end": 213,
          "loc": {
            "start": {
              "line": 10,
              "column": 7
            },
            "end": {
              "line": 10,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 208,
            "end": 213,
            "loc": {
              "start": {
                "line": 10,
                "column": 7
              },
              "end": {
                "line": 10,
                "column": 12
              }
            },
            "name": "clean"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 219,
        "end": 243,
        "loc": {
          "start": {
            "line": 10,
            "column": 18
          },
          "end": {
            "line": 10,
            "column": 42
          }
        },
        "value": "../builder/utils/clean",
        "rawValue": "../builder/utils/clean",
        "raw": "'../builder/utils/clean'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 245,
      "end": 292,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 47
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 254,
          "end": 264,
          "loc": {
            "start": {
              "line": 11,
              "column": 9
            },
            "end": {
              "line": 11,
              "column": 19
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 254,
            "end": 264,
            "loc": {
              "start": {
                "line": 11,
                "column": 9
              },
              "end": {
                "line": 11,
                "column": 19
              }
            },
            "name": "baseConfig"
          },
          "local": {
            "type": "Identifier",
            "start": 254,
            "end": 264,
            "loc": {
              "start": {
                "line": 11,
                "column": 9
              },
              "end": {
                "line": 11,
                "column": 19
              }
            },
            "name": "baseConfig"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 272,
        "end": 291,
        "loc": {
          "start": {
            "line": 11,
            "column": 27
          },
          "end": {
            "line": 11,
            "column": 46
          }
        },
        "value": "../helpers/config",
        "rawValue": "../helpers/config",
        "raw": "'../helpers/config'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 293,
      "end": 350,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 57
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 302,
          "end": 312,
          "loc": {
            "start": {
              "line": 12,
              "column": 9
            },
            "end": {
              "line": 12,
              "column": 19
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 302,
            "end": 312,
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 19
              }
            },
            "name": "getBuilder"
          },
          "local": {
            "type": "Identifier",
            "start": 302,
            "end": 312,
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 19
              }
            },
            "name": "getBuilder"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 320,
        "end": 349,
        "loc": {
          "start": {
            "line": 12,
            "column": 27
          },
          "end": {
            "line": 12,
            "column": 56
          }
        },
        "value": "../helpers/plugin-managment",
        "rawValue": "../helpers/plugin-managment",
        "raw": "'../helpers/plugin-managment'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 352,
      "end": 402,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 50
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 359,
          "end": 370,
          "loc": {
            "start": {
              "line": 14,
              "column": 7
            },
            "end": {
              "line": 14,
              "column": 18
            }
          },
          "local": {
            "type": "Identifier",
            "start": 359,
            "end": 370,
            "loc": {
              "start": {
                "line": 14,
                "column": 7
              },
              "end": {
                "line": 14,
                "column": 18
              }
            },
            "name": "watchClient"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 376,
        "end": 401,
        "loc": {
          "start": {
            "line": 14,
            "column": 24
          },
          "end": {
            "line": 14,
            "column": 49
          }
        },
        "value": "../runtime/watch-client",
        "rawValue": "../runtime/watch-client",
        "raw": "'../runtime/watch-client'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 403,
      "end": 453,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 50
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 410,
          "end": 421,
          "loc": {
            "start": {
              "line": 15,
              "column": 7
            },
            "end": {
              "line": 15,
              "column": 18
            }
          },
          "local": {
            "type": "Identifier",
            "start": 410,
            "end": 421,
            "loc": {
              "start": {
                "line": 15,
                "column": 7
              },
              "end": {
                "line": 15,
                "column": 18
              }
            },
            "name": "watchServer"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 427,
        "end": 452,
        "loc": {
          "start": {
            "line": 15,
            "column": 24
          },
          "end": {
            "line": 15,
            "column": 49
          }
        },
        "value": "../runtime/watch-server",
        "rawValue": "../runtime/watch-server",
        "raw": "'../runtime/watch-server'"
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 455,
      "end": 775,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 28,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 461,
          "end": 774,
          "loc": {
            "start": {
              "line": 17,
              "column": 6
            },
            "end": {
              "line": 28,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 461,
            "end": 475,
            "loc": {
              "start": {
                "line": 17,
                "column": 6
              },
              "end": {
                "line": 17,
                "column": 20
              }
            },
            "name": "writeStatsFile"
          },
          "init": {
            "type": "ArrowFunctionExpression",
            "start": 478,
            "end": 774,
            "loc": {
              "start": {
                "line": 17,
                "column": 23
              },
              "end": {
                "line": 28,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [
              {
                "type": "Identifier",
                "start": 479,
                "end": 488,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 24
                  },
                  "end": {
                    "line": 17,
                    "column": 33
                  }
                },
                "name": "buildPath"
              },
              {
                "type": "Identifier",
                "start": 490,
                "end": 500,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 35
                  },
                  "end": {
                    "line": 17,
                    "column": 45
                  }
                },
                "name": "scriptPath"
              }
            ],
            "body": {
              "type": "BlockStatement",
              "start": 505,
              "end": 774,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 50
                },
                "end": {
                  "line": 28,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 511,
                  "end": 772,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 4
                    },
                    "end": {
                      "line": 27,
                      "column": 7
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 511,
                    "end": 771,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 6
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 511,
                      "end": 518,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 11
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 511,
                        "end": 513,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 6
                          }
                        },
                        "name": "fs"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 514,
                        "end": 518,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 7
                          },
                          "end": {
                            "line": 18,
                            "column": 11
                          }
                        },
                        "name": "stat"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 519,
                        "end": 528,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 12
                          },
                          "end": {
                            "line": 18,
                            "column": 21
                          }
                        },
                        "name": "buildPath"
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 530,
                        "end": 770,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 23
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [
                          {
                            "type": "Identifier",
                            "start": 531,
                            "end": 534,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 24
                              },
                              "end": {
                                "line": 18,
                                "column": 27
                              }
                            },
                            "name": "err"
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "start": 539,
                          "end": 770,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 32
                            },
                            "end": {
                              "line": 27,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 549,
                              "end": 605,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 9
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 553,
                                "end": 556,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 15
                                  }
                                },
                                "name": "err"
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 558,
                                "end": 605,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 9
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 572,
                                    "end": 595,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 35
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 572,
                                      "end": 594,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 34
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 572,
                                        "end": 583,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 572,
                                          "end": 578,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 18
                                            }
                                          },
                                          "name": "mkdirp"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 579,
                                          "end": 583,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 23
                                            }
                                          },
                                          "name": "sync"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 584,
                                          "end": 593,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 33
                                            }
                                          },
                                          "name": "buildPath"
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 615,
                              "end": 764,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 12
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 615,
                                "end": 763,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 11
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 615,
                                  "end": 631,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 615,
                                    "end": 617,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 10
                                      }
                                    },
                                    "name": "fs"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 618,
                                    "end": 631,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 24
                                      }
                                    },
                                    "name": "writeFileSync"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 632,
                                    "end": 674,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 632,
                                      "end": 641,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 632,
                                        "end": 636,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 29
                                          }
                                        },
                                        "name": "path"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 637,
                                        "end": 641,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 34
                                          }
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 642,
                                        "end": 651,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 44
                                          }
                                        },
                                        "name": "buildPath"
                                      },
                                      {
                                        "type": "Literal",
                                        "start": 653,
                                        "end": 673,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 66
                                          }
                                        },
                                        "value": "webpack-stats.json",
                                        "rawValue": "webpack-stats.json",
                                        "raw": "'webpack-stats.json'"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "CallExpression",
                                    "start": 676,
                                    "end": 762,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 676,
                                      "end": 690,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 83
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 676,
                                        "end": 680,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 73
                                          }
                                        },
                                        "name": "JSON"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 681,
                                        "end": 690,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 83
                                          }
                                        },
                                        "name": "stringify"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 691,
                                        "end": 761,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 9
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 705,
                                            "end": 730,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 37
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 705,
                                              "end": 711,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 18
                                                }
                                              },
                                              "name": "script"
                                            },
                                            "value": {
                                              "type": "ArrayExpression",
                                              "start": 713,
                                              "end": 730,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 37
                                                }
                                              },
                                              "elements": [
                                                {
                                                  "type": "TemplateLiteral",
                                                  "start": 714,
                                                  "end": 729,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 36
                                                    }
                                                  },
                                                  "expressions": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 717,
                                                      "end": 727,
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 34
                                                        }
                                                      },
                                                      "name": "scriptPath"
                                                    }
                                                  ],
                                                  "quasis": [
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 715,
                                                      "end": 715,
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 22
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": "",
                                                        "cooked": ""
                                                      },
                                                      "tail": false
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 728,
                                                      "end": 728,
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 35
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": "",
                                                        "cooked": ""
                                                      },
                                                      "tail": true
                                                    }
                                                  ]
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 744,
                                            "end": 751,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 19
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 744,
                                              "end": 747,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 15
                                                }
                                              },
                                              "name": "css"
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "start": 749,
                                              "end": 751,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 19
                                                }
                                              },
                                              "value": "",
                                              "rawValue": "",
                                              "raw": "''"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        }
      ],
      "kind": "const"
    },
    {
      "type": "VariableDeclaration",
      "start": 777,
      "end": 1039,
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 783,
          "end": 1038,
          "loc": {
            "start": {
              "line": 30,
              "column": 6
            },
            "end": {
              "line": 36,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 783,
            "end": 795,
            "loc": {
              "start": {
                "line": 30,
                "column": 6
              },
              "end": {
                "line": 30,
                "column": 18
              }
            },
            "name": "startWatcher"
          },
          "init": {
            "type": "ArrowFunctionExpression",
            "start": 798,
            "end": 1038,
            "loc": {
              "start": {
                "line": 30,
                "column": 21
              },
              "end": {
                "line": 36,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [
              {
                "type": "Identifier",
                "start": 799,
                "end": 805,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 22
                  },
                  "end": {
                    "line": 30,
                    "column": 28
                  }
                },
                "name": "target"
              },
              {
                "type": "Identifier",
                "start": 807,
                "end": 815,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 30
                  },
                  "end": {
                    "line": 30,
                    "column": 38
                  }
                },
                "name": "compiler"
              },
              {
                "type": "Identifier",
                "start": 817,
                "end": 828,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 40
                  },
                  "end": {
                    "line": 30,
                    "column": 51
                  }
                },
                "name": "buildConfig"
              },
              {
                "type": "Identifier",
                "start": 830,
                "end": 837,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 53
                  },
                  "end": {
                    "line": 30,
                    "column": 60
                  }
                },
                "name": "watcher"
              },
              {
                "type": "Identifier",
                "start": 839,
                "end": 849,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 62
                  },
                  "end": {
                    "line": 30,
                    "column": 72
                  }
                },
                "name": "outputName"
              }
            ],
            "body": {
              "type": "BlockStatement",
              "start": 854,
              "end": 1038,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 77
                },
                "end": {
                  "line": 36,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "IfStatement",
                  "start": 860,
                  "end": 997,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 4
                    },
                    "end": {
                      "line": 33,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 864,
                    "end": 883,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 8
                      },
                      "end": {
                        "line": 31,
                        "column": 27
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 864,
                      "end": 870,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 14
                        }
                      },
                      "name": "target"
                    },
                    "operator": "===",
                    "right": {
                      "type": "Literal",
                      "start": 875,
                      "end": 883,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 19
                        },
                        "end": {
                          "line": 31,
                          "column": 27
                        }
                      },
                      "value": "client",
                      "rawValue": "client",
                      "raw": "'client'"
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 885,
                    "end": 997,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 29
                      },
                      "end": {
                        "line": 33,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 895,
                        "end": 991,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 104
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 895,
                          "end": 990,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 103
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 895,
                            "end": 909,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 22
                              }
                            },
                            "name": "writeStatsFile"
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 910,
                              "end": 933,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 23
                                },
                                "end": {
                                  "line": 32,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 910,
                                "end": 928,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 910,
                                  "end": 921,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 34
                                    }
                                  },
                                  "name": "buildConfig"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 922,
                                  "end": 928,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 41
                                    }
                                  },
                                  "name": "output"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 929,
                                "end": 933,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 46
                                  }
                                },
                                "name": "path"
                              },
                              "computed": false
                            },
                            {
                              "type": "BinaryExpression",
                              "start": 935,
                              "end": 989,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 48
                                },
                                "end": {
                                  "line": 32,
                                  "column": 102
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 935,
                                "end": 977,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 90
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 935,
                                  "end": 964,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 935,
                                    "end": 953,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 935,
                                      "end": 946,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 59
                                        }
                                      },
                                      "name": "buildConfig"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 947,
                                      "end": 953,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 66
                                        }
                                      },
                                      "name": "output"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 954,
                                    "end": 964,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 77
                                      }
                                    },
                                    "name": "publicPath"
                                  },
                                  "computed": false
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 967,
                                  "end": 977,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 90
                                    }
                                  },
                                  "name": "outputName"
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "Literal",
                                "start": 980,
                                "end": 989,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 93
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 102
                                  }
                                },
                                "value": ".roc.js",
                                "rawValue": ".roc.js",
                                "raw": "'.roc.js'"
                              }
                            }
                          ]
                        }
                      }
                    ]
                  },
                  "alternate": null
                },
                {
                  "type": "ReturnStatement",
                  "start": 1003,
                  "end": 1036,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 4
                    },
                    "end": {
                      "line": 35,
                      "column": 37
                    }
                  },
                  "argument": {
                    "type": "CallExpression",
                    "start": 1010,
                    "end": 1035,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 11
                      },
                      "end": {
                        "line": 35,
                        "column": 36
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1010,
                      "end": 1025,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 11
                        },
                        "end": {
                          "line": 35,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1010,
                        "end": 1017,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 11
                          },
                          "end": {
                            "line": 35,
                            "column": 18
                          }
                        },
                        "name": "watcher"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1018,
                        "end": 1024,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 19
                          },
                          "end": {
                            "line": 35,
                            "column": 25
                          }
                        },
                        "name": "target"
                      },
                      "computed": true
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1026,
                        "end": 1034,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 27
                          },
                          "end": {
                            "line": 35,
                            "column": 35
                          }
                        },
                        "name": "compiler"
                      }
                    ]
                  }
                }
              ]
            }
          }
        }
      ],
      "kind": "const"
    },
    {
      "type": "VariableDeclaration",
      "start": 1041,
      "end": 1661,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 1047,
          "end": 1660,
          "loc": {
            "start": {
              "line": 38,
              "column": 6
            },
            "end": {
              "line": 51,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 1047,
            "end": 1060,
            "loc": {
              "start": {
                "line": 38,
                "column": 6
              },
              "end": {
                "line": 38,
                "column": 19
              }
            },
            "name": "createWatcher"
          },
          "init": {
            "type": "ArrowFunctionExpression",
            "start": 1063,
            "end": 1660,
            "loc": {
              "start": {
                "line": 38,
                "column": 22
              },
              "end": {
                "line": 51,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [
              {
                "type": "Identifier",
                "start": 1064,
                "end": 1069,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 23
                  },
                  "end": {
                    "line": 38,
                    "column": 28
                  }
                },
                "name": "debug"
              },
              {
                "type": "Identifier",
                "start": 1071,
                "end": 1079,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 30
                  },
                  "end": {
                    "line": 38,
                    "column": 38
                  }
                },
                "name": "settings"
              },
              {
                "type": "Identifier",
                "start": 1081,
                "end": 1087,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 40
                  },
                  "end": {
                    "line": 38,
                    "column": 46
                  }
                },
                "name": "target"
              },
              {
                "type": "ObjectPattern",
                "start": 1089,
                "end": 1113,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 48
                  },
                  "end": {
                    "line": 38,
                    "column": 72
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 1091,
                    "end": 1102,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 50
                      },
                      "end": {
                        "line": 38,
                        "column": 61
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1091,
                      "end": 1102,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 50
                        },
                        "end": {
                          "line": 38,
                          "column": 61
                        }
                      },
                      "name": "buildConfig"
                    },
                    "kind": "init",
                    "value": {
                      "type": "Identifier",
                      "start": 1091,
                      "end": 1102,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 50
                        },
                        "end": {
                          "line": 38,
                          "column": 61
                        }
                      },
                      "name": "buildConfig"
                    }
                  },
                  {
                    "type": "Property",
                    "start": 1104,
                    "end": 1111,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 63
                      },
                      "end": {
                        "line": 38,
                        "column": 70
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1104,
                      "end": 1111,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 63
                        },
                        "end": {
                          "line": 38,
                          "column": 70
                        }
                      },
                      "name": "builder"
                    },
                    "kind": "init",
                    "value": {
                      "type": "Identifier",
                      "start": 1104,
                      "end": 1111,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 63
                        },
                        "end": {
                          "line": 38,
                          "column": 70
                        }
                      },
                      "name": "builder"
                    }
                  }
                ]
              },
              {
                "type": "Identifier",
                "start": 1115,
                "end": 1122,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 74
                  },
                  "end": {
                    "line": 38,
                    "column": 81
                  }
                },
                "name": "watcher"
              }
            ],
            "body": {
              "type": "BlockStatement",
              "start": 1127,
              "end": 1660,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 86
                },
                "end": {
                  "line": 51,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "ReturnStatement",
                  "start": 1133,
                  "end": 1658,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 4
                    },
                    "end": {
                      "line": 50,
                      "column": 11
                    }
                  },
                  "argument": {
                    "type": "CallExpression",
                    "start": 1140,
                    "end": 1657,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 11
                      },
                      "end": {
                        "line": 50,
                        "column": 10
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1140,
                      "end": 1379,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 11
                        },
                        "end": {
                          "line": 44,
                          "column": 14
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 1140,
                        "end": 1364,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 11
                          },
                          "end": {
                            "line": 43,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1140,
                          "end": 1194,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 11
                            },
                            "end": {
                              "line": 40,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1140,
                            "end": 1180,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 11
                              },
                              "end": {
                                "line": 39,
                                "column": 51
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1140,
                              "end": 1145,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 11
                                },
                                "end": {
                                  "line": 39,
                                  "column": 16
                                }
                              },
                              "name": "clean"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1146,
                                "end": 1179,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1146,
                                  "end": 1171,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1146,
                                    "end": 1160,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1146,
                                      "end": 1154,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 25
                                        }
                                      },
                                      "name": "settings"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1155,
                                      "end": 1160,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 31
                                        }
                                      },
                                      "name": "build"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1161,
                                    "end": 1171,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 42
                                      }
                                    },
                                    "name": "outputPath"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1172,
                                  "end": 1178,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 49
                                    }
                                  },
                                  "name": "target"
                                },
                                "computed": true
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1190,
                            "end": 1194,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 9
                              },
                              "end": {
                                "line": 40,
                                "column": 13
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1195,
                            "end": 1363,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 14
                              },
                              "end": {
                                "line": 43,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1201,
                              "end": 1363,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 20
                                },
                                "end": {
                                  "line": 43,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1215,
                                  "end": 1253,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 50
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1221,
                                      "end": 1252,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 49
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1221,
                                        "end": 1229,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 26
                                          }
                                        },
                                        "name": "compiler"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 1232,
                                        "end": 1252,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 49
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1232,
                                          "end": 1239,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 36
                                            }
                                          },
                                          "name": "builder"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1240,
                                            "end": 1251,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 48
                                              }
                                            },
                                            "name": "buildConfig"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1266,
                                  "end": 1353,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 99
                                    }
                                  },
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 1273,
                                    "end": 1352,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 98
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1273,
                                      "end": 1285,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 31
                                        }
                                      },
                                      "name": "startWatcher"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1286,
                                        "end": 1292,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 38
                                          }
                                        },
                                        "name": "target"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1294,
                                        "end": 1302,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 48
                                          }
                                        },
                                        "name": "compiler"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1304,
                                        "end": 1315,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 61
                                          }
                                        },
                                        "name": "buildConfig"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1317,
                                        "end": 1324,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 70
                                          }
                                        },
                                        "name": "watcher"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 1326,
                                        "end": 1351,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 97
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1326,
                                          "end": 1340,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 86
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1326,
                                            "end": 1334,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 80
                                              }
                                            },
                                            "name": "settings"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1335,
                                            "end": 1340,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 86
                                              }
                                            },
                                            "name": "build"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1341,
                                          "end": 1351,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 87
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 97
                                            }
                                          },
                                          "name": "outputName"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1374,
                        "end": 1379,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 9
                          },
                          "end": {
                            "line": 44,
                            "column": 14
                          }
                        },
                        "name": "catch"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 1380,
                        "end": 1656,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 15
                          },
                          "end": {
                            "line": 50,
                            "column": 9
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [
                          {
                            "type": "Identifier",
                            "start": 1381,
                            "end": 1386,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 16
                              },
                              "end": {
                                "line": 44,
                                "column": 21
                              }
                            },
                            "name": "error"
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "start": 1391,
                          "end": 1656,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 26
                            },
                            "end": {
                              "line": 50,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 1449,
                              "end": 1494,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 12
                                },
                                "end": {
                                  "line": 46,
                                  "column": 57
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1449,
                                "end": 1493,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 56
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1449,
                                  "end": 1460,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1449,
                                    "end": 1456,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 19
                                      }
                                    },
                                    "name": "console",
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1457,
                                    "end": 1460,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 23
                                      }
                                    },
                                    "name": "log"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 1461,
                                    "end": 1492,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 55
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1461,
                                      "end": 1471,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1461,
                                        "end": 1467,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 30
                                          }
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1468,
                                        "end": 1471,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 34
                                          }
                                        },
                                        "name": "red"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1472,
                                        "end": 1491,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 54
                                          }
                                        },
                                        "value": "\nWatch failed!\n",
                                        "rawValue": "\nWatch failed!\n",
                                        "raw": "'\\nWatch failed!\\n'"
                                      }
                                    ]
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "Block",
                                  "value": " eslint-disable no-console ",
                                  "start": 1405,
                                  "end": 1436,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 43
                                    }
                                  },
                                  "range": [
                                    1405,
                                    1436
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1507,
                              "end": 1576,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 12
                                },
                                "end": {
                                  "line": 47,
                                  "column": 81
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1507,
                                "end": 1575,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 80
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1507,
                                  "end": 1518,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1507,
                                    "end": 1514,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 19
                                      }
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1515,
                                    "end": 1518,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 23
                                      }
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "TemplateLiteral",
                                    "start": 1519,
                                    "end": 1574,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 79
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "Identifier",
                                        "start": 1558,
                                        "end": 1564,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 69
                                          }
                                        },
                                        "name": "target"
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 1520,
                                        "end": 1556,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 61
                                          }
                                        },
                                        "value": {
                                          "raw": "A error occoured while starting the ",
                                          "cooked": "A error occoured while starting the "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 1565,
                                        "end": 1573,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 78
                                          }
                                        },
                                        "value": {
                                          "raw": " watcher",
                                          "cooked": " watcher"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1589,
                              "end": 1614,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 12
                                },
                                "end": {
                                  "line": 48,
                                  "column": 37
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1589,
                                "end": 1613,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 36
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1589,
                                  "end": 1600,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1589,
                                    "end": 1596,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 19
                                      }
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1597,
                                    "end": 1600,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 23
                                      }
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 1601,
                                    "end": 1612,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1601,
                                      "end": 1606,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 29
                                        }
                                      },
                                      "name": "error"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1607,
                                      "end": 1612,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 35
                                        }
                                      },
                                      "name": "stack"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "trailingComments": [
                                {
                                  "type": "Block",
                                  "value": " eslint-enable ",
                                  "start": 1627,
                                  "end": 1646,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 31
                                    }
                                  },
                                  "range": [
                                    1627,
                                    1646
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        }
      ],
      "kind": "const",
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Development runner.\n *\n * Helper for starting an application in watch mode.\n *\n * @param {object} rocCommandObject - A command object\n ",
          "start": 1663,
          "end": 1807,
          "loc": {
            "start": {
              "line": 53,
              "column": 0
            },
            "end": {
              "line": 59,
              "column": 3
            }
          },
          "range": [
            1663,
            1807
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 1808,
      "end": 3623,
      "loc": {
        "start": {
          "line": 60,
          "column": 0
        },
        "end": {
          "line": 100,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 1823,
        "end": 3623,
        "loc": {
          "start": {
            "line": 60,
            "column": 15
          },
          "end": {
            "line": 100,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1832,
          "end": 1838,
          "loc": {
            "start": {
              "line": 60,
              "column": 24
            },
            "end": {
              "line": 60,
              "column": 30
            }
          },
          "name": "runDev",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "ObjectPattern",
            "start": 1839,
            "end": 1945,
            "loc": {
              "start": {
                "line": 60,
                "column": 31
              },
              "end": {
                "line": 64,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "Property",
                "start": 1845,
                "end": 1850,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 9
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1845,
                  "end": 1850,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 4
                    },
                    "end": {
                      "line": 61,
                      "column": 9
                    }
                  },
                  "name": "debug"
                },
                "kind": "init",
                "value": {
                  "type": "Identifier",
                  "start": 1845,
                  "end": 1850,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 4
                    },
                    "end": {
                      "line": 61,
                      "column": 9
                    }
                  },
                  "name": "debug"
                }
              },
              {
                "type": "Property",
                "start": 1856,
                "end": 1891,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 39
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1856,
                  "end": 1868,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 16
                    }
                  },
                  "name": "configObject"
                },
                "value": {
                  "type": "ObjectPattern",
                  "start": 1870,
                  "end": 1891,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 18
                    },
                    "end": {
                      "line": 62,
                      "column": 39
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 1872,
                      "end": 1880,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 20
                        },
                        "end": {
                          "line": 62,
                          "column": 28
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1872,
                        "end": 1880,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 20
                          },
                          "end": {
                            "line": 62,
                            "column": 28
                          }
                        },
                        "name": "settings"
                      },
                      "kind": "init",
                      "value": {
                        "type": "Identifier",
                        "start": 1872,
                        "end": 1880,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 20
                          },
                          "end": {
                            "line": 62,
                            "column": 28
                          }
                        },
                        "name": "settings"
                      }
                    },
                    {
                      "type": "Property",
                      "start": 1882,
                      "end": 1889,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 30
                        },
                        "end": {
                          "line": 62,
                          "column": 37
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1882,
                        "end": 1889,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 30
                          },
                          "end": {
                            "line": 62,
                            "column": 37
                          }
                        },
                        "name": "plugins"
                      },
                      "kind": "init",
                      "value": {
                        "type": "Identifier",
                        "start": 1882,
                        "end": 1889,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 30
                          },
                          "end": {
                            "line": 62,
                            "column": 37
                          }
                        },
                        "name": "plugins"
                      }
                    }
                  ]
                },
                "kind": "init"
              },
              {
                "type": "Property",
                "start": 1897,
                "end": 1943,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 4
                  },
                  "end": {
                    "line": 63,
                    "column": 50
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1897,
                  "end": 1912,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 4
                    },
                    "end": {
                      "line": 63,
                      "column": 19
                    }
                  },
                  "name": "extensionConfig"
                },
                "value": {
                  "type": "ObjectPattern",
                  "start": 1914,
                  "end": 1943,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 21
                    },
                    "end": {
                      "line": 63,
                      "column": 50
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 1916,
                      "end": 1941,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 23
                        },
                        "end": {
                          "line": 63,
                          "column": 48
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1916,
                        "end": 1923,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 23
                          },
                          "end": {
                            "line": 63,
                            "column": 30
                          }
                        },
                        "name": "plugins"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1925,
                        "end": 1941,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 32
                          },
                          "end": {
                            "line": 63,
                            "column": 48
                          }
                        },
                        "name": "extensionPlugins"
                      },
                      "kind": "init"
                    }
                  ]
                },
                "kind": "init"
              }
            ]
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 1947,
          "end": 3623,
          "loc": {
            "start": {
              "line": 64,
              "column": 3
            },
            "end": {
              "line": 100,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 1953,
              "end": 2082,
              "loc": {
                "start": {
                  "line": 65,
                  "column": 4
                },
                "end": {
                  "line": 67,
                  "column": 5
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 1957,
                "end": 1991,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 8
                  },
                  "end": {
                    "line": 65,
                    "column": 42
                  }
                },
                "left": {
                  "type": "UnaryExpression",
                  "start": 1957,
                  "end": 1965,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 8
                    },
                    "end": {
                      "line": 65,
                      "column": 16
                    }
                  },
                  "operator": "!",
                  "prefix": true,
                  "argument": {
                    "type": "Identifier",
                    "start": 1958,
                    "end": 1965,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 9
                      },
                      "end": {
                        "line": 65,
                        "column": 16
                      }
                    },
                    "name": "plugins"
                  }
                },
                "operator": "||",
                "right": {
                  "type": "UnaryExpression",
                  "start": 1969,
                  "end": 1991,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 20
                    },
                    "end": {
                      "line": 65,
                      "column": 42
                    }
                  },
                  "operator": "!",
                  "prefix": true,
                  "argument": {
                    "type": "MemberExpression",
                    "start": 1970,
                    "end": 1991,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 21
                      },
                      "end": {
                        "line": 65,
                        "column": 42
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1970,
                      "end": 1977,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 21
                        },
                        "end": {
                          "line": 65,
                          "column": 28
                        }
                      },
                      "name": "plugins"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1978,
                      "end": 1991,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 29
                        },
                        "end": {
                          "line": 65,
                          "column": 42
                        }
                      },
                      "name": "createBuilder"
                    },
                    "computed": false
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 1993,
                "end": 2082,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 44
                  },
                  "end": {
                    "line": 67,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ThrowStatement",
                    "start": 2003,
                    "end": 2076,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 8
                      },
                      "end": {
                        "line": 66,
                        "column": 81
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2009,
                      "end": 2075,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 14
                        },
                        "end": {
                          "line": 66,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2013,
                        "end": 2018,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 18
                          },
                          "end": {
                            "line": 66,
                            "column": 23
                          }
                        },
                        "name": "Error"
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2019,
                          "end": 2074,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 24
                            },
                            "end": {
                              "line": 66,
                              "column": 79
                            }
                          },
                          "value": "No createBuilder defined in plugins in roc.config.js!",
                          "rawValue": "No createBuilder defined in plugins in roc.config.js!",
                          "raw": "'No createBuilder defined in plugins in roc.config.js!'"
                        }
                      ]
                    }
                  }
                ]
              },
              "alternate": null
            },
            {
              "type": "VariableDeclaration",
              "start": 2088,
              "end": 2169,
              "loc": {
                "start": {
                  "line": 69,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 6
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 2094,
                  "end": 2168,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 10
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2094,
                    "end": 2101,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 10
                      },
                      "end": {
                        "line": 69,
                        "column": 17
                      }
                    },
                    "name": "watcher"
                  },
                  "init": {
                    "type": "ObjectExpression",
                    "start": 2104,
                    "end": 2168,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 20
                      },
                      "end": {
                        "line": 72,
                        "column": 5
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 2114,
                        "end": 2133,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 8
                          },
                          "end": {
                            "line": 70,
                            "column": 27
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2114,
                          "end": 2120,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 8
                            },
                            "end": {
                              "line": 70,
                              "column": 14
                            }
                          },
                          "name": "client"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 2122,
                          "end": 2133,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 16
                            },
                            "end": {
                              "line": 70,
                              "column": 27
                            }
                          },
                          "name": "watchClient"
                        },
                        "kind": "init"
                      },
                      {
                        "type": "Property",
                        "start": 2143,
                        "end": 2162,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 8
                          },
                          "end": {
                            "line": 71,
                            "column": 27
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2143,
                          "end": 2149,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 14
                            }
                          },
                          "name": "server"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 2151,
                          "end": 2162,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 16
                            },
                            "end": {
                              "line": 71,
                              "column": 27
                            }
                          },
                          "name": "watchServer"
                        },
                        "kind": "init"
                      }
                    ]
                  }
                }
              ],
              "kind": "const",
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Make sure that we are in dev mode",
                  "start": 2175,
                  "end": 2211,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 4
                    },
                    "end": {
                      "line": 74,
                      "column": 40
                    }
                  },
                  "range": [
                    2175,
                    2211
                  ]
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 2216,
              "end": 2729,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 4
                },
                "end": {
                  "line": 85,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 2220,
                "end": 2249,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 8
                  },
                  "end": {
                    "line": 75,
                    "column": 37
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 2220,
                  "end": 2239,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 8
                    },
                    "end": {
                      "line": 75,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2220,
                    "end": 2234,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 8
                      },
                      "end": {
                        "line": 75,
                        "column": 22
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2220,
                      "end": 2228,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 16
                        }
                      },
                      "name": "settings",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2229,
                      "end": 2234,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 17
                        },
                        "end": {
                          "line": 75,
                          "column": 22
                        }
                      },
                      "name": "build"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2235,
                    "end": 2239,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 23
                      },
                      "end": {
                        "line": 75,
                        "column": 27
                      }
                    },
                    "name": "mode"
                  },
                  "computed": false,
                  "leadingComments": null
                },
                "operator": "!==",
                "right": {
                  "type": "Literal",
                  "start": 2244,
                  "end": 2249,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 32
                    },
                    "end": {
                      "line": 75,
                      "column": 37
                    }
                  },
                  "value": "dev",
                  "rawValue": "dev",
                  "raw": "'dev'"
                },
                "leadingComments": null
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 2251,
                "end": 2729,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 39
                  },
                  "end": {
                    "line": 85,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 2261,
                    "end": 2640,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 8
                      },
                      "end": {
                        "line": 81,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 2265,
                      "end": 2342,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 12
                        },
                        "end": {
                          "line": 76,
                          "column": 89
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 2265,
                        "end": 2284,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 12
                          },
                          "end": {
                            "line": 76,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2265,
                          "end": 2279,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 12
                            },
                            "end": {
                              "line": 76,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2265,
                            "end": 2273,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 12
                              },
                              "end": {
                                "line": 76,
                                "column": 20
                              }
                            },
                            "name": "settings"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2274,
                            "end": 2279,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 21
                              },
                              "end": {
                                "line": 76,
                                "column": 26
                              }
                            },
                            "name": "build"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2280,
                          "end": 2284,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 27
                            },
                            "end": {
                              "line": 76,
                              "column": 31
                            }
                          },
                          "name": "mode"
                        },
                        "computed": false
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 2288,
                        "end": 2342,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 35
                          },
                          "end": {
                            "line": 76,
                            "column": 89
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2288,
                          "end": 2307,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 35
                            },
                            "end": {
                              "line": 76,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2288,
                            "end": 2302,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 35
                              },
                              "end": {
                                "line": 76,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2288,
                              "end": 2296,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 35
                                },
                                "end": {
                                  "line": 76,
                                  "column": 43
                                }
                              },
                              "name": "settings"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2297,
                              "end": 2302,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 44
                                },
                                "end": {
                                  "line": 76,
                                  "column": 49
                                }
                              },
                              "name": "build"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2303,
                            "end": 2307,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 50
                              },
                              "end": {
                                "line": 76,
                                "column": 54
                              }
                            },
                            "name": "mode"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2312,
                          "end": 2342,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 59
                            },
                            "end": {
                              "line": 76,
                              "column": 89
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2312,
                            "end": 2337,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 59
                              },
                              "end": {
                                "line": 76,
                                "column": 84
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2312,
                              "end": 2331,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 59
                                },
                                "end": {
                                  "line": 76,
                                  "column": 78
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2312,
                                "end": 2322,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 69
                                  }
                                },
                                "name": "baseConfig"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2323,
                                "end": 2331,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 78
                                  }
                                },
                                "name": "settings"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2332,
                              "end": 2337,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 79
                                },
                                "end": {
                                  "line": 76,
                                  "column": 84
                                }
                              },
                              "name": "build"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2338,
                            "end": 2342,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 85
                              },
                              "end": {
                                "line": 76,
                                "column": 89
                              }
                            },
                            "name": "mode"
                          },
                          "computed": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 2344,
                      "end": 2640,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 91
                        },
                        "end": {
                          "line": 81,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2402,
                          "end": 2598,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 12
                            },
                            "end": {
                              "line": 79,
                              "column": 95
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2402,
                            "end": 2597,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 79,
                                "column": 94
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2402,
                              "end": 2413,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 12
                                },
                                "end": {
                                  "line": 78,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2402,
                                "end": 2409,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 19
                                  }
                                },
                                "name": "console",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2410,
                                "end": 2413,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 23
                                  }
                                },
                                "name": "log"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 2414,
                                "end": 2596,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 93
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2414,
                                  "end": 2427,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2414,
                                    "end": 2420,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 30
                                      }
                                    },
                                    "name": "colors"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2421,
                                    "end": 2427,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 37
                                      }
                                    },
                                    "name": "yellow"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 2428,
                                    "end": 2595,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 92
                                      }
                                    },
                                    "left": {
                                      "type": "TemplateLiteral",
                                      "start": 2428,
                                      "end": 2500,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 110
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 2465,
                                          "end": 2484,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 94
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2465,
                                            "end": 2479,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 89
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2465,
                                              "end": 2473,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 83
                                                }
                                              },
                                              "name": "settings"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2474,
                                              "end": 2479,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 89
                                                }
                                              },
                                              "name": "build"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2480,
                                            "end": 2484,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 90
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 94
                                              }
                                            },
                                            "name": "mode"
                                          },
                                          "computed": false
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 2429,
                                          "end": 2463,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 73
                                            }
                                          },
                                          "value": {
                                            "raw": "The mode in the configuration was ",
                                            "cooked": "The mode in the configuration was "
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 2485,
                                          "end": 2499,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 109
                                            }
                                          },
                                          "value": {
                                            "raw": " but it needs ",
                                            "cooked": " but it needs "
                                          },
                                          "tail": true
                                        }
                                      ]
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "TemplateLiteral",
                                      "start": 2519,
                                      "end": 2595,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 92
                                        }
                                      },
                                      "expressions": [],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 2520,
                                          "end": 2594,
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 91
                                            }
                                          },
                                          "value": {
                                            "raw": "to be \"dev\". It has been automatically set to \"dev\" during this watch run.",
                                            "cooked": "to be \"dev\". It has been automatically set to \"dev\" during this watch run."
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ],
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "Block",
                              "value": " eslint-disable no-console ",
                              "start": 2358,
                              "end": 2389,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 12
                                },
                                "end": {
                                  "line": 77,
                                  "column": 43
                                }
                              },
                              "range": [
                                2358,
                                2389
                              ]
                            }
                          ],
                          "trailingComments": [
                            {
                              "type": "Block",
                              "value": " eslint-enable ",
                              "start": 2611,
                              "end": 2630,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 80,
                                  "column": 31
                                }
                              },
                              "range": [
                                2611,
                                2630
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2650,
                    "end": 2689,
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 8
                      },
                      "end": {
                        "line": 83,
                        "column": 47
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2650,
                      "end": 2688,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 46
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2650,
                        "end": 2664,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 8
                          },
                          "end": {
                            "line": 83,
                            "column": 22
                          }
                        },
                        "name": "appendSettings",
                        "leadingComments": null
                      },
                      "arguments": [
                        {
                          "type": "ObjectExpression",
                          "start": 2665,
                          "end": 2687,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 23
                            },
                            "end": {
                              "line": 83,
                              "column": 45
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 2666,
                              "end": 2686,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 24
                                },
                                "end": {
                                  "line": 83,
                                  "column": 44
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2666,
                                "end": 2671,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 29
                                  }
                                },
                                "name": "build"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 2673,
                                "end": 2686,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 44
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 2674,
                                    "end": 2685,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 43
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2674,
                                      "end": 2678,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 36
                                        }
                                      },
                                      "name": "mode"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 2680,
                                      "end": 2685,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 43
                                        }
                                      },
                                      "value": "dev",
                                      "rawValue": "dev",
                                      "raw": "'dev'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      ],
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "Block",
                        "value": " eslint-enable ",
                        "start": 2611,
                        "end": 2630,
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 12
                          },
                          "end": {
                            "line": 80,
                            "column": 31
                          }
                        },
                        "range": [
                          2611,
                          2630
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2698,
                    "end": 2723,
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 8
                      },
                      "end": {
                        "line": 84,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2698,
                      "end": 2722,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 32
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 2698,
                        "end": 2706,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 8
                          },
                          "end": {
                            "line": 84,
                            "column": 16
                          }
                        },
                        "name": "settings"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 2709,
                        "end": 2722,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 19
                          },
                          "end": {
                            "line": 84,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2709,
                          "end": 2720,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 19
                            },
                            "end": {
                              "line": 84,
                              "column": 30
                            }
                          },
                          "name": "getSettings"
                        },
                        "arguments": []
                      }
                    }
                  }
                ],
                "trailingComments": null
              },
              "alternate": null,
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Make sure that we are in dev mode",
                  "start": 2175,
                  "end": 2211,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 4
                    },
                    "end": {
                      "line": 74,
                      "column": 40
                    }
                  },
                  "range": [
                    2175,
                    2211
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " If the targets are both client and server we make sure the client is completed before continuing with the server",
                  "start": 2735,
                  "end": 2850,
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 4
                    },
                    "end": {
                      "line": 87,
                      "column": 119
                    }
                  },
                  "range": [
                    2735,
                    2850
                  ]
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 2855,
              "end": 3621,
              "loc": {
                "start": {
                  "line": 88,
                  "column": 4
                },
                "end": {
                  "line": 99,
                  "column": 5
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 2859,
                "end": 2951,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 8
                  },
                  "end": {
                    "line": 88,
                    "column": 100
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 2859,
                  "end": 2903,
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 8
                    },
                    "end": {
                      "line": 88,
                      "column": 52
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 2859,
                    "end": 2898,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 8
                      },
                      "end": {
                        "line": 88,
                        "column": 47
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2859,
                      "end": 2888,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 8
                        },
                        "end": {
                          "line": 88,
                          "column": 37
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 2859,
                        "end": 2880,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 8
                          },
                          "end": {
                            "line": 88,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2859,
                          "end": 2873,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 8
                            },
                            "end": {
                              "line": 88,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2859,
                            "end": 2867,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 8
                              },
                              "end": {
                                "line": 88,
                                "column": 16
                              }
                            },
                            "name": "settings",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2868,
                            "end": 2873,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 17
                              },
                              "end": {
                                "line": 88,
                                "column": 22
                              }
                            },
                            "name": "build"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2874,
                          "end": 2880,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 23
                            },
                            "end": {
                              "line": 88,
                              "column": 29
                            }
                          },
                          "name": "target"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2881,
                        "end": 2888,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 30
                          },
                          "end": {
                            "line": 88,
                            "column": 37
                          }
                        },
                        "name": "indexOf"
                      },
                      "computed": false,
                      "leadingComments": null
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 2889,
                        "end": 2897,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 38
                          },
                          "end": {
                            "line": 88,
                            "column": 46
                          }
                        },
                        "value": "client",
                        "rawValue": "client",
                        "raw": "'client'"
                      }
                    ],
                    "leadingComments": null
                  },
                  "operator": ">",
                  "right": {
                    "type": "UnaryExpression",
                    "start": 2901,
                    "end": 2903,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 50
                      },
                      "end": {
                        "line": 88,
                        "column": 52
                      }
                    },
                    "operator": "-",
                    "prefix": true,
                    "argument": {
                      "type": "Literal",
                      "start": 2902,
                      "end": 2903,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 51
                        },
                        "end": {
                          "line": 88,
                          "column": 52
                        }
                      },
                      "value": 1,
                      "rawValue": 1,
                      "raw": "1"
                    }
                  },
                  "leadingComments": null
                },
                "operator": "&&",
                "right": {
                  "type": "BinaryExpression",
                  "start": 2907,
                  "end": 2951,
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 56
                    },
                    "end": {
                      "line": 88,
                      "column": 100
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 2907,
                    "end": 2946,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 56
                      },
                      "end": {
                        "line": 88,
                        "column": 95
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2907,
                      "end": 2936,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 56
                        },
                        "end": {
                          "line": 88,
                          "column": 85
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 2907,
                        "end": 2928,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 56
                          },
                          "end": {
                            "line": 88,
                            "column": 77
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2907,
                          "end": 2921,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 56
                            },
                            "end": {
                              "line": 88,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2907,
                            "end": 2915,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 56
                              },
                              "end": {
                                "line": 88,
                                "column": 64
                              }
                            },
                            "name": "settings"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2916,
                            "end": 2921,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 65
                              },
                              "end": {
                                "line": 88,
                                "column": 70
                              }
                            },
                            "name": "build"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2922,
                          "end": 2928,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 71
                            },
                            "end": {
                              "line": 88,
                              "column": 77
                            }
                          },
                          "name": "target"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2929,
                        "end": 2936,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 78
                          },
                          "end": {
                            "line": 88,
                            "column": 85
                          }
                        },
                        "name": "indexOf"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 2937,
                        "end": 2945,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 86
                          },
                          "end": {
                            "line": 88,
                            "column": 94
                          }
                        },
                        "value": "server",
                        "rawValue": "server",
                        "raw": "'server'"
                      }
                    ]
                  },
                  "operator": ">",
                  "right": {
                    "type": "UnaryExpression",
                    "start": 2949,
                    "end": 2951,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 98
                      },
                      "end": {
                        "line": 88,
                        "column": 100
                      }
                    },
                    "operator": "-",
                    "prefix": true,
                    "argument": {
                      "type": "Literal",
                      "start": 2950,
                      "end": 2951,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 99
                        },
                        "end": {
                          "line": 88,
                          "column": 100
                        }
                      },
                      "value": 1,
                      "rawValue": 1,
                      "raw": "1"
                    }
                  }
                },
                "leadingComments": null
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 2953,
                "end": 3368,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 102
                  },
                  "end": {
                    "line": 94,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2963,
                    "end": 3068,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 8
                      },
                      "end": {
                        "line": 89,
                        "column": 113
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2969,
                        "end": 3067,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 14
                          },
                          "end": {
                            "line": 89,
                            "column": 112
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2969,
                          "end": 2982,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 14
                            },
                            "end": {
                              "line": 89,
                              "column": 27
                            }
                          },
                          "name": "clientBuilder"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 2985,
                          "end": 3067,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 30
                            },
                            "end": {
                              "line": 89,
                              "column": 112
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2985,
                            "end": 2995,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 30
                              },
                              "end": {
                                "line": 89,
                                "column": 40
                              }
                            },
                            "name": "getBuilder"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2996,
                              "end": 3001,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 41
                                },
                                "end": {
                                  "line": 89,
                                  "column": 46
                                }
                              },
                              "name": "debug"
                            },
                            {
                              "type": "Literal",
                              "start": 3003,
                              "end": 3011,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 48
                                },
                                "end": {
                                  "line": 89,
                                  "column": 56
                                }
                              },
                              "value": "client",
                              "rawValue": "client",
                              "raw": "'client'"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 3013,
                              "end": 3034,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 58
                                },
                                "end": {
                                  "line": 89,
                                  "column": 79
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3013,
                                "end": 3020,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 65
                                  }
                                },
                                "name": "plugins"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3021,
                                "end": 3034,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 79
                                  }
                                },
                                "name": "createBuilder"
                              },
                              "computed": false
                            },
                            {
                              "type": "MemberExpression",
                              "start": 3036,
                              "end": 3066,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 81
                                },
                                "end": {
                                  "line": 89,
                                  "column": 111
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3036,
                                "end": 3052,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 81
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 97
                                  }
                                },
                                "name": "extensionPlugins"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3053,
                                "end": 3066,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 98
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 111
                                  }
                                },
                                "name": "createBuilder"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3077,
                    "end": 3362,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 8
                      },
                      "end": {
                        "line": 93,
                        "column": 11
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3077,
                      "end": 3361,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 8
                        },
                        "end": {
                          "line": 93,
                          "column": 10
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3077,
                        "end": 3146,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 8
                          },
                          "end": {
                            "line": 90,
                            "column": 77
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 3077,
                          "end": 3141,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 72
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 3077,
                            "end": 3090,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 21
                              }
                            },
                            "name": "createWatcher"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 3091,
                              "end": 3096,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 22
                                },
                                "end": {
                                  "line": 90,
                                  "column": 27
                                }
                              },
                              "name": "debug"
                            },
                            {
                              "type": "Identifier",
                              "start": 3098,
                              "end": 3106,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 29
                                },
                                "end": {
                                  "line": 90,
                                  "column": 37
                                }
                              },
                              "name": "settings"
                            },
                            {
                              "type": "Literal",
                              "start": 3108,
                              "end": 3116,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 39
                                },
                                "end": {
                                  "line": 90,
                                  "column": 47
                                }
                              },
                              "value": "client",
                              "rawValue": "client",
                              "raw": "'client'"
                            },
                            {
                              "type": "Identifier",
                              "start": 3118,
                              "end": 3131,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 49
                                },
                                "end": {
                                  "line": 90,
                                  "column": 62
                                }
                              },
                              "name": "clientBuilder"
                            },
                            {
                              "type": "Identifier",
                              "start": 3133,
                              "end": 3140,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 64
                                },
                                "end": {
                                  "line": 90,
                                  "column": 71
                                }
                              },
                              "name": "watcher"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3142,
                          "end": 3146,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 73
                            },
                            "end": {
                              "line": 90,
                              "column": 77
                            }
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3147,
                          "end": 3360,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 78
                            },
                            "end": {
                              "line": 93,
                              "column": 9
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3153,
                            "end": 3360,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 84
                              },
                              "end": {
                                "line": 93,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 3167,
                                "end": 3272,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 117
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3173,
                                    "end": 3271,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 116
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3173,
                                      "end": 3186,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 31
                                        }
                                      },
                                      "name": "serverBuilder"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 3189,
                                      "end": 3271,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 116
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 3189,
                                        "end": 3199,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 44
                                          }
                                        },
                                        "name": "getBuilder"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 3200,
                                          "end": 3205,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 50
                                            }
                                          },
                                          "name": "debug"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 3207,
                                          "end": 3215,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 60
                                            }
                                          },
                                          "value": "server",
                                          "rawValue": "server",
                                          "raw": "'server'"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3217,
                                          "end": 3238,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 83
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3217,
                                            "end": 3224,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 69
                                              }
                                            },
                                            "name": "plugins"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3225,
                                            "end": 3238,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 83
                                              }
                                            },
                                            "name": "createBuilder"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3240,
                                          "end": 3270,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 85
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 115
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3240,
                                            "end": 3256,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 101
                                              }
                                            },
                                            "name": "extensionPlugins"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3257,
                                            "end": 3270,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 115
                                              }
                                            },
                                            "name": "createBuilder"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 3285,
                                "end": 3350,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 77
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3285,
                                  "end": 3349,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 3285,
                                    "end": 3298,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 25
                                      }
                                    },
                                    "name": "createWatcher"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3299,
                                      "end": 3304,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 31
                                        }
                                      },
                                      "name": "debug"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3306,
                                      "end": 3314,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 41
                                        }
                                      },
                                      "name": "settings"
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 3316,
                                      "end": 3324,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 51
                                        }
                                      },
                                      "value": "server",
                                      "rawValue": "server",
                                      "raw": "'server'"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3326,
                                      "end": 3339,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 66
                                        }
                                      },
                                      "name": "serverBuilder"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3341,
                                      "end": 3348,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 75
                                        }
                                      },
                                      "name": "watcher"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 3374,
                "end": 3621,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 11
                  },
                  "end": {
                    "line": 99,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 3384,
                    "end": 3615,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 8
                      },
                      "end": {
                        "line": 98,
                        "column": 11
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3384,
                      "end": 3614,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 10
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3384,
                        "end": 3409,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 8
                          },
                          "end": {
                            "line": 95,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3384,
                          "end": 3405,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 8
                            },
                            "end": {
                              "line": 95,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3384,
                            "end": 3398,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 8
                              },
                              "end": {
                                "line": 95,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3384,
                              "end": 3392,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 8
                                },
                                "end": {
                                  "line": 95,
                                  "column": 16
                                }
                              },
                              "name": "settings"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3393,
                              "end": 3398,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 17
                                },
                                "end": {
                                  "line": 95,
                                  "column": 22
                                }
                              },
                              "name": "build"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3399,
                            "end": 3405,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 23
                              },
                              "end": {
                                "line": 95,
                                "column": 29
                              }
                            },
                            "name": "target"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3406,
                          "end": 3409,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 30
                            },
                            "end": {
                              "line": 95,
                              "column": 33
                            }
                          },
                          "name": "map"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3410,
                          "end": 3613,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 34
                            },
                            "end": {
                              "line": 98,
                              "column": 9
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3411,
                              "end": 3417,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 35
                                },
                                "end": {
                                  "line": 95,
                                  "column": 41
                                }
                              },
                              "name": "target"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3422,
                            "end": 3613,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 46
                              },
                              "end": {
                                "line": 98,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 3436,
                                "end": 3533,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 109
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3442,
                                    "end": 3532,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 108
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3442,
                                      "end": 3449,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 25
                                        }
                                      },
                                      "name": "builder"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 3452,
                                      "end": 3532,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 108
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 3452,
                                        "end": 3462,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 38
                                          }
                                        },
                                        "name": "getBuilder"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 3463,
                                          "end": 3468,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 44
                                            }
                                          },
                                          "name": "debug"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3470,
                                          "end": 3476,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 52
                                            }
                                          },
                                          "name": "target"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3478,
                                          "end": 3499,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 75
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3478,
                                            "end": 3485,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 61
                                              }
                                            },
                                            "name": "plugins"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3486,
                                            "end": 3499,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 75
                                              }
                                            },
                                            "name": "createBuilder"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 3501,
                                          "end": 3531,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 107
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3501,
                                            "end": 3517,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 93
                                              }
                                            },
                                            "name": "extensionPlugins"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3518,
                                            "end": 3531,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 94
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 107
                                              }
                                            },
                                            "name": "createBuilder"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 3546,
                                "end": 3603,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 69
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3546,
                                  "end": 3602,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 68
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 3546,
                                    "end": 3559,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 25
                                      }
                                    },
                                    "name": "createWatcher"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3560,
                                      "end": 3565,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 31
                                        }
                                      },
                                      "name": "debug"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3567,
                                      "end": 3575,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 41
                                        }
                                      },
                                      "name": "settings"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3577,
                                      "end": 3583,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 49
                                        }
                                      },
                                      "name": "target"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3585,
                                      "end": 3592,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 58
                                        }
                                      },
                                      "name": "builder"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 3594,
                                      "end": 3601,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 67
                                        }
                                      },
                                      "name": "watcher"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " If the targets are both client and server we make sure the client is completed before continuing with the server",
                  "start": 2735,
                  "end": 2850,
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 4
                    },
                    "end": {
                      "line": 87,
                      "column": 119
                    }
                  },
                  "range": [
                    2735,
                    2850
                  ]
                }
              ]
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": " eslint-enable ",
            "start": 1627,
            "end": 1646,
            "loc": {
              "start": {
                "line": 49,
                "column": 12
              },
              "end": {
                "line": 49,
                "column": 31
              }
            },
            "range": [
              1627,
              1646
            ]
          },
          {
            "type": "Block",
            "value": "*\n * Development runner.\n *\n * Helper for starting an application in watch mode.\n *\n * @param {object} rocCommandObject - A command object\n ",
            "start": 1663,
            "end": 1807,
            "loc": {
              "start": {
                "line": 53,
                "column": 0
              },
              "end": {
                "line": 59,
                "column": 3
              }
            },
            "range": [
              1663,
              1807
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " eslint-enable ",
          "start": 1627,
          "end": 1646,
          "loc": {
            "start": {
              "line": 49,
              "column": 12
            },
            "end": {
              "line": 49,
              "column": 31
            }
          },
          "range": [
            1627,
            1646
          ]
        },
        {
          "type": "Block",
          "value": "*\n * Development runner.\n *\n * Helper for starting an application in watch mode.\n *\n * @param {object} rocCommandObject - A command object\n ",
          "start": 1663,
          "end": 1807,
          "loc": {
            "start": {
              "line": 53,
              "column": 0
            },
            "end": {
              "line": 59,
              "column": 3
            }
          },
          "range": [
            1663,
            1807
          ]
        }
      ]
    }
  ]
}