{
  "type": "File",
  "start": 0,
  "end": 241,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 16,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 241,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 16,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "Identifier",
        "start": 0,
        "end": 207,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 13,
            "column": 5
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 206,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 13,
                "column": 4
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 21,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 6
                },
                "end": {
                  "line": 1,
                  "column": 21
                },
                "identifierName": "signalingStates"
              },
              "name": "signalingStates"
            },
            "init": {
              "type": "CallExpression",
              "start": 24,
              "end": 206,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 24
                },
                "end": {
                  "line": 13,
                  "column": 4
                }
              },
              "callee": {
                "type": "FunctionExpression",
                "start": 25,
                "end": 203,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 25
                  },
                  "end": {
                    "line": 13,
                    "column": 1
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 34,
                  "end": 49,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 34
                    },
                    "end": {
                      "line": 1,
                      "column": 49
                    },
                    "identifierName": "SignalingStates"
                  },
                  "name": "SignalingStates"
                },
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 52,
                  "end": 203,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 52
                    },
                    "end": {
                      "line": 13,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 56,
                      "end": 168,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 2
                        },
                        "end": {
                          "line": 10,
                          "column": 4
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 62,
                          "end": 167,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 3
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 62,
                            "end": 68,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 8
                              },
                              "end": {
                                "line": 2,
                                "column": 14
                              },
                              "identifierName": "states"
                            },
                            "name": "states"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 71,
                            "end": 167,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 17
                              },
                              "end": {
                                "line": 10,
                                "column": 3
                              }
                            },
                            "elements": [
                              {
                                "type": "StringLiteral",
                                "start": 77,
                                "end": 83,
                                "loc": {
                                  "start": {
                                    "line": 3,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 3,
                                    "column": 10
                                  }
                                },
                                "extra": {
                                  "rawValue": "INIT",
                                  "raw": "\"INIT\""
                                },
                                "value": "INIT"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 89,
                                "end": 95,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 10
                                  }
                                },
                                "extra": {
                                  "rawValue": "WAIT",
                                  "raw": "\"WAIT\""
                                },
                                "value": "WAIT"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 101,
                                "end": 110,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 13
                                  }
                                },
                                "extra": {
                                  "rawValue": "CONNECT",
                                  "raw": "\"CONNECT\""
                                },
                                "value": "CONNECT"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 116,
                                "end": 126,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 14
                                  }
                                },
                                "extra": {
                                  "rawValue": "COMPLETE",
                                  "raw": "\"COMPLETE\""
                                },
                                "value": "COMPLETE"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 132,
                                "end": 139,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 11
                                  }
                                },
                                "extra": {
                                  "rawValue": "CLOSE",
                                  "raw": "\"CLOSE\""
                                },
                                "value": "CLOSE"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 145,
                                "end": 151,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 10
                                  }
                                },
                                "extra": {
                                  "rawValue": "EXIT",
                                  "raw": "\"EXIT\""
                                },
                                "value": "EXIT"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 157,
                                "end": 163,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 10
                                  }
                                },
                                "extra": {
                                  "rawValue": "FAIL",
                                  "raw": "\"FAIL\""
                                },
                                "value": "FAIL"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 172,
                      "end": 201,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 2
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 179,
                        "end": 200,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 9
                          },
                          "end": {
                            "line": 12,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 179,
                          "end": 192,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 9
                            },
                            "end": {
                              "line": 12,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 179,
                            "end": 185,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 9
                              },
                              "end": {
                                "line": 12,
                                "column": 15
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 186,
                            "end": 192,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 16
                              },
                              "end": {
                                "line": 12,
                                "column": 22
                              },
                              "identifierName": "freeze"
                            },
                            "name": "freeze"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 193,
                            "end": 199,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 23
                              },
                              "end": {
                                "line": 12,
                                "column": 29
                              },
                              "identifierName": "states"
                            },
                            "name": "states"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 24
                }
              },
              "arguments": []
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 209,
        "end": 240,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 31
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 224,
          "end": 239,
          "loc": {
            "start": {
              "line": 15,
              "column": 15
            },
            "end": {
              "line": 15,
              "column": 30
            },
            "identifierName": "signalingStates"
          },
          "name": "signalingStates"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 209,
        "end": 240,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 31
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 0,
          "end": 207,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 5
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 6,
              "end": 206,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 6
                },
                "end": {
                  "line": 13,
                  "column": 4
                }
              },
              "id": {
                "type": "Identifier",
                "start": 6,
                "end": 21,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 6
                  },
                  "end": {
                    "line": 1,
                    "column": 21
                  },
                  "identifierName": "signalingStates"
                },
                "name": "signalingStates"
              },
              "init": {
                "type": "CallExpression",
                "start": 24,
                "end": 206,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 24
                  },
                  "end": {
                    "line": 13,
                    "column": 4
                  }
                },
                "callee": {
                  "type": "FunctionExpression",
                  "start": 25,
                  "end": 203,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 25
                    },
                    "end": {
                      "line": 13,
                      "column": 1
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 34,
                    "end": 49,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 34
                      },
                      "end": {
                        "line": 1,
                        "column": 49
                      },
                      "identifierName": "SignalingStates"
                    },
                    "name": "SignalingStates"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 52,
                    "end": 203,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 52
                      },
                      "end": {
                        "line": 13,
                        "column": 1
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 56,
                        "end": 168,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 2
                          },
                          "end": {
                            "line": 10,
                            "column": 4
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 62,
                            "end": 167,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 3
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 62,
                              "end": 68,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 8
                                },
                                "end": {
                                  "line": 2,
                                  "column": 14
                                },
                                "identifierName": "states"
                              },
                              "name": "states"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 71,
                              "end": 167,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 17
                                },
                                "end": {
                                  "line": 10,
                                  "column": 3
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 77,
                                  "end": 83,
                                  "loc": {
                                    "start": {
                                      "line": 3,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 3,
                                      "column": 10
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "INIT",
                                    "raw": "\"INIT\""
                                  },
                                  "value": "INIT"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 89,
                                  "end": 95,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 10
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "WAIT",
                                    "raw": "\"WAIT\""
                                  },
                                  "value": "WAIT"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 101,
                                  "end": 110,
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 13
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "CONNECT",
                                    "raw": "\"CONNECT\""
                                  },
                                  "value": "CONNECT"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 116,
                                  "end": 126,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 14
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "COMPLETE",
                                    "raw": "\"COMPLETE\""
                                  },
                                  "value": "COMPLETE"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 132,
                                  "end": 139,
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 11
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "CLOSE",
                                    "raw": "\"CLOSE\""
                                  },
                                  "value": "CLOSE"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 145,
                                  "end": 151,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 10
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "EXIT",
                                    "raw": "\"EXIT\""
                                  },
                                  "value": "EXIT"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 157,
                                  "end": 163,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 10
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "FAIL",
                                    "raw": "\"FAIL\""
                                  },
                                  "value": "FAIL"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 172,
                        "end": 201,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 2
                          },
                          "end": {
                            "line": 12,
                            "column": 31
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 179,
                          "end": 200,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 9
                            },
                            "end": {
                              "line": 12,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 179,
                            "end": 192,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 9
                              },
                              "end": {
                                "line": 12,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 179,
                              "end": 185,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 9
                                },
                                "end": {
                                  "line": 12,
                                  "column": 15
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 186,
                              "end": 192,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 16
                                },
                                "end": {
                                  "line": 12,
                                  "column": 22
                                },
                                "identifierName": "freeze"
                              },
                              "name": "freeze"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 193,
                              "end": 199,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 23
                                },
                                "end": {
                                  "line": 12,
                                  "column": 29
                                },
                                "identifierName": "states"
                              },
                              "name": "states"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  },
                  "extra": {
                    "parenthesized": true,
                    "parenStart": 24
                  }
                },
                "arguments": []
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [],
  "tokens": [
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 0,
      "end": 5,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "signalingStates",
      "start": 6,
      "end": 21,
      "loc": {
        "start": {
          "line": 1,
          "column": 6
        },
        "end": {
          "line": 1,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 22
        },
        "end": {
          "line": 1,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24,
      "end": 25,
      "loc": {
        "start": {
          "line": 1,
          "column": 24
        },
        "end": {
          "line": 1,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 25,
      "end": 33,
      "loc": {
        "start": {
          "line": 1,
          "column": 25
        },
        "end": {
          "line": 1,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SignalingStates",
      "start": 34,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 34
        },
        "end": {
          "line": 1,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 49,
      "end": 50,
      "loc": {
        "start": {
          "line": 1,
          "column": 49
        },
        "end": {
          "line": 1,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 1,
          "column": 50
        },
        "end": {
          "line": 1,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 52,
      "end": 53,
      "loc": {
        "start": {
          "line": 1,
          "column": 52
        },
        "end": {
          "line": 1,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 56,
      "end": 61,
      "loc": {
        "start": {
          "line": 2,
          "column": 2
        },
        "end": {
          "line": 2,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "states",
      "start": 62,
      "end": 68,
      "loc": {
        "start": {
          "line": 2,
          "column": 8
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 69,
      "end": 70,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 71,
      "end": 72,
      "loc": {
        "start": {
          "line": 2,
          "column": 17
        },
        "end": {
          "line": 2,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INIT",
      "start": 77,
      "end": 83,
      "loc": {
        "start": {
          "line": 3,
          "column": 4
        },
        "end": {
          "line": 3,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 3,
          "column": 10
        },
        "end": {
          "line": 3,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WAIT",
      "start": 89,
      "end": 95,
      "loc": {
        "start": {
          "line": 4,
          "column": 4
        },
        "end": {
          "line": 4,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 95,
      "end": 96,
      "loc": {
        "start": {
          "line": 4,
          "column": 10
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CONNECT",
      "start": 101,
      "end": 110,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 110,
      "end": 111,
      "loc": {
        "start": {
          "line": 5,
          "column": 13
        },
        "end": {
          "line": 5,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "COMPLETE",
      "start": 116,
      "end": 126,
      "loc": {
        "start": {
          "line": 6,
          "column": 4
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 126,
      "end": 127,
      "loc": {
        "start": {
          "line": 6,
          "column": 14
        },
        "end": {
          "line": 6,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CLOSE",
      "start": 132,
      "end": 139,
      "loc": {
        "start": {
          "line": 7,
          "column": 4
        },
        "end": {
          "line": 7,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 139,
      "end": 140,
      "loc": {
        "start": {
          "line": 7,
          "column": 11
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EXIT",
      "start": 145,
      "end": 151,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 8,
          "column": 10
        },
        "end": {
          "line": 8,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FAIL",
      "start": 157,
      "end": 163,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 9,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 166,
      "end": 167,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 10,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 167,
      "end": 168,
      "loc": {
        "start": {
          "line": 10,
          "column": 3
        },
        "end": {
          "line": 10,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 172,
      "end": 178,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 179,
      "end": 185,
      "loc": {
        "start": {
          "line": 12,
          "column": 9
        },
        "end": {
          "line": 12,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 185,
      "end": 186,
      "loc": {
        "start": {
          "line": 12,
          "column": 15
        },
        "end": {
          "line": 12,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeze",
      "start": 186,
      "end": 192,
      "loc": {
        "start": {
          "line": 12,
          "column": 16
        },
        "end": {
          "line": 12,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 192,
      "end": 193,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "states",
      "start": 193,
      "end": 199,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 12,
          "column": 29
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 200,
      "end": 201,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 202,
      "end": 203,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 13,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 204,
      "end": 205,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 205,
      "end": 206,
      "loc": {
        "start": {
          "line": 13,
          "column": 3
        },
        "end": {
          "line": 13,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 206,
      "end": 207,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 209,
      "end": 215,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 216,
      "end": 223,
      "loc": {
        "start": {
          "line": 15,
          "column": 7
        },
        "end": {
          "line": 15,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "signalingStates",
      "start": 224,
      "end": 239,
      "loc": {
        "start": {
          "line": 15,
          "column": 15
        },
        "end": {
          "line": 15,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 239,
      "end": 240,
      "loc": {
        "start": {
          "line": 15,
          "column": 30
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 241,
      "end": 241,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 0
        }
      }
    }
  ]
}