{
  "type": "Program",
  "start": 0,
  "end": 844,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 31,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "start": 49,
      "end": 99,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 50
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 55,
          "end": 98,
          "loc": {
            "start": {
              "line": 3,
              "column": 6
            },
            "end": {
              "line": 3,
              "column": 49
            }
          },
          "id": {
            "type": "Identifier",
            "start": 55,
            "end": 69,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 20
              }
            },
            "name": "getResolvePath",
            "leadingComments": null
          },
          "init": {
            "type": "CallExpression",
            "start": 72,
            "end": 98,
            "loc": {
              "start": {
                "line": 3,
                "column": 23
              },
              "end": {
                "line": 3,
                "column": 49
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 72,
              "end": 79,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 23
                },
                "end": {
                  "line": 3,
                  "column": 30
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 80,
                "end": 97,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 31
                  },
                  "end": {
                    "line": 3,
                    "column": 48
                  }
                },
                "name": "ROC_PATH_RESOLVER"
              }
            ]
          },
          "leadingComments": null
        }
      ],
      "kind": "const",
      "leadingComments": [
        {
          "type": "Block",
          "value": " global ROC_PATH_RESOLVER ROC_SERVER_ENTRY ",
          "start": 0,
          "end": 47,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 47
            }
          },
          "range": [
            0,
            47
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Init NODE_PATH if not set",
          "start": 101,
          "end": 129,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 28
            }
          },
          "range": [
            101,
            129
          ]
        }
      ]
    },
    {
      "type": "IfStatement",
      "start": 130,
      "end": 193,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 1
        }
      },
      "test": {
        "type": "UnaryExpression",
        "start": 134,
        "end": 156,
        "loc": {
          "start": {
            "line": 6,
            "column": 4
          },
          "end": {
            "line": 6,
            "column": 26
          }
        },
        "operator": "!",
        "prefix": true,
        "argument": {
          "type": "MemberExpression",
          "start": 135,
          "end": 156,
          "loc": {
            "start": {
              "line": 6,
              "column": 5
            },
            "end": {
              "line": 6,
              "column": 26
            }
          },
          "object": {
            "type": "MemberExpression",
            "start": 135,
            "end": 146,
            "loc": {
              "start": {
                "line": 6,
                "column": 5
              },
              "end": {
                "line": 6,
                "column": 16
              }
            },
            "object": {
              "type": "Identifier",
              "start": 135,
              "end": 142,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 5
                },
                "end": {
                  "line": 6,
                  "column": 12
                }
              },
              "name": "process",
              "leadingComments": null
            },
            "property": {
              "type": "Identifier",
              "start": 143,
              "end": 146,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 13
                },
                "end": {
                  "line": 6,
                  "column": 16
                }
              },
              "name": "env"
            },
            "computed": false,
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 147,
            "end": 156,
            "loc": {
              "start": {
                "line": 6,
                "column": 17
              },
              "end": {
                "line": 6,
                "column": 26
              }
            },
            "name": "NODE_PATH"
          },
          "computed": false,
          "leadingComments": null
        },
        "leadingComments": null
      },
      "consequent": {
        "type": "BlockStatement",
        "start": 158,
        "end": 193,
        "loc": {
          "start": {
            "line": 6,
            "column": 28
          },
          "end": {
            "line": 8,
            "column": 1
          }
        },
        "body": [
          {
            "type": "ExpressionStatement",
            "start": 164,
            "end": 191,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 31
              }
            },
            "expression": {
              "type": "AssignmentExpression",
              "start": 164,
              "end": 190,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 30
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 164,
                "end": 185,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4
                  },
                  "end": {
                    "line": 7,
                    "column": 25
                  }
                },
                "object": {
                  "type": "MemberExpression",
                  "start": 164,
                  "end": 175,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4
                    },
                    "end": {
                      "line": 7,
                      "column": 15
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 164,
                    "end": 171,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 11
                      }
                    },
                    "name": "process"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 172,
                    "end": 175,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 12
                      },
                      "end": {
                        "line": 7,
                        "column": 15
                      }
                    },
                    "name": "env"
                  },
                  "computed": false
                },
                "property": {
                  "type": "Identifier",
                  "start": 176,
                  "end": 185,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 16
                    },
                    "end": {
                      "line": 7,
                      "column": 25
                    }
                  },
                  "name": "NODE_PATH"
                },
                "computed": false
              },
              "right": {
                "type": "Literal",
                "start": 188,
                "end": 190,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 28
                  },
                  "end": {
                    "line": 7,
                    "column": 30
                  }
                },
                "value": "",
                "rawValue": "",
                "raw": "''"
              }
            }
          }
        ],
        "trailingComments": null
      },
      "alternate": null,
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Init NODE_PATH if not set",
          "start": 101,
          "end": 129,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 28
            }
          },
          "range": [
            101,
            129
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " This will only work on non Windows machines",
          "start": 195,
          "end": 241,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 46
            }
          },
          "range": [
            195,
            241
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 242,
      "end": 290,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 48
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 242,
        "end": 289,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 47
          }
        },
        "operator": "+=",
        "left": {
          "type": "MemberExpression",
          "start": 242,
          "end": 263,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 21
            }
          },
          "object": {
            "type": "MemberExpression",
            "start": 242,
            "end": 253,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 11
              }
            },
            "object": {
              "type": "Identifier",
              "start": 242,
              "end": 249,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 0
                },
                "end": {
                  "line": 11,
                  "column": 7
                }
              },
              "name": "process",
              "leadingComments": null
            },
            "property": {
              "type": "Identifier",
              "start": 250,
              "end": 253,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 8
                },
                "end": {
                  "line": 11,
                  "column": 11
                }
              },
              "name": "env"
            },
            "computed": false,
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 254,
            "end": 263,
            "loc": {
              "start": {
                "line": 11,
                "column": 12
              },
              "end": {
                "line": 11,
                "column": 21
              }
            },
            "name": "NODE_PATH"
          },
          "computed": false,
          "leadingComments": null
        },
        "right": {
          "type": "TemplateLiteral",
          "start": 267,
          "end": 289,
          "loc": {
            "start": {
              "line": 11,
              "column": 25
            },
            "end": {
              "line": 11,
              "column": 47
            }
          },
          "expressions": [
            {
              "type": "CallExpression",
              "start": 271,
              "end": 287,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 29
                },
                "end": {
                  "line": 11,
                  "column": 45
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 271,
                "end": 285,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 29
                  },
                  "end": {
                    "line": 11,
                    "column": 43
                  }
                },
                "name": "getResolvePath"
              },
              "arguments": []
            }
          ],
          "quasis": [
            {
              "type": "TemplateElement",
              "start": 268,
              "end": 269,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 26
                },
                "end": {
                  "line": 11,
                  "column": 27
                }
              },
              "value": {
                "raw": ":",
                "cooked": ":"
              },
              "tail": false
            },
            {
              "type": "TemplateElement",
              "start": 288,
              "end": 288,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 46
                },
                "end": {
                  "line": 11,
                  "column": 46
                }
              },
              "value": {
                "raw": "",
                "cooked": ""
              },
              "tail": true
            }
          ]
        },
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " This will only work on non Windows machines",
          "start": 195,
          "end": 241,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 46
            }
          },
          "range": [
            195,
            241
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Re-init Nodes module package with the new Node Path from above",
          "start": 292,
          "end": 357,
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 65
            }
          },
          "range": [
            292,
            357
          ]
        },
        {
          "type": "Block",
          "value": " eslint-disable no-underscore-dangle ",
          "start": 358,
          "end": 399,
          "loc": {
            "start": {
              "line": 14,
              "column": 0
            },
            "end": {
              "line": 14,
              "column": 41
            }
          },
          "range": [
            358,
            399
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 400,
      "end": 438,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 38
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 400,
        "end": 437,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 37
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 400,
          "end": 435,
          "loc": {
            "start": {
              "line": 15,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 35
            }
          },
          "object": {
            "type": "MemberExpression",
            "start": 400,
            "end": 424,
            "loc": {
              "start": {
                "line": 15,
                "column": 0
              },
              "end": {
                "line": 15,
                "column": 24
              }
            },
            "object": {
              "type": "CallExpression",
              "start": 400,
              "end": 417,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 0
                },
                "end": {
                  "line": 15,
                  "column": 17
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 400,
                "end": 407,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 0
                  },
                  "end": {
                    "line": 15,
                    "column": 7
                  }
                },
                "name": "require",
                "leadingComments": null
              },
              "arguments": [
                {
                  "type": "Literal",
                  "start": 408,
                  "end": 416,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 8
                    },
                    "end": {
                      "line": 15,
                      "column": 16
                    }
                  },
                  "value": "module",
                  "rawValue": "module",
                  "raw": "'module'"
                }
              ],
              "leadingComments": null
            },
            "property": {
              "type": "Identifier",
              "start": 418,
              "end": 424,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 18
                },
                "end": {
                  "line": 15,
                  "column": 24
                }
              },
              "name": "Module"
            },
            "computed": false,
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 425,
            "end": 435,
            "loc": {
              "start": {
                "line": 15,
                "column": 25
              },
              "end": {
                "line": 15,
                "column": 35
              }
            },
            "name": "_initPaths"
          },
          "computed": false,
          "leadingComments": null
        },
        "arguments": [],
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Re-init Nodes module package with the new Node Path from above",
          "start": 292,
          "end": 357,
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 65
            }
          },
          "range": [
            292,
            357
          ]
        },
        {
          "type": "Block",
          "value": " eslint-disable no-underscore-dangle ",
          "start": 358,
          "end": 399,
          "loc": {
            "start": {
              "line": 14,
              "column": 0
            },
            "end": {
              "line": 14,
              "column": 41
            }
          },
          "range": [
            358,
            399
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "Block",
          "value": " eslint-enable ",
          "start": 439,
          "end": 458,
          "loc": {
            "start": {
              "line": 16,
              "column": 0
            },
            "end": {
              "line": 16,
              "column": 19
            }
          },
          "range": [
            439,
            458
          ]
        },
        {
          "type": "CommentLine",
          "value": " Get source map support",
          "start": 460,
          "end": 485,
          "loc": {
            "start": {
              "line": 18,
              "column": 0
            },
            "end": {
              "line": 18,
              "column": 25
            }
          },
          "range": [
            460,
            485
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 486,
      "end": 526,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 40
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 486,
        "end": 525,
        "loc": {
          "start": {
            "line": 19,
            "column": 0
          },
          "end": {
            "line": 19,
            "column": 39
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 486,
          "end": 523,
          "loc": {
            "start": {
              "line": 19,
              "column": 0
            },
            "end": {
              "line": 19,
              "column": 37
            }
          },
          "object": {
            "type": "CallExpression",
            "start": 486,
            "end": 515,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 19,
                "column": 29
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 486,
              "end": 493,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 0
                },
                "end": {
                  "line": 19,
                  "column": 7
                }
              },
              "name": "require",
              "leadingComments": null
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 494,
                "end": 514,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 8
                  },
                  "end": {
                    "line": 19,
                    "column": 28
                  }
                },
                "value": "source-map-support",
                "rawValue": "source-map-support",
                "raw": "'source-map-support'"
              }
            ],
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 516,
            "end": 523,
            "loc": {
              "start": {
                "line": 19,
                "column": 30
              },
              "end": {
                "line": 19,
                "column": 37
              }
            },
            "name": "install"
          },
          "computed": false,
          "leadingComments": null
        },
        "arguments": [],
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " eslint-enable ",
          "start": 439,
          "end": 458,
          "loc": {
            "start": {
              "line": 16,
              "column": 0
            },
            "end": {
              "line": 16,
              "column": 19
            }
          },
          "range": [
            439,
            458
          ]
        },
        {
          "type": "CommentLine",
          "value": " Get source map support",
          "start": 460,
          "end": 485,
          "loc": {
            "start": {
              "line": 18,
              "column": 0
            },
            "end": {
              "line": 18,
              "column": 25
            }
          },
          "range": [
            460,
            485
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Disable warnings from missing config in a application",
          "start": 528,
          "end": 584,
          "loc": {
            "start": {
              "line": 21,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 56
            }
          },
          "range": [
            528,
            584
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 585,
      "end": 631,
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 46
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 585,
        "end": 630,
        "loc": {
          "start": {
            "line": 22,
            "column": 0
          },
          "end": {
            "line": 22,
            "column": 45
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 585,
          "end": 623,
          "loc": {
            "start": {
              "line": 22,
              "column": 0
            },
            "end": {
              "line": 22,
              "column": 38
            }
          },
          "object": {
            "type": "MemberExpression",
            "start": 585,
            "end": 596,
            "loc": {
              "start": {
                "line": 22,
                "column": 0
              },
              "end": {
                "line": 22,
                "column": 11
              }
            },
            "object": {
              "type": "Identifier",
              "start": 585,
              "end": 592,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 0
                },
                "end": {
                  "line": 22,
                  "column": 7
                }
              },
              "name": "process",
              "leadingComments": null
            },
            "property": {
              "type": "Identifier",
              "start": 593,
              "end": 596,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 8
                },
                "end": {
                  "line": 22,
                  "column": 11
                }
              },
              "name": "env"
            },
            "computed": false,
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 597,
            "end": 623,
            "loc": {
              "start": {
                "line": 22,
                "column": 12
              },
              "end": {
                "line": 22,
                "column": 38
              }
            },
            "name": "SUPPRESS_NO_CONFIG_WARNING"
          },
          "computed": false,
          "leadingComments": null
        },
        "right": {
          "type": "Literal",
          "start": 626,
          "end": 630,
          "loc": {
            "start": {
              "line": 22,
              "column": 41
            },
            "end": {
              "line": 22,
              "column": 45
            }
          },
          "value": true,
          "rawValue": true,
          "raw": "true"
        },
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Disable warnings from missing config in a application",
          "start": 528,
          "end": 584,
          "loc": {
            "start": {
              "line": 21,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 56
            }
          },
          "range": [
            528,
            584
          ]
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "start": 633,
      "end": 688,
      "loc": {
        "start": {
          "line": 24,
          "column": 0
        },
        "end": {
          "line": 24,
          "column": 55
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 639,
          "end": 687,
          "loc": {
            "start": {
              "line": 24,
              "column": 6
            },
            "end": {
              "line": 24,
              "column": 54
            }
          },
          "id": {
            "type": "Identifier",
            "start": 639,
            "end": 647,
            "loc": {
              "start": {
                "line": 24,
                "column": 6
              },
              "end": {
                "line": 24,
                "column": 14
              }
            },
            "name": "settings"
          },
          "init": {
            "type": "CallExpression",
            "start": 650,
            "end": 687,
            "loc": {
              "start": {
                "line": 24,
                "column": 17
              },
              "end": {
                "line": 24,
                "column": 54
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 650,
              "end": 676,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 17
                },
                "end": {
                  "line": 24,
                  "column": 43
                }
              },
              "object": {
                "type": "CallExpression",
                "start": 650,
                "end": 664,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 17
                  },
                  "end": {
                    "line": 24,
                    "column": 31
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 650,
                  "end": 657,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 17
                    },
                    "end": {
                      "line": 24,
                      "column": 24
                    }
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "Literal",
                    "start": 658,
                    "end": 663,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 25
                      },
                      "end": {
                        "line": 24,
                        "column": 30
                      }
                    },
                    "value": "roc",
                    "rawValue": "roc",
                    "raw": "'roc'"
                  }
                ]
              },
              "property": {
                "type": "Identifier",
                "start": 665,
                "end": 676,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 32
                  },
                  "end": {
                    "line": 24,
                    "column": 43
                  }
                },
                "name": "getSettings"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 677,
                "end": 686,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 44
                  },
                  "end": {
                    "line": 24,
                    "column": 53
                  }
                },
                "value": "runtime",
                "rawValue": "runtime",
                "raw": "'runtime'"
              }
            ]
          }
        }
      ],
      "kind": "const",
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Enable debug based on roc.config.js settings",
          "start": 690,
          "end": 737,
          "loc": {
            "start": {
              "line": 26,
              "column": 0
            },
            "end": {
              "line": 26,
              "column": 47
            }
          },
          "range": [
            690,
            737
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 738,
      "end": 785,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 47
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 738,
        "end": 784,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 27,
            "column": 46
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 738,
          "end": 761,
          "loc": {
            "start": {
              "line": 27,
              "column": 0
            },
            "end": {
              "line": 27,
              "column": 23
            }
          },
          "object": {
            "type": "CallExpression",
            "start": 738,
            "end": 754,
            "loc": {
              "start": {
                "line": 27,
                "column": 0
              },
              "end": {
                "line": 27,
                "column": 16
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 738,
              "end": 745,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 0
                },
                "end": {
                  "line": 27,
                  "column": 7
                }
              },
              "name": "require",
              "leadingComments": null
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 746,
                "end": 753,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 8
                  },
                  "end": {
                    "line": 27,
                    "column": 15
                  }
                },
                "value": "debug",
                "rawValue": "debug",
                "raw": "'debug'"
              }
            ],
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 755,
            "end": 761,
            "loc": {
              "start": {
                "line": 27,
                "column": 17
              },
              "end": {
                "line": 27,
                "column": 23
              }
            },
            "name": "enable"
          },
          "computed": false,
          "leadingComments": null
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "start": 762,
            "end": 783,
            "loc": {
              "start": {
                "line": 27,
                "column": 24
              },
              "end": {
                "line": 27,
                "column": 45
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 762,
              "end": 776,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 24
                },
                "end": {
                  "line": 27,
                  "column": 38
                }
              },
              "object": {
                "type": "Identifier",
                "start": 762,
                "end": 770,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 24
                  },
                  "end": {
                    "line": 27,
                    "column": 32
                  }
                },
                "name": "settings"
              },
              "property": {
                "type": "Identifier",
                "start": 771,
                "end": 776,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 33
                  },
                  "end": {
                    "line": 27,
                    "column": 38
                  }
                },
                "name": "debug"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 777,
              "end": 783,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 39
                },
                "end": {
                  "line": 27,
                  "column": 45
                }
              },
              "name": "server"
            },
            "computed": false
          }
        ],
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Enable debug based on roc.config.js settings",
          "start": 690,
          "end": 737,
          "loc": {
            "start": {
              "line": 26,
              "column": 0
            },
            "end": {
              "line": 26,
              "column": 47
            }
          },
          "range": [
            690,
            737
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Start the real entry point",
          "start": 787,
          "end": 816,
          "loc": {
            "start": {
              "line": 29,
              "column": 0
            },
            "end": {
              "line": 29,
              "column": 29
            }
          },
          "range": [
            787,
            816
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 817,
      "end": 843,
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 26
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 817,
        "end": 842,
        "loc": {
          "start": {
            "line": 30,
            "column": 0
          },
          "end": {
            "line": 30,
            "column": 25
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 817,
          "end": 824,
          "loc": {
            "start": {
              "line": 30,
              "column": 0
            },
            "end": {
              "line": 30,
              "column": 7
            }
          },
          "name": "require",
          "leadingComments": null
        },
        "arguments": [
          {
            "type": "Identifier",
            "start": 825,
            "end": 841,
            "loc": {
              "start": {
                "line": 30,
                "column": 8
              },
              "end": {
                "line": 30,
                "column": 24
              }
            },
            "name": "ROC_SERVER_ENTRY"
          }
        ],
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Start the real entry point",
          "start": 787,
          "end": 816,
          "loc": {
            "start": {
              "line": 29,
              "column": 0
            },
            "end": {
              "line": 29,
              "column": 29
            }
          },
          "range": [
            787,
            816
          ]
        }
      ]
    }
  ]
}