{
  "type": "Program",
  "start": 0,
  "end": 644,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 21,
      "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": 63,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 24
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 46,
          "end": 50,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 46,
            "end": 50,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 11
              }
            },
            "name": "path"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 56,
        "end": 62,
        "loc": {
          "start": {
            "line": 3,
            "column": 17
          },
          "end": {
            "line": 3,
            "column": 23
          }
        },
        "value": "path",
        "rawValue": "path",
        "raw": "'path'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 64,
      "end": 90,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 71,
          "end": 76,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 71,
            "end": 76,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "name": "debug"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 82,
        "end": 89,
        "loc": {
          "start": {
            "line": 4,
            "column": 18
          },
          "end": {
            "line": 4,
            "column": 25
          }
        },
        "value": "debug",
        "rawValue": "debug",
        "raw": "'debug'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Starts a Roc application.\n *\n * @param {object} rocCommandObject - A command object\n ",
          "start": 92,
          "end": 186,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 3
            }
          },
          "range": [
            92,
            186
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 187,
      "end": 643,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 202,
        "end": 643,
        "loc": {
          "start": {
            "line": 11,
            "column": 15
          },
          "end": {
            "line": 20,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 211,
          "end": 216,
          "loc": {
            "start": {
              "line": 11,
              "column": 24
            },
            "end": {
              "line": 11,
              "column": 29
            }
          },
          "name": "start",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "ObjectPattern",
            "start": 217,
            "end": 262,
            "loc": {
              "start": {
                "line": 11,
                "column": 30
              },
              "end": {
                "line": 11,
                "column": 75
              }
            },
            "properties": [
              {
                "type": "Property",
                "start": 219,
                "end": 245,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 32
                  },
                  "end": {
                    "line": 11,
                    "column": 58
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 219,
                  "end": 231,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 32
                    },
                    "end": {
                      "line": 11,
                      "column": 44
                    }
                  },
                  "name": "configObject"
                },
                "value": {
                  "type": "ObjectPattern",
                  "start": 233,
                  "end": 245,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 46
                    },
                    "end": {
                      "line": 11,
                      "column": 58
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 235,
                      "end": 243,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 48
                        },
                        "end": {
                          "line": 11,
                          "column": 56
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 235,
                        "end": 243,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 48
                          },
                          "end": {
                            "line": 11,
                            "column": 56
                          }
                        },
                        "name": "settings"
                      },
                      "kind": "init",
                      "value": {
                        "type": "Identifier",
                        "start": 235,
                        "end": 243,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 48
                          },
                          "end": {
                            "line": 11,
                            "column": 56
                          }
                        },
                        "name": "settings"
                      }
                    }
                  ]
                },
                "kind": "init"
              },
              {
                "type": "Property",
                "start": 247,
                "end": 260,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 60
                  },
                  "end": {
                    "line": 11,
                    "column": 73
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 247,
                  "end": 260,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 60
                    },
                    "end": {
                      "line": 11,
                      "column": 73
                    }
                  },
                  "name": "parsedOptions"
                },
                "kind": "init",
                "value": {
                  "type": "Identifier",
                  "start": 247,
                  "end": 260,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 60
                    },
                    "end": {
                      "line": 11,
                      "column": 73
                    }
                  },
                  "name": "parsedOptions"
                }
              }
            ]
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 264,
          "end": 643,
          "loc": {
            "start": {
              "line": 11,
              "column": 77
            },
            "end": {
              "line": 20,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 270,
              "end": 303,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 37
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 270,
                "end": 302,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 12,
                    "column": 36
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 270,
                  "end": 282,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4
                    },
                    "end": {
                      "line": 12,
                      "column": 16
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 270,
                    "end": 275,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 9
                      }
                    },
                    "name": "debug"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 276,
                    "end": 282,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 10
                      },
                      "end": {
                        "line": 12,
                        "column": 16
                      }
                    },
                    "name": "enable"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 283,
                    "end": 301,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 17
                      },
                      "end": {
                        "line": 12,
                        "column": 35
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 283,
                      "end": 295,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 17
                        },
                        "end": {
                          "line": 12,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 283,
                        "end": 291,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 17
                          },
                          "end": {
                            "line": 12,
                            "column": 25
                          }
                        },
                        "name": "settings"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 292,
                        "end": 295,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 26
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          }
                        },
                        "name": "dev"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 296,
                      "end": 301,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 30
                        },
                        "end": {
                          "line": 12,
                          "column": 35
                        }
                      },
                      "name": "debug"
                    },
                    "computed": false
                  }
                ]
              }
            },
            {
              "type": "VariableDeclaration",
              "start": 309,
              "end": 564,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 4
                },
                "end": {
                  "line": 16,
                  "column": 106
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 315,
                  "end": 563,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 10
                    },
                    "end": {
                      "line": 16,
                      "column": 105
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 315,
                    "end": 323,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 10
                      },
                      "end": {
                        "line": 14,
                        "column": 18
                      }
                    },
                    "name": "artifact"
                  },
                  "init": {
                    "type": "LogicalExpression",
                    "start": 326,
                    "end": 563,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 21
                      },
                      "end": {
                        "line": 16,
                        "column": 105
                      }
                    },
                    "left": {
                      "type": "LogicalExpression",
                      "start": 326,
                      "end": 454,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 21
                        },
                        "end": {
                          "line": 15,
                          "column": 94
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 326,
                        "end": 356,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 21
                          },
                          "end": {
                            "line": 14,
                            "column": 51
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 326,
                          "end": 347,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 21
                            },
                            "end": {
                              "line": 14,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 326,
                            "end": 339,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 21
                              },
                              "end": {
                                "line": 14,
                                "column": 34
                              }
                            },
                            "name": "parsedOptions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 340,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 35
                              },
                              "end": {
                                "line": 14,
                                "column": 42
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 348,
                          "end": 356,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 43
                            },
                            "end": {
                              "line": 14,
                              "column": 51
                            }
                          },
                          "name": "artifact"
                        },
                        "computed": false
                      },
                      "operator": "||",
                      "right": {
                        "type": "LogicalExpression",
                        "start": 368,
                        "end": 454,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 94
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 368,
                          "end": 396,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 368,
                            "end": 384,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 368,
                              "end": 376,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 16
                                }
                              },
                              "name": "settings"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 377,
                              "end": 384,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 17
                                },
                                "end": {
                                  "line": 15,
                                  "column": 24
                                }
                              },
                              "name": "runtime"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 385,
                            "end": 396,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 25
                              },
                              "end": {
                                "line": 15,
                                "column": 36
                              }
                            },
                            "name": "startBundle"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "CallExpression",
                          "start": 400,
                          "end": 454,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 40
                            },
                            "end": {
                              "line": 15,
                              "column": 94
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 400,
                            "end": 409,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 40
                              },
                              "end": {
                                "line": 15,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 400,
                              "end": 404,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 40
                                },
                                "end": {
                                  "line": 15,
                                  "column": 44
                                }
                              },
                              "name": "path"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 405,
                              "end": 409,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 45
                                },
                                "end": {
                                  "line": 15,
                                  "column": 49
                                }
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 410,
                              "end": 423,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 50
                                },
                                "end": {
                                  "line": 15,
                                  "column": 63
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 410,
                                "end": 421,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 61
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 410,
                                  "end": 417,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 57
                                    }
                                  },
                                  "name": "process"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 418,
                                  "end": 421,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 61
                                    }
                                  },
                                  "name": "cwd"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            {
                              "type": "MemberExpression",
                              "start": 425,
                              "end": 453,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 65
                                },
                                "end": {
                                  "line": 15,
                                  "column": 93
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 425,
                                "end": 441,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 81
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 425,
                                  "end": 433,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 73
                                    }
                                  },
                                  "name": "settings"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 434,
                                  "end": 441,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 81
                                    }
                                  },
                                  "name": "runtime"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 442,
                                "end": 453,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 93
                                  }
                                },
                                "name": "startBundle"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    "operator": "||",
                    "right": {
                      "type": "CallExpression",
                      "start": 466,
                      "end": 563,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 105
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 466,
                        "end": 475,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 466,
                          "end": 470,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 12
                            }
                          },
                          "name": "path"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 471,
                          "end": 475,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 13
                            },
                            "end": {
                              "line": 16,
                              "column": 17
                            }
                          },
                          "name": "join"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 476,
                          "end": 489,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 18
                            },
                            "end": {
                              "line": 16,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 476,
                            "end": 487,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 18
                              },
                              "end": {
                                "line": 16,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 476,
                              "end": 483,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 18
                                },
                                "end": {
                                  "line": 16,
                                  "column": 25
                                }
                              },
                              "name": "process"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 484,
                              "end": 487,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 26
                                },
                                "end": {
                                  "line": 16,
                                  "column": 29
                                }
                              },
                              "name": "cwd"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        {
                          "type": "MemberExpression",
                          "start": 491,
                          "end": 523,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 33
                            },
                            "end": {
                              "line": 16,
                              "column": 65
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 491,
                            "end": 516,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 33
                              },
                              "end": {
                                "line": 16,
                                "column": 58
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 491,
                              "end": 505,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 33
                                },
                                "end": {
                                  "line": 16,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 491,
                                "end": 499,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 41
                                  }
                                },
                                "name": "settings"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 500,
                                "end": 505,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 47
                                  }
                                },
                                "name": "build"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 506,
                              "end": 516,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 48
                                },
                                "end": {
                                  "line": 16,
                                  "column": 58
                                }
                              },
                              "name": "outputPath"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 517,
                            "end": 523,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 59
                              },
                              "end": {
                                "line": 16,
                                "column": 65
                              }
                            },
                            "name": "server"
                          },
                          "computed": false
                        },
                        {
                          "type": "TemplateLiteral",
                          "start": 525,
                          "end": 562,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 67
                            },
                            "end": {
                              "line": 16,
                              "column": 104
                            }
                          },
                          "expressions": [
                            {
                              "type": "MemberExpression",
                              "start": 528,
                              "end": 553,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 70
                                },
                                "end": {
                                  "line": 16,
                                  "column": 95
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 528,
                                "end": 542,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 84
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 528,
                                  "end": 536,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 78
                                    }
                                  },
                                  "name": "settings"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 537,
                                  "end": 542,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 84
                                    }
                                  },
                                  "name": "build"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 543,
                                "end": 553,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 95
                                  }
                                },
                                "name": "outputName"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 526,
                              "end": 526,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 68
                                },
                                "end": {
                                  "line": 16,
                                  "column": 68
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 554,
                              "end": 561,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 96
                                },
                                "end": {
                                  "line": 16,
                                  "column": 103
                                }
                              },
                              "value": {
                                "raw": ".roc.js",
                                "cooked": ".roc.js"
                              },
                              "tail": true
                            }
                          ]
                        }
                      ]
                    }
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ExpressionStatement",
              "start": 570,
              "end": 618,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 4
                },
                "end": {
                  "line": 18,
                  "column": 52
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 570,
                "end": 617,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 4
                  },
                  "end": {
                    "line": 18,
                    "column": 51
                  }
                },
                "callee": {
                  "type": "CallExpression",
                  "start": 570,
                  "end": 588,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 4
                    },
                    "end": {
                      "line": 18,
                      "column": 22
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 570,
                    "end": 575,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 18,
                        "column": 9
                      }
                    },
                    "name": "debug"
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "start": 576,
                      "end": 587,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 10
                        },
                        "end": {
                          "line": 18,
                          "column": 21
                        }
                      },
                      "value": "roc:start",
                      "rawValue": "roc:start",
                      "raw": "'roc:start'"
                    }
                  ]
                },
                "arguments": [
                  {
                    "type": "TemplateLiteral",
                    "start": 589,
                    "end": 616,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 23
                      },
                      "end": {
                        "line": 18,
                        "column": 50
                      }
                    },
                    "expressions": [],
                    "quasis": [
                      {
                        "type": "TemplateElement",
                        "start": 590,
                        "end": 615,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 24
                          },
                          "end": {
                            "line": 18,
                            "column": 49
                          }
                        },
                        "value": {
                          "raw": "Starting Roc application…",
                          "cooked": "Starting Roc application…"
                        },
                        "tail": true
                      }
                    ]
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 623,
              "end": 641,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 4
                },
                "end": {
                  "line": 19,
                  "column": 22
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 623,
                "end": 640,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4
                  },
                  "end": {
                    "line": 19,
                    "column": 21
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 623,
                  "end": 630,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 11
                    }
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 631,
                    "end": 639,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 12
                      },
                      "end": {
                        "line": 19,
                        "column": 20
                      }
                    },
                    "name": "artifact"
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Starts a Roc application.\n *\n * @param {object} rocCommandObject - A command object\n ",
            "start": 92,
            "end": 186,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 3
              }
            },
            "range": [
              92,
              186
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Starts a Roc application.\n *\n * @param {object} rocCommandObject - A command object\n ",
          "start": 92,
          "end": 186,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 3
            }
          },
          "range": [
            92,
            186
          ]
        }
      ]
    }
  ]
}